DeutschLernen/GermanApp/Infrastructure/Data/Repositories
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
..
LessonRepository.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
LevelRepository.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
QuizOptionRepository.cs feat(backend/domain): add quiz question feature with Docker migration support 2026-06-12 16:49:27 +02:00
QuizQuestionRepository.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
QuizRepository.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
StoryProgressRepository.cs test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
StoryRepository.cs test(backend): add Phase 3 unit tests for Story Integration 2026-06-13 14:23:54 +02:00
UserProgressRepository.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
UserRepository.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00