eeg_portal/eeg_frontend/src/app
Bernhard Müller 6770be9bef fix(security): externalize CORS origins, secure JWT secret default, fix RouterLink import
- Externalize CORS origins via app.cors-origins property (configurable per environment)
- Remove hardcoded JWT secret fallback; use env-var-only with safe test default
- Disable show-sql by default (enable only in dev profile)
- Create application-dev.yml with safe development defaults
- Add missing RouterLink import in MyMembershipsComponent (fixes runtime error)
2026-07-22 09:09:36 +02:00
..
components feat(iam): add complete notification system with email and in-app notifications 2026-07-21 13:38:15 +02:00
guards generalized dashboard for member and admin 2026-07-05 10:49:46 +02:00
interceptors feat(frontend): add responsive design, form validation, toast service and error handling 2026-07-21 12:08:39 +02:00
layout test(dashboard,frontend): add DashboardControllerTest, fix broken spec files and add login tests 2026-07-22 08:39:58 +02:00
pages fix(security): externalize CORS origins, secure JWT secret default, fix RouterLink import 2026-07-22 09:09:36 +02:00
services refactor(frontend): replace hardcoded localhost URLs with environment config 2026-07-22 07:50:38 +02:00
app.config.ts refactor(frontend): replace hardcoded localhost URLs with environment config 2026-07-22 07:50:38 +02:00
app.html feat(frontend): add responsive design, form validation, toast service and error handling 2026-07-21 12:08:39 +02:00
app.routes.ts feat(iam): add complete notification system with email and in-app notifications 2026-07-21 13:38:15 +02:00
app.scss first working frontend/backend 2026-06-01 16:59:49 +02:00
app.spec.ts test(dashboard,frontend): add DashboardControllerTest, fix broken spec files and add login tests 2026-07-22 08:39:58 +02:00
app.ts feat(frontend): add responsive design, form validation, toast service and error handling 2026-07-21 12:08:39 +02:00