summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney90
2023-03-11[feature] Support multiple subscriptions on single websocket connection (#1489)Libravatar darrinsmart2
2023-03-09[feature] Provide .well-known/host-meta endpoint (#1604)Libravatar Daenney1
2023-03-06[feature] Add support for profile fields (#1483)Libravatar zowhoey1
2023-03-04use updateattachment when updating to ensure cache is invalidated (#1587)Libravatar kim1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim3
2023-03-03[bugfix] Federate status delete using just the URI (#1584)Libravatar tobi1
2023-03-03[bugfix] Fix unpinning statuses not working (#1582)Libravatar tobi1
2023-03-02[feature] Advertise rich text formats, support content_type field (#1370)Libravatar Vyr Cossont4
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim64
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi5
2023-02-25[feature] Client API endpoints + v. basic web view for pinned posts (#1547)Libravatar tobi6
2023-02-23[bugfix] Fix deleted status causing issues when getting bookmark (#1551)Libravatar tobi2
2023-02-22[chore] Deinterface processor and subprocessors (#1501)Libravatar tobi120
2023-02-20[bugfix] Fix failure to look up remote profiles with duplicate emojis in some...Libravatar Sam Lade1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney12
2023-02-16[bugfix] Set 'discoverable' properly on API accounts (#1511)v0.7.0Libravatar tobi1
2023-02-14[bugfix] Return empty result rather than 500 error when searching for blocked...Libravatar tobi1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim5
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 tobi2
2023-02-07[bugfix] don't trash emoji in profile fields on edit (#1440)Libravatar Sam Lade1
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-02-06[bugfix] fix old password hash staying in cache (#1432)Libravatar tobi1
2023-02-04[bugfix] Allow instance thumbnail description to be set separately from image...Libravatar tobi1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim18
2023-02-03[chore] Text formatting overhaul (#1406)Libravatar Autumn!6
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi2
2023-01-27[feature] Federate reports to remote instance as Flag (if desired) (#1386)Libravatar tobi2
2023-01-25[feature] Public list of suspended domains (#1362)Libravatar f0x522
2023-01-25[feature] Accept incoming federated Flag activity (#1382)Libravatar tobi1
2023-01-25[feature] Implement reports admin API so admins can view + close reports (#1378)Libravatar tobi6
2023-01-23[feature] Implement `/api/v1/reports` endpoints on client API (#1330)Libravatar tobi7
2023-01-16[bugfix] Parse video metadata more accurately; allow Range in fileserver (#1342)Libravatar tobi1
2023-01-13[chore] Remove omitempty on account source; refactor tests to use prettyprint...Libravatar tobi1
2023-01-11[performance] media processing improvements (#1288)Libravatar kim3
2023-01-11[feature] Add local user and post count to nodeinfo responses (#1325)Libravatar Sleep1
2023-01-08[bugfix] fix panic during status delete loop by breaking out early on len(sta...Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi120
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi10
2022-12-21[bugfix] Close reader gracefully when streaming recache of remote media to fi...Libravatar tobi3
2022-12-10[feature] Start implementing refetch of lost media files via `/api/v1/admin/m...Libravatar tobi5
2022-12-09[feature] Allow users to create + delete bookbarks, and view bookmarked statu...Libravatar Matthew Phillips10
2022-12-06[feature] overhaul the oidc system (#961)Libravatar Dominik Süß1
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi2
2022-11-30[bugfix] Avoid accidentally marking changed emojis as orphaned + pruning them...Libravatar tobi1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi10
2022-11-24[feature] `PATCH /api/v1/admin/custom_emojis/{id}` endpoint (#1061)Libravatar tobi4
2022-11-24[bugfix] Fix status boosts giving 404 (#1137)Libravatar tobi1