DeutschLernen/GermanApp/Infrastructure/Data/Migrations
Lasse Rune Hansen 50f1b8a8dc feat(backend): Implement mandatory authentication and admin module
- Add Role property to User entity with migration
- Create BootstrapController for first admin user creation
- Remove [AllowAnonymous] from all learning content controllers
- Create AdminController with admin-only endpoints
- Create AdminService for user management
- Create UserReportService for progress reports
- Add UserRepository implementation
- Update AuthService with role support

feat(frontend): Implement authentication system
- Add AuthStore with React context for auth state management
- Create Login, Register, Landing, and Home pages
- Add ProtectedRoute and AdminRoute components
- Create Auth API types and client
- Configure Vite with @/ path alias
- Add comprehensive CSS styles for auth and landing pages

BREAKING CHANGE: All learning content now requires authentication.
Users must register and sign in before accessing lessons, quizzes, and stories.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-14 12:42:15 +02:00
..
20260531174249_InitialCreate.cs feat(backend/infra): add User entity, database migrations, and seed data 2026-05-31 19:44:29 +02:00
20260531174249_InitialCreate.Designer.cs feat(backend/infra): add User entity, database migrations, and seed data 2026-05-31 19:44:29 +02:00
20260605131551_AddRefreshTokensTable.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
20260605131551_AddRefreshTokensTable.Designer.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
20260607192743_AddLessonManagementTables.cs feat(backend/database): add migrations for Level, Lesson, and UserProgress tables 2026-06-08 17:44:45 +02:00
20260607192743_AddLessonManagementTables.Designer.cs feat(backend/database): add migrations for Level, Lesson, and UserProgress tables 2026-06-08 17:44:45 +02:00
20260612050652_AddQuizQuestionTables.cs feat(backend/domain): add quiz question feature with Docker migration support 2026-06-12 16:49:27 +02:00
20260612050652_AddQuizQuestionTables.Designer.cs feat(backend/domain): add quiz question feature with Docker migration support 2026-06-12 16:49:27 +02:00
20260613125706_AddStorySegmentAndStoryProgressTables.cs feat(backend/story-integration): Phase 5 - Apply database migration with EF design-time support 2026-06-13 15:48:00 +02:00
20260613125706_AddStorySegmentAndStoryProgressTables.Designer.cs feat(backend/story-integration): Phase 5 - Apply database migration with EF design-time support 2026-06-13 15:48:00 +02:00
20260614101057_AddRoleToUser.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
20260614101057_AddRoleToUser.Designer.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
AppDbContextModelSnapshot.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00