dorfteich/apps/web/src
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
..
access Add effective-permissions inspector (#57) 2026-07-10 00:00:27 +02:00
auth Add offline editing: local persistence, PWA shell, offline resolution (#38) 2026-07-08 22:08:55 +02:00
components Add auth, settings, and admin UI to the SPA 2026-07-05 05:35:56 +02:00
editor Add pageTool plugins with toc and page-index references (#77) 2026-07-11 13:27:30 +02:00
export Add self-service GDPR data export (#68) 2026-07-10 13:01:51 +02:00
files Add non-image attachments with allowlist, SVG policy, and file managers (#61) 2026-07-10 02:52:40 +02:00
fonts Add per-pond fonts: catalog, build, application, and admin UI (#66) 2026-07-10 11:16:29 +02:00
i18n Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
import Add document import UI in the sidebar (#64) 2026-07-10 09:38:31 +02:00
labels Add label UI: tree management, page assignment, and sidebar filter (#44) 2026-07-09 11:41:42 +02:00
layout Add instance legal pages with public rendering and footer links (#82) 2026-07-11 16:40:04 +02:00
lib Add Markdown copy, paste, and per-page export endpoint (#30) 2026-07-08 12:05:11 +02:00
links Add backlinks panel and phantom-pages view (#48) 2026-07-09 13:05:32 +02:00
members Add pond member management UI (#54) 2026-07-09 20:22:52 +02:00
offline Add offline editing: local persistence, PWA shell, offline resolution (#38) 2026-07-08 22:08:55 +02:00
pages Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
plugins Add pageTool plugins with toc and page-index references (#77) 2026-07-11 13:27:30 +02:00
search Add search UI with scoping and snippets (#50) 2026-07-09 13:36:06 +02:00
setup Add the first-run setup wizard UI (#81) 2026-07-11 16:05:01 +02:00
styles Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
App.tsx Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
main.tsx Add page trash: soft delete, restore, and purge job (#31) 2026-07-08 12:48:17 +02:00