DeutschLernen/GermanApp/Presentation/Controllers
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
..
AdminController.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
AuthController.cs feat(backend): complete unit tests for User Authentication feature 2026-06-05 17:07:15 +02:00
BootstrapController.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
LessonsController.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
LevelsController.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
MistralController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
QuizQuestionsController.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
QuizzesController.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
SpeechController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
StoryController.cs feat(docs/admin): Add Admin Module feature specification and update roadmap 2026-06-14 11:45:55 +02:00
TtsController.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00