summaryrefslogtreecommitdiff
path: root/internal/api/client/media
AgeCommit message (Expand)AuthorFiles
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney6
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim2
2025-04-14[bugfix] media v2 endpoint fix unset url (#4008)Libravatar kim2
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi2
2025-02-26[feature] Enforce OAuth token scopes (#3835)Libravatar tobi3
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont2
2024-08-31[performance] use single-threaded image transforms (#3252)Libravatar kim1
2024-08-29[chore] Only call `imaging.Resize when necessary`, use even tinier blurhashes...Libravatar tobi1
2024-08-08[performance] move thumbnail generation to go code where possible (#3183)Libravatar kim1
2024-08-02[feature] Allow import of following and blocks via CSV (#3150)Libravatar tobi2
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim2
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim2
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via build-...Libravatar kim2
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2024-03-13[feature] Process outgoing Move from clientAPI (#2750)Libravatar tobi2
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi2
2023-11-27[performance] http response encoding / writing improvements (#2374)Libravatar kim3
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi2
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi2
2023-11-10[chore/bugfix/horror] Allow `expires_in` and poll choices to be parsed from s...Libravatar tobi2
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim2
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim2
2023-08-17[bugfix] fix double firing bun.DB query hooks (#2124)Libravatar kim2
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi6
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim2
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi2
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney6
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim2
2023-03-01[chore/performance] simplify storage driver to use storage.Storage directly (...Libravatar kim1
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi6
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney2
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi3
2023-01-16[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)Libravatar tobi2
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi6
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi6
2022-12-21[bugfix] fix media create error not being checked (#1283)Libravatar tobi1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim2
2022-11-05[chore] bump gruf/go-store to v2 (#953)Libravatar tobi1
2022-11-03[bugfix] Use []rune to check length of user-submitted text (#948)Libravatar tobi2
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim3
2022-09-04[bugfix] Use 'Image' instead of unrecognized 'Gif' type for media attachments...Libravatar tobi1
2022-08-10[bugfix] Fix thumbnails not taking exif rotation into account (#746)Libravatar tobi1
2022-07-22[bugfix] Make `/api/v2/media` more compatible with masto API (#724)Libravatar tobi4
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim2
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim2
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß2
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi2
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi5
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim4
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim2