dorfteich/apps/web/src/pages
Claude Fable 5 c8aac13dfb
All checks were successful
CI / Lint, typecheck, test (push) Successful in 3m14s
CI / Build container images (push) Has been skipped
CD / Build and push images (push) Successful in 3m45s
CD / Deploy to Test (push) Successful in 10s
CD / Smoke tests against Test (push) Successful in 1m11s
CD / Promote to Int (push) Successful in 11s
CI / Auth e2e pack (push) Successful in 5m20s
CI / Import/export fidelity gate (push) Successful in 45s
Add Site-Admin system panel with persistent audit trail (#86)
New /admin/system panel (operations.md §Maintenance jobs): the maintenance
job list shows every registered job with truthful last-run data (new
Job.lastDurationMs recorded by the scheduler) and a manual trigger that
respects the run-mutex and is itself audit-logged; a backup card mirrors
the sidecar's status.json including the freshness verdict; an audit-log
viewer filters by actor, action, and time range with pagination; and a
storage overview lists the largest ponds. Auth events and admin actions
(grants, members, user/quota admin, plugins, settings, setup) now land in
a new audit_log table through a central AuditService — which keeps
emitting the established stdout log line — while content activity stays
log-only by design. All endpoints are Site-Admin-only; covered by API DB
tests and a Playwright pack in CI.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1
2026-07-11 20:03:05 +02:00
..
auth Fire the e-mail verification exactly once per token 2026-07-05 05:59:25 +02:00
AdminSettingsPage.tsx Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
AdminSystemPage.tsx Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
FontCatalogPage.tsx Add per-pond fonts: catalog, build, application, and admin UI (#66) 2026-07-10 11:16:29 +02:00
HomePage.tsx Add i18n with i18next, German and English, and a key-parity check 2026-07-04 19:23:45 +02:00
LegalPage.tsx Add instance legal pages with public rendering and footer links (#82) 2026-07-11 16:40:04 +02:00
NotFoundPage.tsx Add i18n with i18next, German and English, and a key-parity check 2026-07-04 19:23:45 +02:00
PageEditorPage.tsx Add pageTool plugins with toc and page-index references (#77) 2026-07-11 13:27:30 +02:00
PluginManager.tsx Add plugin administration UI: instance modes and pond activation (#72) 2026-07-11 09:32:16 +02:00
PluginPreviewPage.tsx Add the sandbox host runtime for plugin iframes (#73) 2026-07-11 09:16:30 +02:00
PondHomePage.tsx Add pond sidebar with page list, sort modes, and pond switcher (#26) 2026-07-06 12:37:44 +02:00
PondSettingsPage.tsx Add plugin administration UI: instance modes and pond activation (#72) 2026-07-11 09:32:16 +02:00
PublicPageView.tsx Add public read access and server-rendered page HTML (#56) 2026-07-09 23:46:25 +02:00
QuotaManager.tsx Add Site-Admin quota override management UI (#58) 2026-07-10 00:14:28 +02:00
SettingsPage.tsx Add self-service GDPR data export (#68) 2026-07-10 13:01:51 +02:00
TrashPage.tsx Add page trash: soft delete, restore, and purge job (#31) 2026-07-08 12:48:17 +02:00
UserManager.tsx Add Site-Admin user management (#59) 2026-07-10 00:31:41 +02:00