dorfteich/apps/api/src/admin
Claude Fable 5 da5fd7c770
All checks were successful
CI / Lint, typecheck, test (pull_request) Successful in 6m12s
CI / Build container images (pull_request) Successful in 4m2s
CI / Auth e2e pack (pull_request) Successful in 8m29s
CI / Import/export fidelity gate (pull_request) Successful in 54s
CD / Build and push images (push) Successful in 31s
CD / Deploy to Test (push) Successful in 14s
CD / Smoke tests against Test (push) Successful in 1m29s
CD / Promote to Int (push) Successful in 14s
CI / Build container images (push) Has been skipped
CI / Lint, typecheck, test (push) Successful in 6m30s
CI / Auth e2e pack (push) Successful in 8m6s
CI / Import/export fidelity gate (push) Successful in 57s
#243: VS_NFD_MODE and the machine-readable hardening-profile catalog
The deployment declares through VS_NFD_MODE (off | marked | hidden |
enforced, default off) how the application treats configuration that
violates the VS-NfD reference profile — deploy-level like
BACKUP_ALLOWED_TARGETS, so a compromised Site Admin cannot widen it.
The catalog in shared (vs-nfd-profile.ts) is the single source of
truth: every profile-relevant setting with a decidable compliant value,
judgement calls in an explicit advisory list, and a fence test parsing
the hardening guide's reference tables so neither can drift (pattern
#201). The api evaluates the catalog against the typed settings
registry and validated env and exposes mode + verdict on
GET /admin/system/vs-nfd-profile; the admin settings view shows the
card whenever the mode is not off. Display only — the treatments land
with #244–#246 (ADR 0027, proposed).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AUtYMxwTCMHG9mVHnwbFg8
2026-07-31 18:24:04 +02:00
..
admin.controller.ts Add the first-run setup wizard API with env-backed secret store (#80) 2026-07-11 15:10:28 +02:00
admin.e2e.db.test.ts Add account/session endpoints and typed instance settings with admin API 2026-07-05 05:26:45 +02:00
admin.module.ts #195: trashed content leaves the search index itself 2026-07-30 14:07:34 +02:00
backup-admin.controller.ts Nextcloud backup target: admin-configured, manual + scheduled uploads, in-app restore (#103) 2026-07-12 10:39:18 +02:00
backup-admin.e2e.db.test.ts #192: deploy-level backup target allowlist 2026-07-30 12:17:14 +02:00
backup-admin.service.ts #192: deploy-level backup target allowlist 2026-07-30 12:17:14 +02:00
backup-allowlist-empty.e2e.db.test.ts #192: deploy-level backup target allowlist 2026-07-30 12:17:14 +02:00
backup-allowlist.e2e.db.test.ts #192: deploy-level backup target allowlist 2026-07-30 12:17:14 +02:00
pseudonymization.service.ts #195: trashed content leaves the search index itself 2026-07-30 14:07:34 +02:00
quota-admin.controller.ts Add Site-Admin quota override management UI (#58) 2026-07-10 00:14:28 +02:00
quota-admin.e2e.db.test.ts Add Site-Admin quota override management UI (#58) 2026-07-10 00:14:28 +02:00
quota-admin.service.ts Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
site-admin.guard.ts Add account/session endpoints and typed instance settings with admin API 2026-07-05 05:26:45 +02:00
system-admin.controller.ts #243: VS_NFD_MODE and the machine-readable hardening-profile catalog 2026-07-31 18:24:04 +02:00
system-admin.e2e.db.test.ts Add Site-Admin system panel with persistent audit trail (#86) 2026-07-11 20:03:05 +02:00
system-admin.service.ts #224: read-trail storage — partitioning, retention, admin query path 2026-07-31 12:21:45 +02:00
user-admin.controller.ts Add Site-Admin user management (#59) 2026-07-10 00:31:41 +02:00
user-admin.e2e.db.test.ts Add Site-Admin user management (#59) 2026-07-10 00:31:41 +02:00
user-admin.service.ts #217: map IdP groups and roles onto the permission model 2026-07-31 13:09:11 +02:00