vikunja/pkg/modules/background
kolaente 0e1f44e57e refactor: replace afero with FileStorage interface
Replace the github.com/spf13/afero dependency with a purpose-built
FileStorage interface (Open, Write, Stat, Remove, MkdirAll) with three
implementations: localStorage (with basePath), s3Storage (with key
prefix), and memStorage (for tests).

Each implementation owns its base path — callers pass only file IDs.
Delete s3fs.go, change File.File from afero.File to io.ReadCloser,
and fix duplication flows to buffer content for seeking.
2026-03-20 10:59:44 +01:00
..
handler refactor: replace afero with FileStorage interface 2026-03-20 10:59:44 +01:00
unsplash fix: use session-aware file creation to avoid nested transactions 2026-02-25 11:03:02 +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