Commit 44f5eab
File tree
39 files changed
+25
-174
lines changedFilter options
- AspNetCoreIdentity
- Controllers
- Infrastructure
- Models
- ViewModels
- IdentityServer
- Models
- Account
- Consent
- Grants
- Views/Account
- SocialNetwork.API
- Controllers
39 files changed
+25
-174
lines changedAspNetCoreIdentity/Controllers/AccountController.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Controllers/AccountController.cs-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
8 |
| - |
9 | 7 |
|
10 |
| - |
11 |
| - |
12 | 8 |
|
13 | 9 |
|
14 | 10 |
|
|
AspNetCoreIdentity/Controllers/ClientAppSettings.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Controllers/ClientAppSettings.cs+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
6 | 2 |
|
7 | 3 |
|
8 | 4 |
|
|
AspNetCoreIdentity/Controllers/ExternalAccountController.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Controllers/ExternalAccountController.cs-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 |
| - |
5 | 3 |
|
6 | 4 |
|
7 | 5 |
|
|
AspNetCoreIdentity/Controllers/HomeController.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Controllers/HomeController.cs-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 | 1 |
|
4 |
| - |
5 |
| - |
6 | 2 |
|
7 |
| - |
8 |
| - |
9 | 3 |
|
10 | 4 |
|
11 | 5 |
|
|
AspNetCoreIdentity/Controllers/StreamingController.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Controllers/StreamingController.cs-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 | 3 |
|
5 | 4 |
|
6 | 5 |
|
| ||
9 | 8 |
|
10 | 9 |
|
11 | 10 |
|
12 |
| - |
13 | 11 |
|
14 | 12 |
|
15 | 13 |
|
|
AspNetCoreIdentity/Infrastructure/AppUserStore.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Infrastructure/AppUserStore.cs+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
AspNetCoreIdentity/Infrastructure/AuthMessageSenderOptions.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Infrastructure/AuthMessageSenderOptions.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
AspNetCoreIdentity/Infrastructure/DbInitializer.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Infrastructure/DbInitializer.cs-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 | 6 |
|
8 | 7 |
|
9 | 8 |
|
|
AspNetCoreIdentity/Infrastructure/EmailSender.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Infrastructure/EmailSender.cs+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
| 1 | + |
5 | 2 |
|
6 | 3 |
|
7 | 4 |
|
|
AspNetCoreIdentity/Infrastructure/UserRepository.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Infrastructure/UserRepository.cs-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 |
| - |
5 |
| - |
6 | 3 |
|
7 | 4 |
|
8 | 5 |
|
|
AspNetCoreIdentity/Infrastructure/VideoRepository.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Infrastructure/VideoRepository.cs-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 | 1 |
|
3 |
| - |
4 | 2 |
|
5 |
| - |
6 |
| - |
7 | 3 |
|
8 | 4 |
|
9 | 5 |
|
|
AspNetCoreIdentity/Models/AppUser.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Models/AppUser.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
AspNetCoreIdentity/Program.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/Program.cs-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 | 1 |
|
7 | 2 |
|
8 |
| - |
9 |
| - |
10 | 3 |
|
11 | 4 |
|
12 | 5 |
|
|
AspNetCoreIdentity/ViewModels/AssociateViewModel.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/ViewModels/AssociateViewModel.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
AspNetCoreIdentity/ViewModels/ClaimVM.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/ViewModels/ClaimVM.cs+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
| 1 | + |
5 | 2 |
|
6 | 3 |
|
7 | 4 |
|
|
AspNetCoreIdentity/ViewModels/LoginVM.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/ViewModels/LoginVM.cs+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
6 | 2 |
|
7 | 3 |
|
8 | 4 |
|
|
AspNetCoreIdentity/ViewModels/RegisterVM.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/ViewModels/RegisterVM.cs+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
6 | 2 |
|
7 | 3 |
|
8 | 4 |
|
|
AspNetCoreIdentity/ViewModels/ResultVM.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/ViewModels/ResultVM.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
AspNetCoreIdentity/ViewModels/UserStateVM.cs
Copy file name to clipboardExpand all lines: AspNetCoreIdentity/ViewModels/UserStateVM.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
| 1 | + |
6 | 2 |
|
7 | 3 |
|
8 |
| - |
9 | 4 |
|
10 | 5 |
|
11 | 6 |
|
|
IdentityServer/DatabaseInitializer.cs
Copy file name to clipboardExpand all lines: IdentityServer/DatabaseInitializer.cs-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 | 2 |
|
4 | 3 |
|
5 |
| - |
6 | 4 |
|
7 | 5 |
|
8 | 6 |
|
9 | 7 |
|
10 | 8 |
|
11 |
| - |
12 | 9 |
|
13 | 10 |
|
14 | 11 |
|
|
IdentityServer/Models/Account/AccountOptions.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Account/AccountOptions.cs-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 |
| - |
5 | 2 |
|
6 | 3 |
|
7 | 4 |
|
|
IdentityServer/Models/Account/ExternalProvider.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Account/ExternalProvider.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
IdentityServer/Models/Account/LoggedOutViewModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Account/LoggedOutViewModel.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
IdentityServer/Models/Account/LoginViewModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Account/LoginViewModel.cs-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
4 |
| - |
5 | 4 |
|
6 | 5 |
|
7 | 6 |
|
|
IdentityServer/Models/Account/LogoutInputModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Account/LogoutInputModel.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
IdentityServer/Models/Account/RedirectViewModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Account/RedirectViewModel.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
IdentityServer/Models/Consent/ConsentInputModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Consent/ConsentInputModel.cs+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
| 1 | + |
5 | 2 |
|
6 | 3 |
|
7 | 4 |
|
|
IdentityServer/Models/Consent/ConsentOptions.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Consent/ConsentOptions.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
IdentityServer/Models/Consent/ConsentViewModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Consent/ConsentViewModel.cs+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
| 1 | + |
5 | 2 |
|
6 | 3 |
|
7 | 4 |
|
|
IdentityServer/Models/Consent/ProcessConsentResult.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Consent/ProcessConsentResult.cs+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
|
IdentityServer/Models/Grants/GrantViewModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Grants/GrantViewModel.cs-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 |
|
6 | 4 |
|
7 | 5 |
|
|
IdentityServer/Models/Grants/GrantsViewModel.cs
Copy file name to clipboardExpand all lines: IdentityServer/Models/Grants/GrantsViewModel.cs+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
| 1 | + |
5 | 2 |
|
6 | 3 |
|
7 | 4 |
|
|
+1-7Lines changed: 1 addition & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 | 3 |
|
9 | 4 |
|
10 |
| - |
11 | 5 |
|
12 | 6 |
|
13 | 7 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 | 7 |
|
9 | 8 |
|
10 | 9 |
|
|
IdentityServer/Views/Account/Login.cshtml
Copy file name to clipboardExpand all lines: IdentityServer/Views/Account/Login.cshtml+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
|
SocialNetwork.API/Controllers/ContactsController.cs
Copy file name to clipboardExpand all lines: SocialNetwork.API/Controllers/ContactsController.cs-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
4 |
| - |
5 | 3 |
|
6 | 4 |
|
7 | 5 |
|
|
SocialNetwork.API/Program.cs
Copy file name to clipboardExpand all lines: SocialNetwork.API/Program.cs+1-8Lines changed: 1 addition & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
| 1 | + |
7 | 2 |
|
8 |
| - |
9 |
| - |
10 | 3 |
|
11 | 4 |
|
12 | 5 |
|
|
0 commit comments