summaryrefslogtreecommitdiff
path: root/internal/media/manager_test.go
AgeCommit message (Expand)AuthorFiles
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-09-24[bugfix] Wrap media reader in length reader to determine length if no `conten...Libravatar tobi1
2022-08-31[chore] Test fixes (#788)Libravatar tobi1
2022-08-10[bugfix] Fix thumbnails not taking exif rotation into account (#746)Libravatar tobi1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-05-07[feature] Update media manager to use internal/worker package (#543)Libravatar kim1
2022-04-25[bugfix] Allow processing of .png files where checksum is not correct (#487)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-02-21[bugfix] Fix thumbnail image type (#406)Libravatar tobi1
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 tsmethurst1
2022-01-16pass reader around instead of []byteLibravatar 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