#279: "Deleted files" admin topic — Retention tab, never-delete checkbox, auto-purge relocation (v0.6.48) #282
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/trash279"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First child of epic #278, per the signed-off mockup.
Zero backend change. The scout showed
trashAutoPurgeAfteralready is the trash retention window andtrashAutoPurgeis off by default (#77: "automatic deletion must be deliberate") — so the epic's "disable final deletion" checkbox is the inverse presentation of the existing setting, and this ships as pure UI reorganization:#admin/trash) under Instance, right after Retention & holds. Tabs: Retention (live), Manual purge / Purge log (honest stubs pointing at #280/#281).trashAutoPurge:false, today's default → nothing changes on upgrade), then a warning notice about unbounded growth and quota pressure, visible only while checked. Checking disables the select; save maps the inverse back ontotrashAutoPurge.#admin/trash[/retention|purge|log]works through the standard shell machinery (properdata-topictabs — no #171-style wiring hijack possible).