summaryrefslogtreecommitdiff
path: root/internal/media
AgeCommit message (Expand)AuthorFiles
2022-11-11[chore] Fixes + updates in emoji dereferencing logic (#1022)Libravatar tobi2
2022-11-11[chore] close in-storage media reader _before_ opening write, no need to leav...Libravatar kim2
2022-11-05[chore] bump gruf/go-store to v2 (#953)Libravatar tobi7
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi5
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi7
2022-10-08[chore] Standardize database queries, use `bun.Ident()` properly (#886)Libravatar tobi3
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim6
2022-09-24[bugfix] Wrap media reader in length reader to determine length if no `conten...Libravatar tobi6
2022-09-19don't error out if storage key already exists (#840)Libravatar tobi2
2022-09-19[bugfix] Server and closer bugfixes (#839)Libravatar tobi2
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi1
2022-09-04[bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments...Libravatar tobi1
2022-08-31[chore] Test fixes (#788)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi7
2022-08-10[bugfix] Check orientation when reading width/height of images (#749)Libravatar tobi1
2022-08-10[bugfix] Fix thumbnails not taking exif rotation into account (#746)Libravatar tobi3
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim8
2022-07-03[chore] Update pruneOneLocal to use ctx (#684)Libravatar tobi2
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß9
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi5
2022-06-26[feature] add configuration to `/api/v1/instance` response (#670)Libravatar tobi1
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