summaryrefslogtreecommitdiff
path: root/internal/media/manager.go
AgeCommit message (Expand)AuthorFiles
2024-12-28[bugfix] Advertise audio/mpeg as supported (#3632)Libravatar Daenney1
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim1
2024-11-04[bugfix] determine mime-type to use during ffprobe evaluation stage, don't bo...Libravatar kim1
2024-08-03[bugfix] fix emoji recaching operations (#3167)Libravatar kim1
2024-07-21[feature] add flac support (#3121)Libravatar kim1
2024-07-17[chore] media pipeline improvements (#3110)Libravatar kim1
2024-07-15[feature] more filetype support! (#3107)Libravatar kim1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-07-03[chore] Allow gtsmodel to depend on util (#3068)Libravatar Vyr Cossont1
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
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim1
2024-01-05[feature] Allow webp emoji uploads / derefs (#2484)Libravatar tobi1
2023-11-30[bugfix] Update exif-terminator (fix png issue) (#2391)Libravatar tobi1
2023-11-10[feature] Media attachment placeholders (#2331)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-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-02-17[chore] Update more log calls to include context (#1517)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar 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-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi1
2022-11-25[feature] Add `admin media prune orphaned` CLI command (#1146)Libravatar tobi1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)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
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-05-07[feature] Update media manager to use internal/worker package (#543)Libravatar kim1
2022-05-03[chore] Move initial MediaRemotePrune to cmd.server function (#536)Libravatar tobi1
2022-05-03[feature] Run initial cache cleanup on gotosocial start in case max-age chang...Libravatar kim1
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi1
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi1
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi1
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst1
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst1
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst1
2022-01-08compiling nowLibravatar tsmethurst1
2022-01-08further refinementsLibravatar tsmethurst1
2022-01-04start working on thumb + full funcsLibravatar tsmethurst1
2022-01-03return very partial image on first uploadLibravatar tsmethurst1
2022-01-02fiddle around with workersLibravatar tsmethurst1