vikunja/pkg/web/files
kolaente ca4e747bed refactor(files): extract WriteFileDownload shared by attachment download
Split the generic file-download writer (ServeContent for seekable readers,
manual 304 + io.Copy otherwise) out of WriteAttachmentDownload so other blob
endpoints can reuse it. The attachment writer keeps its preview branch and
cache override and delegates the rest.
2026-06-17 18:39:38 +00:00
..
file.go refactor(files): extract WriteFileDownload shared by attachment download 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 refactor(files): extract WriteFileDownload shared by attachment download 2026-06-17 18:39:38 +00:00
task_attachment_test.go refactor(task-attachment): share upload+download via pkg/web/files for v1+v2 2026-06-10 10:22:39 +00:00