managarten/services/mana-core-auth/src
Till-JS a2e2a5b73c feat(admin): add user data dashboard for cross-project data visualization
Add comprehensive admin dashboard to view and manage user data across all projects:

Backend:
- Add admin endpoints to Chat, Todo, Contacts, Calendar, Picture, Zitare, Presi
- Each backend exposes GET/DELETE /api/v1/admin/user-data/:userId
- Service-to-service auth via X-Service-Key header

Aggregation (mana-core-auth):
- GET /api/v1/admin/users - Paginated user list with search
- GET /api/v1/admin/users/:userId/data - Aggregated data from all backends
- DELETE /api/v1/admin/users/:userId/data - GDPR deletion across all projects

Frontend (ManaCore web):
- New User Data tab in admin navigation
- User search page at /admin/user-data
- User detail page with ProjectDataCard components
- GDPR deletion dialog with email confirmation

Presi:
- Migrate user_id from UUID to TEXT for Better Auth compatibility
- Add SQL migration script
2026-02-11 14:59:18 +01:00
..
__tests__/utils fix(mana-core-auth): complete production readiness with test fixes 2026-02-01 14:18:58 +01:00
admin feat(admin): add user data dashboard for cross-project data visualization 2026-02-11 14:59:18 +01:00
ai 🐛 fix(auth): remove type-only import of ConfigService in AiService 2025-12-04 19:08:37 +01:00
analytics fix(mana-core-auth): complete production readiness with test fixes 2026-02-01 14:18:58 +01:00
auth feat(mana-core-auth): auto-link Matrix users on OIDC login 2026-02-02 16:50:28 +01:00
common fix(mana-core-auth): align JWT issuer validation with Better Auth signing config 2026-02-02 16:50:04 +01:00
config 🐛 fix(mana-core-auth): use EdDSA for OIDC id_token signing 2026-02-01 13:24:55 +01:00
credits fix(mana-core-auth): complete production readiness with test fixes 2026-02-01 14:18:58 +01:00
db feat(bots): enable Redis SSO for todo-bot and calendar-bot 2026-02-02 14:51:23 +01:00
email 🐛 fix(mana-core-auth): use EdDSA for OIDC id_token signing 2026-02-01 13:24:55 +01:00
feedback Fix wrong type 2025-12-04 23:25:25 +01:00
health 🐛 fix(matrix-mana-bot): resolve QEMU emulation failure in CI 2026-02-01 13:59:04 +01:00
metrics feat(stats): add user statistics to Prometheus metrics and Grafana 2026-01-26 10:53:57 +01:00
referrals fix(mana-core-auth): complete production readiness with test fixes 2026-02-01 14:18:58 +01:00
settings feat(settings): add device-specific settings storage 2025-12-11 23:49:18 +01:00
tags feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00
app.module.ts feat(admin): add user data dashboard for cross-project data visualization 2026-02-11 14:59:18 +01:00
main.ts fix(mana-core-auth): exclude /api/auth/get-session from global prefix 2026-02-02 16:29:17 +01:00