pp-planer/app/Http/Controllers
Thorsten Bus bdbf0c65e3 refactor(php): rename SongGroup references throughout controllers/services/tests
Replace all SongGroup/SongArrangementGroup model usages with Label/SongArrangementLabel
after the schema migration to global labels. Updates 12 app files and 11 test files:

- SongService: createDefaultGroups now finds-or-creates global Labels by name
- ArrangementController: validates label_id (labels are global, no song-ownership)
- ProImportService: imports groups as Labels (firstOrCreate by name); does not
  overwrite existing label colors per spec
- ProExportService/SongPdfController/TranslationService/etc: traverse via
  arrangements -> arrangementLabels -> label -> songSlides chain
- All test factories and assertions adapted to label-based schema
2026-05-03 22:55:02 +02:00
..
ApiLogController.php feat(logs): store and lazy-load actual API response body in request log 2026-03-02 13:25:45 +01:00
ArrangementController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
AuthController.php feat(auth): add dummy test login for local dev + update env for Herd 2026-03-01 22:33:29 +01:00
Controller.php feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
ProFileController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
ServiceController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
ServiceSongController.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
SettingsController.php feat(settings): add agenda configuration keys 2026-03-29 11:37:33 +02:00
SlideController.php feat: probundle export with media, image upscaling, upload dimension warnings 2026-03-30 10:29:37 +02:00
SongController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
SongPdfController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
SyncController.php add better errorhandling for cts sync 2026-03-29 15:24:13 +02:00
TranslationController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00