summaryrefslogtreecommitdiff
path: root/internal/media
AgeCommit message (Expand)AuthorFiles
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim7
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim9
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi2
2023-05-12[feature] status refetch support (#1690)Libravatar kim2
2023-04-29[performance] tweak http client error handling (#1718)Libravatar kim2
2023-03-31[bugfix] Fix multiple "updated_at" columns for media updates (#1660)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney13
2023-03-03[performance] cache media attachments (#1525)Libravatar kim2
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-03-01[chore/performance] simplify storage driver to use storage.Storage directly (...Libravatar kim2
2023-02-18[bugfix] Keep png transparency (#1522)Libravatar mushus1
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 Daenney6
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim8
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi15
2023-01-23[chore] remove funky duplicate attachment in testrig (#1379)Libravatar tobi1
2023-01-16[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)Libravatar tobi5
2023-01-11[performance] media processing improvements (#1288)Libravatar kim16
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi20
2022-12-22[feature] For video attachments, store + return fps, bitrate, duration (#1282)Libravatar tobi9
2022-12-21[bugfix] Close reader gracefully when streaming recache of remote media to fi...Libravatar tobi1
2022-12-17[feature] Enable basic video support (mp4 only) (#1274)Libravatar tobi9
2022-12-12[feature] allow uncaching of other media types (#1234)Libravatar kim6
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi4
2022-12-06[feature] media: add webp support (#1155)Libravatar Sigrid Solveig Haflínudóttir4
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi1
2022-11-25[feature] Add `admin media prune orphaned` CLI command (#1146)Libravatar tobi3
2022-11-24[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)Libravatar tobi1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim6
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