mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
Add branding API at /api/v1/settings/logo supporting: - POST: admin uploads PNG/SVG/JPEG (max 500KB), auto-converts to 128x128 PNG - GET: public endpoint serves custom logo (404 if none) - DELETE: admin removes custom logo Includes 13 integration tests covering upload, conversion, size/type validation, auth enforcement, resize, and idempotent deletion.