Changelog - Dev - 07.20.2026 โ
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[Unreleased] - 2026-07-20 โ
Fixed โ
- Stage C hardening sweep: appeal resume, reinstate gaps, evidence path confinement, blocked-chat filtering: Resolves four Stage C follow-up safety issues: blocked chats no longer remain visible in active connections, public appeal submissions now resume existing pending appeals instead of creating duplicates and upgrade to case-linked status when the appellant returns signed in, and the reinstate route pre-checks the seal to prevent invalid state transitions. (#674)
bug
Update - 2026-07-20 21:21 UTC โ
Added โ
- Add path-safe admin viewer for report evidence: Implements a new admin-gated endpoint (
GET /auth/moderation/report-evidence/:reportId/:index) that reconstructs storage paths from pinned report fields to safely view evidence. This prevents hostile or legacy path-shaped entries from resolving to unintended user folders, failing closed as 404 on invalid access attempts. (#679)enhancement