summaryrefslogtreecommitdiff
path: root/internal/media
AgeCommit message (Expand)AuthorFiles
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi6
2022-05-15[feature] Media cleanup endpoint (#560)Libravatar Sashanoraa1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-05-08[bugfix] Fix remote media pruning failing if media already gone (#548)Libravatar tobi1
2022-05-07[feature] Update media manager to use internal/worker package (#543)Libravatar kim2
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-25[bugfix] Allow processing of .png files where checksum is not correct (#487)Libravatar tobi7
2022-04-24[chore] Add two new test images for media processing (#424)Libravatar 0hlov32
2022-04-02[chore] Update Go version to 1.18 (#444)Libravatar tobi1
2022-03-22 [bugfix] Fix media uploads blocking after a failed upload #438 Libravatar tobi1
2022-03-21[bugfix] Fix images not being processed correctly sometimes (#437)Libravatar tobi2
2022-03-21[bugfix] Close ReadClosers properly in the media package (#434)Libravatar tobi2
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi7
2022-02-22[feature] Add postDataCallbackFunc to allow cleanup (#408)Libravatar tobi5
2022-02-21[bugfix] Fix thumbnail image type (#406)Libravatar tobi2
2022-02-08store and retrieve processState atomicallyLibravatar tsmethurst3
2022-01-29put store lock file in base of storageLibravatar tsmethurst1
2022-01-24test with disk storage as wellLibravatar tsmethurst1
2022-01-23add file size checksLibravatar tsmethurst1
2022-01-23rework data function to provide filesizeLibravatar tsmethurst5
2022-01-16pass reader around instead of []byteLibravatar tsmethurst6
2022-01-15lint, fmtLibravatar tsmethurst2
2022-01-15emoji code passing musterLibravatar tsmethurst2
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst6
2022-01-11pin instanceAccountID to in-process emojiLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst6
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst9
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst6
2022-01-08compiling nowLibravatar tsmethurst4
2022-01-08further refinementsLibravatar tsmethurst3
2022-01-04start working on thumb + full funcsLibravatar tsmethurst3
2022-01-03return very partial image on first uploadLibravatar tsmethurst5
2022-01-02fiddle around with workersLibravatar tsmethurst7
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst7
2021-12-27start refactor of media packageLibravatar tsmethurst6
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi6
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi4
2021-12-12Add optional syslog logrus hook (#343)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi3
2021-11-13update dependencies (#296)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell2
2021-10-04Refactor/tidy (#261)Libravatar tobi1
2021-09-23update media processing (#244)Libravatar tobi6
2021-09-11fix keys used to access storage itemsLibravatar kim (grufwub)3
2021-09-11rename KVStore uses as storage to differentiate between upcoming store packageLibravatar kim (grufwub)3
2021-09-11add git.iim.gay/grufwub/go-store for storage backend, replacing blob.StorageLibravatar kim (grufwub)3
2021-09-04rework media processing a little bit (#191)Libravatar tobi2
2021-08-29Mention fixup (#167)Libravatar tobi1