Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/pv57"
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?
Closes-when-verified: #295, #296 (left open for dogfood per house process). Office formats follow in #297.
#295 — Preview panel:
<pre>(2 MB cap), everything else gets a file card.?inline=1on the raw endpoint honoured only for a whitelisted extension set (internal/api/preview.go); SVG inline carriesContent-Security-Policy: sandbox; HTML always stays attachment; all raw responses getX-Content-Type-Options: nosniff.#296 — Favorites:
internal/favoritesstatestore (per-user, cap 200 withErrLimit, folders allowed, re-star refreshes to front).GET/POST/DELETE /api/v1/favorites(add Stats through the scoped store; list existence-filters).Tests:
TestInlineSafe,TestSetRawHeaders,TestSetToggleOrder,TestLimit,TestPersistenceRoundTrip.