vikunja/pkg/modules/background
kolaente 8381f7543f refactor(background): share upload validation between v1 and v2 handlers
Extract the MIME validation, file storage and project reload from the v1
UploadBackground handler into ValidateAndSaveBackgroundUpload so the upcoming
v2 handler can reuse it instead of duplicating the logic. The v1 handler keeps
its exact wire behaviour; the inline "not an image" check now returns a typed
ErrFileIsNoImage that the handler maps to the same message.
2026-06-12 08:47:08 +00:00
..
handler refactor(background): share upload validation between v1 and v2 handlers 2026-06-12 08:47:08 +00:00
unsplash fix: add timeouts to Gravatar, Unsplash, and SSRF-safe HTTP clients 2026-04-09 07:31:08 +00:00
upload fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
background.go feat(api/v2): add project background endpoints 2026-06-11 20:07:43 +00:00