summaryrefslogtreecommitdiff
path: root/internal/processing/media
AgeCommit message (Expand)AuthorFiles
2025-11-17[performance] remove hard reliance on .Cached field to indicate whether media...Libravatar kim1
2025-11-17[bugfix] more RSS validation issues (#4517)Libravatar kim5
2025-11-17[performance] handle emoji refreshes asynchronously when fetched as part of a...Libravatar kim1
2025-07-04[chore] move status filtering from type converter (#4306)Libravatar kim1
2025-05-31[performance] cache mute check results (#4202)Libravatar kim1
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney3
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney11
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi1
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim3
2024-12-05[feature] add support for receiving federated status edits (#3597)Libravatar kim2
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer1
2024-08-08[performance] move thumbnail generation to go code where possible (#3183)Libravatar kim1
2024-08-03[bugfix] fix emoji recaching operations (#3167)Libravatar kim1
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim1
2024-07-19[feature] use webp for thumbnails (#3116)Libravatar kim1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim2
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim4
2024-05-29[feature] Implement profile API (#2926)Libravatar Vyr Cossont1
2024-05-22[performance] update storage backend and make use of seek syscall when availa...Libravatar kim1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi2
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim7
2023-08-11[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)Libravatar tobi1
2023-08-07[chore] Use generic pointer function (#2080)Libravatar Daenney1
2023-07-24[feature/performance] support uncaching remote emoji + scheduled cleanup func...Libravatar kim1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim4
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim1
2023-03-31[bugfix] Fix multiple "updated_at" columns for media updates (#1660)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney13
2023-03-04use updateattachment when updating to ensure cache is invalidated (#1587)Libravatar kim1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim2
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim8
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi8
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim2
2023-02-12[bugfix] Set appropriate cache-control when using presigned s3 links (#1480)Libravatar tobi1
2023-02-11[chore/performance] Update media prune logic, add extra CLI command (#1474)v0.7.0-rc2Libravatar tobi1
2023-02-07[bugfix] fix file range length calculation being off by 1 (#1448)Libravatar kim1
2023-02-06Ignore missing files when cleaning up media (#1435)Libravatar Sam Lade1
2023-01-16[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)Libravatar tobi1
2023-01-11[performance] media processing improvements (#1288)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi12
2022-12-21[bugfix] Close reader gracefully when streaming recache of remote media to fi...Libravatar tobi3
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim2
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi3
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi1
2022-10-12[feature] Add `/api/v1/admin/custom_emojis` endpoint (#902)Libravatar tobi1