-
mt: cap image upload while streaming, not after buffering
-
mt: verify thread_stats HMAC via the InternalAuth extractor
-
mt: mirror full identity on userinfo refresh, not just perks
-
mt: block owner settings mutations on a suspended community
-
mt: scope verify_quotes to the quoting post's community
-
Scan-then-promote uploads to immutable content keys (C1)
-
Document the deliberate webhook-200/self-owned-retry trade (Payments)
-
Strip off-platform media from creator markdown (block tracking pixels)
-
Enforce the per-item license-key cap atomically under an item-row lock
-
Scope discover tag-count and follow-membership lookups to the rendered tags
-
Bound scan CPU layers + advertise-refs by wall clock; scope project purchase lookup
-
Enforce git disk quota on the HTTP push path; validate internal repo_name
-
Add copy_object and content-addressed key foundations for scan-then-promote
-
Treat ClamAV as a full-file scan backstop only up to declared coverage
-
Fix OTA quarantine deleting from the wrong S3 bucket
-
server: set wizard upload error text via textContent, not innerHTML
-
server: correct enum VARIANTS doc to match drift-test coverage
-
server: cap buffered scan download to recorded size + slack
-
server: drain scheduler + bg pool concurrently within one shutdown budget
-
server: trace custom-page CSS rejections; fix scheduler lock-id comment
-
server: surface export_projects serialize failure as 500
-
server: badge library purchases Free by amount paid, not current price
-
server: attach per-IP rate limit to guest download route
-
server: type-gate CDN cover behind visible_cover_url + build seal
-
server: clear clippy gate (from_db_str rename, create_item allow)
-
server: non-blocking per-event webhook lock (try_lock_event)
-
server: guard concurrent-index migration hygiene
-
server: add cargo-deny supply-chain gate
-
server: bump plist to clear quick-xml RUSTSEC-2026-0194/0195
-
perf(search): index-serve the fuzzy title branch; add request timeout