upload-service/internal
Jeff Emmett 86edcbdc21 feat: Add download page with view/download buttons
GET /f/{id} now shows a file info page with metadata and action buttons
instead of redirecting directly. Previewable files (images, video, audio,
text, PDF) get a "View" button (inline disposition). All files get a
"Download" button. Actual redirects moved to /f/{id}/dl and /f/{id}/view.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 10:36:05 -07:00
..
cleanup feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
config feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
db feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
handler feat: Add download page with view/download buttons 2026-03-23 10:36:05 -07:00
middleware feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
r2 feat: Add download page with view/download buttons 2026-03-23 10:36:05 -07:00
store feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00