dak.c2s/backend/app/api
CCS Admin 78ae11fb99 feat: add reactivate and delete buttons for admin disclosure view
After revoking or expiry, admins now see "Wieder aufleben" (reactivate
with new 24h window) and "Verwerfen" (hard delete) buttons. Rejected
disclosures also show "Verwerfen".

Backend: PUT .../reactivate and DELETE endpoints for admin disclosures.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 08:25:46 +00:00
..
__init__.py feat: project scaffolding with FastAPI, config, database connection 2026-02-24 07:24:00 +00:00
admin.py feat: add reactivate and delete buttons for admin disclosure view 2026-02-27 08:25:46 +00:00
auth.py feat: add MFA disable (self-service + admin reset) endpoints 2026-02-26 09:40:57 +00:00
cases.py feat: add re-request and delete buttons for inactive disclosures 2026-02-27 08:11:08 +00:00
coding.py feat: coding queue, reports API, Excel sync 2026-02-24 08:03:17 +00:00
import_router.py feat: add audit logging for login, logout, imports, and report generation 2026-02-24 10:36:25 +00:00
notifications.py feat: admin API, audit logging, notifications, create_admin script 2026-02-24 07:48:41 +00:00
reports.py feat: add inline report viewer with 5-tab sheet display 2026-02-26 22:57:35 +00:00