DeutschLernen/GermanApp/Application/Services
Lasse Rune Hansen 33ed27abd8
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix(backend): resolve admin redirect, null reference, and Docker build issues
- Added Role to AuthResponse DTO and all auth endpoints
- Fixed null config handling in MistralConnector, TtsService, VoskService, MistralService
- Fixed BaseAddress setup in MistralConnector to work without API key
- Reverted seed data to use hardcoded bcrypt hashes (compatible with PasswordHasher)
- Added integration tests for StoryController
- Added unit tests for MistralConnector
- Updated frontend AuthResponse type to include role

Fixes admin redirect to /, story generation null reference, and Docker build failures.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-16 17:35:50 +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 fix(backend): resolve admin redirect, null reference, and Docker build issues 2026-06-16 17:35:50 +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