Age | Commit message (Expand) | Author | Files |
2023-05-28 | [chore] tidy up media manager, add calling func to errors, build-script impro... | kim | 4 |
2023-04-28 | [performance] improved request batching (removes need for queueing) (#1687) | kim | 1 |
2023-03-31 | [bugfix] Fix multiple "updated_at" columns for media updates (#1660) | tobi | 1 |
2023-03-28 | [performance] refactoring + add fave / follow / request / visibility caching ... | kim | 1 |
2023-03-12 | [chore] Improve copyright header handling (#1608) | Daenney | 13 |
2023-03-04 | use updateattachment when updating to ensure cache is invalidated (#1587) | kim | 1 |
2023-03-03 | [performance] cache media attachments (#1525) | kim | 2 |
2023-03-01 | [chore] move client/federator workerpools to Workers{} (#1575) | kim | 8 |
2023-02-22 | [chore] Deinterface processor and subprocessors (#1501) | tobi | 8 |
2023-02-17 | [feature] Add a request ID and include it in logs (#1476) | Daenney | 1 |
2023-02-13 | [performance] processing media and scheduled jobs improvements (#1482) | kim | 2 |
2023-02-12 | [bugfix] Set appropriate cache-control when using presigned s3 links (#1480) | tobi | 1 |
2023-02-11 | [chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2 | tobi | 1 |
2023-02-07 | [bugfix] fix file range length calculation being off by 1 (#1448) | kim | 1 |
2023-02-06 | Ignore missing files when cleaning up media (#1435) | Sam Lade | 1 |
2023-01-16 | [bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342) | tobi | 1 |
2023-01-11 | [performance] media processing improvements (#1288) | kim | 1 |
2023-01-05 | [chore] Update/add license headers for 2023 (#1304) | tobi | 12 |
2022-12-21 | [bugfix] Close reader gracefully when streaming recache of remote media to fi... | tobi | 3 |
2022-11-24 | [chore] cleanup storage implementation, no need for multiple interface types ... | kim | 2 |
2022-11-23 | [feature/performance] Fail fast when doing remote transport calls inside inco... | tobi | 1 |
2022-11-03 | [bugfix] Wrap media in read closer (#941) | tobi | 3 |
2022-10-13 | [feature] Refetch emojis when they change on remote instances (#905) | tobi | 1 |
2022-10-12 | [feature] Add `/api/v1/admin/custom_emojis` endpoint (#902) | tobi | 1 |
2022-10-08 | [chore] Standardize database queries, use `bun.Ident()` properly (#886) | tobi | 3 |
2022-09-29 | [feature] update config types to use bytesize.Size (#828) | kim | 2 |
2022-09-06 | [feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805) | tobi | 1 |
2022-08-31 | [chore] Test fixes (#788) | tobi | 1 |
2022-08-15 | [chore] Update bun / sqlite versions; update gtsmodels (#754) | tobi | 5 |
2022-07-19 | [chore] use our own logging implementation (#716) | kim | 1 |
2022-07-03 | [feature] S3 support (#674) | Dominik Süß | 5 |
2022-06-24 | [bugfix] Fix 404 on status delete redraft (#668) | tobi | 3 |
2022-06-11 | [chore] Webfinger rework (#627) | tobi | 1 |
2022-06-08 | [feature] More consistent API error handling (#637) | tobi | 2 |
2022-05-26 | [bugfix] Fix HTML escaping in instance title (#607) | tobi | 1 |
2022-05-20 | [feature] implement custom_emojis endpoint (#563) | Adelie Paull | 3 |
2022-05-15 | [security] transport.Controller{} and transport.Transport{} security and perf... | kim | 1 |
2022-04-28 | replace async client API / federator msg processing with worker pools (#497) | kim | 1 |
2022-03-21 | [bugfix] Close ReadClosers properly in the media package (#434) | tobi | 2 |
2022-03-07 | [feature] Clean up/uncache remote media (#407) | tobi | 4 |
2022-02-22 | [feature] Add postDataCallbackFunc to allow cleanup (#408) | tobi | 1 |
2022-02-19 | [feature] Stream files via reader (#404) | tobi | 1 |
2022-01-23 | rework data function to provide filesize | tsmethurst | 1 |
2022-01-16 | pass reader around instead of []byte | tsmethurst | 1 |
2022-01-11 | pass a function into the manager, start work on emoji | tsmethurst | 1 |
2022-01-10 | test the media manager a bit, add shutdown logic | tsmethurst | 1 |
2022-01-09 | tests are passing, but there's still much to be done | tsmethurst | 1 |
2022-01-08 | compiling now | tsmethurst | 1 |
2022-01-08 | further refinements | tsmethurst | 1 |
2021-12-28 | more refactoring, media handler => manager | tsmethurst | 2 |