Commit 7891ec8
committed
Add RegistrationDateTime to users; major codebase cleanup
- Added RegistrationDateTime column to AspNetUsers via EF Core migration to track user registration date/time.
- Removed SecurityService.BusinessLogic, Client, DataTransferObjects, Models, and all test/integration/migration projects and files.
- Refactored logic into database/model layers; updated user models and handlers to support RegistrationDateTime.
- Deleted all UI, test, and migration infrastructure, including IdentityServer UI, Bootstrap/jQuery assets, and related configs.
- Significantly simplified the codebase, focusing on direct model usage and removing legacy layers and dependencies.1 parent b867a54 commit 7891ec8
421 files changed
Lines changed: 848 additions & 134940 deletions
File tree
- SecurityService.BusinessLogic/RequestHandlers
- SecurityService.DataTransferObjects
- SecurityService.Database
- SecurityService.Models
- SecurityService.SqlServerMigrations/Migrations
- SecurityService/Factories
- archive
- SecurityService.BusinessLogic
- Exceptions
- RequestHandlers
- Requests
- SecurityService.Client
- SecurityService.DataTransferObjects
- Requests
- Responses
- SecurityService.Database
- DbContexts
- SecurityService.IntegrationTesting.Helpers
- SecurityService.IntegrationTests
- ApiResource
- ApiScopes
- Clients
- Common
- IdentityResource
- Roles
- Token
- Users
- SecurityService.Models
- SecurityService.MySqlMigrations
- AuthenticationDb
- ConfigurationDb
- PersistedGrantDb
- SecurityService.OpenIdConnect.IntegrationTests
- ChangePassword
- Common
- ForgotPassword
- UserLogin
- SecurityService.SqlServerMigrations
- AuthenticationDb
- ConfigurationDb
- PersistedGrantDb
- SecurityService.UnitTests
- RequestHandler
- SecurityService.UserInterface
- Common
- Pages
- Account
- ChangePassword
- EmailConfirmation
- ForgotPassword
- Login
- Logout
- Ciba
- Consent
- Device
- Diagnostics
- ExternalLogin
- Grants
- Home/Error
- Redirect
- SecurityServiceTestUI
- Controllers
- Models
- Views
- Home
- wwwroot
- css
- js
- lib
- bootstrap
- dist
- css
- js
- jquery-validation-unobtrusive
- jquery-validation
- dist
- jquery
- dist
- SecurityService
- Bootstrapper
- Common
- Examples
- Endpoints
- Factories
- Handlers
- HostedServices
- keys
- wwwroot
- css
- js
- lib
- bootstrap4-glyphicons
- css
- fonts/glyphicons
- maps
- bootstrap
- dist
- css
- js
- jquery
- dist
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| |||
350 | 351 | | |
351 | 352 | | |
352 | 353 | | |
| 354 | + | |
353 | 355 | | |
354 | 356 | | |
355 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
166 | 170 | | |
167 | 171 | | |
168 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments