- Replace all native HTML buttons with MalioButton and MalioButtonIcon components
- Add app:read group on environments relation to fix 0 count in list
- Fix fixture URLs (http for apps, https for gitea)
- Maintenance icons: alert-outline (activate) / shield-check-outline (deactivate)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Permet de créer un user en prod sans SQL :
php bin/console app:create-user <username> <password> --admin
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- MeProvider : guard null user avec AccessDeniedHttpException
- MaintenanceToggleProcessor : vérification des opérations filesystem
- User : restreindre Get/GetCollection aux ROLE_ADMIN
- useAppVersion : corriger le path relatif '/version'
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Same architecture as Lesstime: API Platform 4, JWT auth, @malio/layer-ui,
PostgreSQL 16, Docker Compose (ports 8083/3003/5436), dark mode theme.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>