DeutschLernen/GermanApp/Application/Services
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
..
AdminService.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
AiFallbackService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
AudioGenerationService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
LessonService.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
LessonUnlockService.cs feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
LevelCompletionCalculator.cs feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
LevelService.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
MistralService.cs feat(backend/ai-services): Complete AI Services Phase 0-4 implementation 2026-06-13 10:09:19 +02:00
ProgressService.cs feat(backend/validation): add FluentValidation for DTOs and update controllers 2026-06-09 17:35:14 +02:00
QuizQuestionService.cs feat(backend/application): Complete Lesson Management feature implementation 2026-06-13 09:34:42 +02:00
QuizService.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
SpeechExerciseService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00
StoryGenerationService.cs feat(backend/story-integration): Phase 5 - Audio Generation 2026-06-13 14:47:32 +02:00
StoryService.cs feat(backend/story-integration): Phase 2 - Backend Services 2026-06-13 13:37:16 +02:00
StoryUnlockService.cs feat(backend/story-integration): Phase 2 - Backend Services 2026-06-13 13:37:16 +02:00
UserReportService.cs feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
WritingFeedbackService.cs feat(backend/application): implement Phase 5 AI Service Integration 2026-06-13 12:44:10 +02:00