DeutschLernen/GermanApp/Application/DTOs
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
..
Admin feat(backend): Implement mandatory authentication and admin module 2026-06-14 12:42:15 +02:00
Auth fix(backend): resolve admin redirect, null reference, and Docker build issues 2026-06-16 17:35:50 +02:00
LessonDto.cs fix(backend): update Lesson entity and related code to use LevelId foreign key 2026-06-07 21:25:46 +02:00
LevelDto.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00
QuizDto.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
QuizQuestionDto.cs feat(backend): Complete Quiz System implementation 2026-06-13 07:41:46 +02:00
StorySegmentDto.cs feat(backend/story-integration): Phase 1 - Database & Models 2026-06-13 13:23:12 +02:00
UserProgressDto.cs feat(backend/application): add DTOs and services for Lesson Management 2026-06-08 20:51:38 +02:00