vikunja/pkg/web/files
kolaente 4b92f23329 fix(files): never cache file downloads in v1 or v2
Move the Cache-Control: no-cache header into the shared WriteFileDownload
so every export and attachment download carries it, and add it to the
standalone v1 export download writer too. Downloads must never be cached.
2026-06-17 18:39:38 +00:00
..
file.go fix(files): never cache file downloads in v1 or v2 2026-06-17 18:39:38 +00:00
project_background.go refactor(background): extract download + unsplash-proxy logic for reuse 2026-06-17 11:31:50 +00:00
task_attachment.go fix(files): never cache file downloads in v1 or v2 2026-06-17 18:39:38 +00:00
task_attachment_test.go