Commit Graph

66 Commits

Author SHA1 Message Date
Matthias Hochmeister
c29b21f714 update 2026-03-26 14:22:35 +01:00
Matthias Hochmeister
884397b520 calendar and vehicle booking rework 2026-03-26 08:47:38 +01:00
Matthias Hochmeister
7dab359448 calendar and vehicle booking rework 2026-03-25 16:09:16 +01:00
Matthias Hochmeister
74d978171c calendar and vehicle booking rework 2026-03-25 15:44:11 +01:00
Matthias Hochmeister
5add6590e5 refactor external orders 2026-03-25 14:26:41 +01:00
Matthias Hochmeister
561334791b rework external order tracking system 2026-03-25 13:24:52 +01:00
Matthias Hochmeister
feb39d234f rework from modal to page 2026-03-25 10:23:28 +01:00
Matthias Hochmeister
4ed76fe20d fix permissions 2026-03-25 09:07:31 +01:00
Matthias Hochmeister
eb92dfcc96 fix permissions 2026-03-25 08:42:45 +01:00
Matthias Hochmeister
5ceae7c364 fix permissions 2026-03-25 07:54:40 +01:00
Matthias Hochmeister
59140939df fix permissions 2026-03-25 07:48:00 +01:00
Matthias Hochmeister
f228dd67ba fix permissions 2026-03-24 17:54:36 +01:00
Matthias Hochmeister
6c7531438e rework issue system 2026-03-24 14:21:17 +01:00
Matthias Hochmeister
abb337c683 rework internal order system 2026-03-24 14:02:16 +01:00
Matthias Hochmeister
9a52e41372 rework internal order system 2026-03-24 13:28:46 +01:00
Matthias Hochmeister
50d963120a rework internal order system 2026-03-24 13:11:20 +01:00
Matthias Hochmeister
6ff5cc89ad rework internal order system 2026-03-24 08:59:46 +01:00
Matthias Hochmeister
3c0a8a6832 rework internal order system 2026-03-24 08:41:24 +01:00
Matthias Hochmeister
99f02b8425 rework internal order system 2026-03-24 08:11:32 +01:00
Matthias Hochmeister
135dbf6d71 new features 2026-03-23 18:47:45 +01:00
Matthias Hochmeister
1b13e4f89e new features 2026-03-23 18:43:30 +01:00
Matthias Hochmeister
55ded22a6f new features 2026-03-23 16:58:46 +01:00
Matthias Hochmeister
8c66492b27 new features 2026-03-23 16:09:42 +01:00
Matthias Hochmeister
bfcf1556da new features 2026-03-23 15:07:17 +01:00
Matthias Hochmeister
3326156b15 new features 2026-03-23 14:01:39 +01:00
Matthias Hochmeister
5032e1593b new features 2026-03-23 13:08:19 +01:00
Matthias Hochmeister
725d4d1729 rights system 2026-03-23 12:18:46 +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
c15d4a50e0 update 2026-03-16 15:26:43 +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
5f329bb5c1 update 2026-03-16 12:11:32 +01:00
Matthias Hochmeister
8d03c13bee update 2026-03-14 14:10:05 +01:00
Matthias Hochmeister
ef9d2ff4a2 update 2026-03-13 21:49:42 +01:00
Matthias Hochmeister
03155dcf7a update 2026-03-13 15:49:58 +01:00
Matthias Hochmeister
75c919c063 update 2026-03-13 15:42:15 +01:00
Matthias Hochmeister
7215e7f472 update 2026-03-13 14:01:06 +01:00
Matthias Hochmeister
e26d77ef35 update nextcloud for file support 2026-03-13 13:46:08 +01:00
Matthias Hochmeister
11fb533ad6 update FDISK sync 2026-03-13 10:27:57 +01:00
Matthias Hochmeister
68586b01dc resolve issues with new features 2026-03-12 16:42:21 +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
71a04aee89 resolve issues with new features 2026-03-12 11:37:25 +01:00
Matthias Hochmeister
31f1414e06 adding chat features, admin features and bug fixes 2026-03-12 08:16:34 +01:00
Matthias Hochmeister
3c9b7d3446 apply security audit 2026-03-11 13:51:01 +01:00
Matthias Hochmeister
93a87a7ae9 apply security audit 2026-03-11 13:18:10 +01:00