upload-service/internal/handler
Jeff Emmett c5b710498f feat: Custom batch slugs with top-level URLs (no /b/ prefix)
Batch uploads now use top-level URLs (e.g., /my-photos instead of
/b/abc123). Users can name their batch slug or let it auto-generate.
Slug field dynamically shows / prefix for batches, /f/ for single files.
Added slug validation with live feedback and reserved slug protection.
Old /b/ URLs redirect permanently for backward compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 13:23:03 -04:00
..
auth.go feat: Batch-level password auth — unlock once for all files 2026-04-07 16:10:45 -04:00
batch.go feat: Custom batch slugs with top-level URLs (no /b/ prefix) 2026-04-08 13:23:03 -04:00
delete.go feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
download.go feat: Batch-level password auth — unlock once for all files 2026-04-07 16:10:45 -04:00
info.go feat: Initial upload-service implementation 2026-03-22 18:21:57 -07:00
upload.go feat: Custom batch slugs with top-level URLs (no /b/ prefix) 2026-04-08 13:23:03 -04:00