summaryrefslogtreecommitdiffstats
path: root/internal/media/handler.go
Commit message (Collapse)AuthorAgeFilesLines
* fix: close error propagation, remove GIF, unexport storageDirivar12 days1-8/+11
| | | | Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* feat: add MediaHandler for image upload and on-the-fly servingivar12 days1-0/+209
Implements HandleUpload (EditorJS-compatible multipart endpoint) and HandleServe (on-the-fly WebP/JPEG conversion with width-based resizing and file-system caching) backed by govips/ConvertAndResize. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>