summaryrefslogtreecommitdiff
path: root/internal/storage/storage.go
AgeCommit message (Expand)AuthorFiles
2024-09-26[bugfix] s3 media uploaded without content-type (#3353)Libravatar kim1
2024-07-31[feature] Object store custom URL (S3) (#3046)Libravatar CDN1
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim1
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2023-08-20[feature/bugfix] Probe S3 storage for CSP uri, add config flag for extra URIs...Libravatar tobi1
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-01[chore/performance] simplify storage driver to use storage.Storage directly (...Libravatar kim1
2023-02-21[bugfix] Remove initial storage cleanup (#1545)v0.7.1Libravatar tobi1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-16[bugfix] Set cache-control max-age dynamically for s3 (#1510)Libravatar tobi1
2023-01-11[performance] media processing improvements (#1288)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-12-05[bugfix]: Prevent extension of S3 presigned url TTL (#1208)Libravatar Dominik Süß1
2022-12-02[performance]: make s3 urls cacheable (#1194)v0.6.0-rc3Libravatar Dominik Süß1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-11-22[chore] use kv.KVStore also for S3 storage (#1113)Libravatar kim1
2022-11-11[feature] S3: add config flag to proxy S3 media (#1014)Libravatar Mara Sophie Grosch1
2022-11-06[bugfix] KVStore doesn't like lost+found directory (#972)Libravatar kim1
2022-11-05[chore] bump gruf/go-store to v2 (#953)Libravatar tobi1
2022-09-19don't error out if storage key already exists (#840)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2021-05-30Move a lot of stuff + tidy stuff (#37)Libravatar Tobi Smethurst1
2021-04-19Api/v1/statuses (#11)Libravatar Tobi Smethurst1
2021-04-01Api/v1/accounts (#8)Libravatar Tobi Smethurst1