File tree
Expand file treeCollapse file tree
274 files changed
+196086
-41928
lines changedFilter options
- Quickstarts
- Core
- Controllers
- Models
- Pages
- Login
- Register
- Views
- wwwroot
- css
- js
- lib
- bootstrap
- dist
- css
- js
- jquery
- dist
- jquery-validation
- dist
- jquery-validation-unobtrusive
- EntityFramework
- Controllers
- Models
- Pages
- Login
- Register
- Views
- wwwroot
- css
- js
- lib
- bootstrap
- dist
- css
- js
- jquery
- dist
- jquery-validation
- dist
- jquery-validation-unobtrusive
- Passwordless
- Controllers
- Models
- Pages
- Login
- Register
- Views
- Home
- wwwroot
- css
- js
- lib
- bootstrap
- dist
- css
- js
- jquery
- dist
- jquery-validation
- dist
- jquery-validation-unobtrusive
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
274 files changed
+196086
-41928
lines changedQuickstarts/Core/Controllers/HomeController.cs
Copy file name to clipboardExpand all lines: Quickstarts/Core/Controllers/HomeController.cs-76Lines changed: 0 additions & 76 deletions
This file was deleted.
Quickstarts/Core/Core.csproj
Copy file name to clipboard+10-8Lines changed: 10 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
2 | 2 |
|
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
7 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
8 | 12 |
|
9 |
| - |
10 |
| - |
11 |
| - |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
Quickstarts/Core/Models/LoginModel.cs
Copy file name to clipboardExpand all lines: Quickstarts/Core/Models/LoginModel.cs-7Lines changed: 0 additions & 7 deletions
This file was deleted.
Quickstarts/Core/Models/RegistrationModel.cs
Copy file name to clipboardExpand all lines: Quickstarts/Core/Models/RegistrationModel.cs-8Lines changed: 0 additions & 8 deletions
This file was deleted.
Quickstarts/Core/Pages/Error.cshtml
Copy file name to clipboard+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
Quickstarts/Core/Pages/Error.cshtml.cs
Copy file name to clipboard+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
Quickstarts/Core/Views/Home/Index.cshtml renamed to Quickstarts/Core/Pages/Index.cshtml
Copy file name to clipboardExpand all lines: Quickstarts/Core/Pages/Index.cshtml+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
|
Quickstarts/Core/Pages/Index.cshtml.cs
Copy file name to clipboard+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
Quickstarts/Core/Views/Home/StartLogin.cshtml renamed to Quickstarts/Core/Pages/Login/Index.cshtml
Copy file name to clipboardExpand all lines: Quickstarts/Core/Pages/Login/Index.cshtml+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
| 1 | + |
| 2 | + |
2 | 3 |
|
3 | 4 |
|
4 |
| - |
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
|
Quickstarts/Core/Pages/Login/Index.cshtml.cs
Copy file name to clipboard+47Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
Quickstarts/EntityFramework/Views/Home/Login.cshtml renamed to Quickstarts/Core/Pages/Login/Login.cshtml
Copy file name to clipboardExpand all lines: Quickstarts/Core/Pages/Login/Login.cshtml+15-7Lines changed: 15 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
| 9 | + |
| 10 | + |
| 11 | + |
7 | 12 |
|
8 |
| - |
| 13 | + |
9 | 14 |
|
10 | 15 |
|
11 | 16 |
|
12 | 17 |
|
13 | 18 |
|
14 |
| - |
15 |
| - |
| 19 | + |
| 20 | + |
16 | 21 |
|
17 | 22 |
|
18 |
| - |
| 23 | + |
19 | 24 |
|
20 | 25 |
|
21 | 26 |
|
| ||
31 | 36 |
|
32 | 37 |
|
33 | 38 |
|
| 39 | + |
| 40 | + |
34 | 41 |
|
35 | 42 |
|
36 | 43 |
|
| ||
54 | 61 |
|
55 | 62 |
|
56 | 63 |
|
57 |
| - |
| 64 | + |
58 | 65 |
|
59 | 66 |
|
60 | 67 |
|
| 68 | + |
61 | 69 |
|
62 | 70 |
|
63 | 71 |
|
|
Quickstarts/Core/Pages/Login/Login.cshtml.cs
Copy file name to clipboard+44Lines changed: 44 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
Quickstarts/Core/Pages/Privacy.cshtml
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
Quickstarts/Core/Pages/Privacy.cshtml.cs
Copy file name to clipboard+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
0 commit comments