-
Require CDN_BASE_URL everywhere so no cover URL can expire
-
server: adopt lint block, fix clippy, fmt
-
Format the tree with rustfmt and add the lint + supply-chain gates
-
Fix discover facet count correctness
-
Add inbound infra-alert ingestion endpoint
-
Decompose AppState Phase 2: finish auth + retire spawn_email!
-
Group Config and AppState into cohesive sub-structs
-
Route mnw-admin CLI moderation through shared due-process service
-
server: split public image content into a separate CDN bucket (S1)
-
security: seal admin gate, close export quarantine bypass, drop legacy sessions (audit Run 20 Phase 2)
-
Cap platform credit as spend-once balance; authenticate inbound sender
-
Scope internal-API identity to a signed SSH-authenticated assertion
-
Consolidate the login gate and type-witness admin writes (ultra-fuzz Run 11 Security)
-
Close security gaps from ultra-fuzz Run 10 (Security axis)
-
Run CPU-bound Argon2 off the async runtime (ultra-fuzz Run 10 C1)
-
server: drive Payments axis to A+ (ultra-fuzz Run #1 --deep Phase 1)
-
server: govern OAuth read routes; harden passkey + password-verify paths
-
Sweep Run #22 minors: media presign tier cap, bounded scheduler spawns, session cap
-
Perf: shared HTTP client; bounded-parallel admin bulk actions
-
server: creator custom pages (HTML/CSS) on u.makenot.work
-
server: Ultra Fuzz Run #13 remediation — security fixes + chronic structural fix
-
server: delegated login ("Sign in with Makenot.work") for testnot
-
server: site access gate for testnot (fan+/creator only)
-
server: gallery/carousel, promo-validator, fuzz #11/#12 remediations, embed port, observability
-
launch-eve audit pass: Ultra Fuzz Runs #8-9 + cross-cutting sweeps
-
server: close Ultra Fuzz Run #4 phases 1-5 + 41-test integration triage
-
server: audit MaybeUser sites; introduce MaybeUserVerified
-
Run 27 carry-over: 6 SERIOUS + 6 MEDIUM remediated
-
v0.6.5: UX audit consolidation + inline-style sweep + founder pricing
-
Convert .map_err Internal(anyhow!) to ResultExt::context, fix variant misuse