vikunja/pkg/modules/background
kolaente dbd74491c4 fix(files): update all callers to provide seekable readers for S3 uploads
Update all code paths that pass file content to the storage layer to
provide io.ReadSeeker instead of io.Reader:

- Avatar upload: use bytes.NewReader instead of bytes.Buffer
- Background upload handler: use bytes.NewReader instead of bytes.Buffer
- Unsplash background: buffer response body into bytes.NewReader
- Dump restore: buffer zip entry into bytes.NewReader
- Migration structure: pass bytes.NewReader directly instead of wrapping
  in io.NopCloser
- Task attachment: change NewAttachment parameter from io.ReadCloser to
  io.ReadSeeker
2026-02-08 15:31:25 +01:00
..
handler fix(files): update all callers to provide seekable readers for S3 uploads 2026-02-08 15:31:25 +01:00
unsplash fix(files): update all callers to provide seekable readers for S3 uploads 2026-02-08 15:31:25 +01:00
upload fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
background.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00