upload-service/internal/handler
Jeff Emmett 18442a7564 feat: Allow custom URL slugs for uploads
Uploaders can optionally set a custom path via the "slug" field.
Slug appears before the file in multipart form so it's available
before streaming begins. Validated: alphanumeric + hyphens/dots/
underscores, 1-64 chars, checked for uniqueness.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 10:54:44 -07:00
..
auth.go feat: Add download page with view/download buttons 2026-03-23 10:36:05 -07:00
delete.go feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
download.go feat: Add file thumbnails and fix download page layout 2026-03-23 10:47:44 -07:00
info.go feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
upload.go feat: Allow custom URL slugs for uploads 2026-03-23 10:54:44 -07:00