Matthias Hochmeister
5032e1593b
new features
2026-03-23 13:08:19 +01:00
Matthias Hochmeister
83b84664ce
rights system
2026-03-23 12:35:28 +01:00
Matthias Hochmeister
725d4d1729
rights system
2026-03-23 12:18:46 +01:00
Matthias Hochmeister
fa10467f21
rights system
2026-03-23 12:12:21 +01:00
Matthias Hochmeister
a575b61d26
rights system
2026-03-23 12:00:09 +01:00
Matthias Hochmeister
d173c8235e
rights system
2026-03-23 11:48:00 +01:00
Matthias Hochmeister
515f14956e
rights system
2026-03-23 10:50:52 +01:00
Matthias Hochmeister
2bb22850f4
rights system
2026-03-23 10:07:53 +01:00
Matthias Hochmeister
f3ad989a9e
update
2026-03-16 15:01:09 +01:00
Matthias Hochmeister
215528a521
update
2026-03-16 14:41:08 +01:00
Matthias Hochmeister
7215e7f472
update
2026-03-13 14:01:06 +01:00
Matthias Hochmeister
1d5122a2cd
update
2026-03-13 13:25:43 +01:00
Matthias Hochmeister
11fb533ad6
update FDISK sync
2026-03-13 10:27:57 +01:00
Matthias Hochmeister
5aa309b97a
resolve issues with new features
2026-03-12 16:05:01 +01:00
Matthias Hochmeister
a5cd78f01f
feat: bug fixes, layout improvements, and new features
...
Bug fixes:
- Remove non-existent `role` column from admin users SQL query (A1)
- Fix Nextcloud Talk chat API path v4 → v1 for messages/send/read (A2)
- Fix ServiceModeTab sync: useState → useEffect to reflect DB state (A3)
- Guard BookStack book_slug with book_id fallback to avoid broken URLs (A4)
Layout & UI:
- Chat panel: sticky full-height positioning, main content scrolls independently (B1)
- Vehicle booking datetime inputs: explicit text color for dark mode (B2)
- AnnouncementBanner moved into grid with full-width span (B3)
Features:
- Per-user widget visibility preferences stored in users.preferences JSONB (C1)
- Link collections: grouped external links in admin UI and dashboard widget (C2)
- Admin ping history: migration 026, checked_at timestamps, expandable history rows (C4)
- Service mode end date picker with scheduled deactivation display (C5)
- Vikunja startup config logging and configured:false warnings (C7)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-12 14:57:54 +01:00
Matthias Hochmeister
21b7be22db
feat: service mode (maintenance mode)
...
Admins can toggle maintenance mode from the admin dashboard (new
"Wartung" tab). When active, all non-admin users see a full-page
maintenance screen instead of the app.
- Backend: GET /api/config/service-mode endpoint (authenticated)
- Backend: stores state in app_settings key 'service_mode'
- Frontend: ServiceModeGuard wraps all ProtectedRoutes
- Frontend: ServiceModePage full-screen maintenance UI
- Frontend: ServiceModeTab in admin dashboard with toggle + message
- Admins (dashboard_admin group) always bypass the guard
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-03-12 13:21:49 +01:00
Matthias Hochmeister
cd68bd3795
annoucement banners, calendar pdf export, vehicle booking quck-add, even quick-add
2026-03-12 11:47:08 +01:00
Matthias Hochmeister
d5be68ca63
resolve issues with new features
2026-03-12 10:21:26 +01:00
Matthias Hochmeister
31f1414e06
adding chat features, admin features and bug fixes
2026-03-12 08:16:34 +01:00