Commit Graph
47 Commits
Author SHA1 Message Date
dependabot[bot] f6d9a07852 Bump Microsoft.AspNet.Identity.Owin
Bumps [Microsoft.AspNet.Identity.Owin](https://github.com/aspnet/AspNetIdentity) from 2.2.1 to 2.2.4.
- [Commits](https://github.com/aspnet/AspNetIdentity/commits)

---
updated-dependencies:
- dependency-name: Microsoft.AspNet.Identity.Owin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-11 23:10:44 +00:00
dependabot[bot] 62b2ddc31e Bump jQuery
Bumps jQuery from 1.10.2 to 3.5.0.

---
updated-dependencies:
- dependency-name: jQuery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 20:18:26 +00:00
dependabot[bot] 8615be7121 Bump jQuery.Validation
Bumps jQuery.Validation from 1.19.3 to 1.19.4.

---
updated-dependencies:
- dependency-name: jQuery.Validation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-30 20:32:04 +00:00
Umachandar Jayachandran 2fbe1eeff9 Merge pull request #1124 from lorint/fix_bad_json_creation_for_delivery_van_temperatures
Fix bad JSON creation for delivery van temperatures
2023-04-03 11:45:54 -07:00
Umachandar Jayachandran 6b888604d7 Merge pull request #1128 from microsoft/dependabot/nuget/samples/features/security/contoso-clinic/src/ContosoClinic/jQuery.Validation-1.19.3
Bump jQuery.Validation from 1.11.1 to 1.19.3 in /samples/features/security/contoso-clinic/src/ContosoClinic
2023-03-09 11:26:22 -08:00
dependabot[bot] bfd82eacec Bump jQuery.Validation
Bumps jQuery.Validation from 1.11.1 to 1.19.3.

---
updated-dependencies:
- dependency-name: jQuery.Validation
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-03 03:14:46 +00:00
dependabot[bot] b7356d891a Bump bootstrap
Bumps bootstrap from 3.0.0 to 3.4.1.

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-22 19:38:22 +00:00
Lorin Thwaits b062f2c734 Remove extra spacing 2023-02-20 19:33:29 +00:00
Umachandar Jayachandran 8ff8c872fe Merge pull request #1045 from microsoft/dependabot/nuget/samples/features/security/contoso-clinic/src/ContosoClinic/Microsoft.Owin.Security.Cookies-4.2.2
Bump Microsoft.Owin.Security.Cookies from 3.0.1 to 4.2.2 in /samples/features/security/contoso-clinic/src/ContosoClinic
2022-09-12 15:23:04 -07:00
dependabot[bot] 579a167bf7 Bump Microsoft.Owin
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.0.0 to 4.2.2.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](https://github.com/aspnet/AspNetKatana/compare/v4.0.0...v4.2.2)

---
updated-dependencies:
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 23:54:12 +00:00
dependabot[bot] 853c9ce7cb Bump Microsoft.Owin.Security.Cookies
Bumps [Microsoft.Owin.Security.Cookies](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.2.2.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](https://github.com/aspnet/AspNetKatana/compare/v3.0.1...v4.2.2)

---
updated-dependencies:
- dependency-name: Microsoft.Owin.Security.Cookies
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-31 20:38:54 +00:00
dependabot[bot] 2a73104ad4 Bump Newtonsoft.Json
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/6.0.4...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 23:44:10 +00:00
dependabot[bot] ec1dd4860d Bump Microsoft.Owin
Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/aspnet/AspNetKatana/releases)
- [Commits](https://github.com/aspnet/AspNetKatana/compare/v3.0.1...v4.0.0)

---
updated-dependencies:
- dependency-name: Microsoft.Owin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-08 00:58:05 +00:00
Umachandar Jayachandran 0dbd4781b7 Merge pull request #721 from mardukbp/patch-2
SQL Server authentication must be enabled for the example to work
2020-02-20 14:13:23 -08:00
Marduk Bolaños 0145a6c77a contoso-clinic: Fixed the password for login to the application
The password Password1! is wrong. The right password is Password!1
2020-01-23 13:46:19 +01:00
Marduk Bolaños b6cc50dc7a SQL Server authentication must be enabled for the example to work
This example cannot be executed when the SQL Server only allows authenticating with Windows credentials. It is necessary to make sure that the server is configured to allow authenticating with an SQL Server user.
2020-01-23 13:28:26 +01:00
Dan Rediske ceb49b2dbd Fixed formatting 2017-05-17 13:48:35 -07:00
Dan Rediske 976c29ccdc Merge pull request #107 from DRediske/master
Amended startup script
2016-09-07 14:15:46 -07:00
Dan Rediske ab64c53544 Change database in script 2016-09-07 14:13:12 -07:00
Perry Skountrianos - MSFT ff1dfc5102 Merge pull request #91 from DRediske/master
Correcting bacpac file
2016-08-05 09:41:21 -07:00
Dan Rediske 2e8dfd85ea Correcting bacpac file
schema issue resolution
2016-08-04 22:14:51 -07:00
Dan Rediske 0744c99c60 Update README.md 2016-08-04 14:41:05 -07:00
Dan Rediske 947c86e3b7 fixed permission definition 2016-08-04 11:52:16 -07:00
Dan Rediske 8dc43604cb Remove azure SQL DB references
This is a SQL 2016 focused demo. Remove non-topical references, despite possible compatibility.
2016-08-04 11:05:43 -07:00
Dan Rediske 6e93e33ba5 Changed connection string 2016-08-04 10:59:42 -07:00
Dan Rediske af7e7640c3 dr-readme-fix 2016-08-03 23:45:18 -07:00
Dan Rediske cd5eb8117f Update README.md 2016-08-03 16:14:02 -07:00
Dan Rediske 57dab56868 Upated Bacpac 2016-08-03 16:11:02 -07:00
Dan Rediske fe3fd6320a Change setup to include permissions explicitly 2016-08-03 16:01:37 -07:00
Dan Rediske 5ea964418c Update README.md 2016-08-01 10:53:41 -07:00
Dan Rediske 6e137f3dc2 Update README.md 2016-07-29 14:26:05 -07:00
Dan Rediske 950d252b57 Update README.md 2016-07-29 09:09:44 -07:00
Dan Rediske 6f237c4d6a adding Patients tab picture 2016-07-28 14:46:25 -07:00
Dan Rediske ddfd77ad8f Added 2016-07-28 14:46:07 -07:00
Dan Rediske 5263abf26a adding readme imgs 2016-07-28 14:44:14 -07:00
Dan Rediske a5fc7130e9 updated Always Encrypted section 2016-07-28 14:36:39 -07:00
Dan Rediske 3aa731d23e conformed to naming convention 2016-07-28 14:35:14 -07:00
Dan Rediske fcf7b7e234 corrected naming for clarity 2016-07-28 14:34:52 -07:00
Dan Rediske 8f3d987e0e Adding Always Encrypted Images 2016-07-28 14:29:46 -07:00
Dan Rediske 9c419a3de1 Update README.md 2016-07-28 14:11:07 -07:00
Dan Rediske 9fcb9a1218 Update README.md 2016-07-28 13:39:48 -07:00
Dan Rediske 5e4c567d86 fixed codeblock 2016-07-28 11:54:17 -07:00
Dan Rediske d16d6b7bf0 Readme in progress checkin 2016-07-28 11:50:54 -07:00
Dan Rediske f0e68ba647 Adding bacpac and tsql 2016-07-28 11:33:20 -07:00
Dan Rediske 663c721d1e Adding ContosoClinic project file 2016-07-28 11:21:38 -07:00
Dan Rediske 193e3d19b5 Update README.md 2016-07-26 14:18:48 -07:00
Dan Rediske 776e64cc9e Add source files for project 2016-07-26 09:23:20 -07:00