summaryrefslogtreecommitdiff
path: root/internal/processing
AgeCommit message (Expand)AuthorFiles
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 tobi7
2022-09-04[feature] Set default header and avatar for API accounts to GtS ones (#799)Libravatar tobi1
2022-09-02[performance] cache recently allowed/denied domains to cut down on db calls (...Libravatar kim2
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim11
2022-08-31[feature] Add support for the exclude_types[] parameter on the notifications ...Libravatar Blackle Morisanchetto3
2022-08-31[chore] Test fixes (#788)Libravatar tobi4
2022-08-31[bugfix] Fix tusky search issue by returning empty if offset is greater than ...Libravatar Blackle Morisanchetto1
2022-08-30[bugfix] Do not generate a notification when favouriting your own post (#780)Libravatar Blackle Morisanchetto1
2022-08-27[bugfix] Status visibility + `excludeReplies` fixes (#769)Libravatar Blackle Morisanchetto1
2022-08-23[bugfix] Fix boost of boost issue (#764)Libravatar tobi2
2022-08-20[bugfix] Fix potential dereference of accounts on own instance (#757)Libravatar tobi1
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi24
2022-08-08[feature] Add first iteration of a user panel at `/user` (#736)Libravatar tobi2
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi2
2022-08-01[feature] Implemented notification clear (#720)Libravatar Artémis2
2022-07-19[bugfix] html escape special characters in text instead of totally removing t...Libravatar tobi2
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim15
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi4
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim2
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß9
2022-06-30[feature] Cleanup unattached local media (#680)Libravatar tobi1
2022-06-25[bugfix] disallow following or blocking yoursel (#667)Libravatar ugla2
2022-06-24[bugfix] Fix 404 on status delete redraft (#668)Libravatar tobi6
2022-06-24[bugfix] allow setting empty email via instance patch (#665)Libravatar tobi1
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi3
2022-06-20[bugfix] Account self finger fix (#658)v0.3.6Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi17
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi2
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi27
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi7
2022-06-04[bugfix] Update time marshalling format to provide 3 digits of ms (#630)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim9
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi1
2022-05-27[chore] Debug failed account get (#612)Libravatar tobi1
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi7
2022-05-24[chore] Serialize times as UTC ISO8601 instead of RFC3339 (#602)Libravatar tobi1
2022-05-24[bugfix] Only search remote if protocol is http(s) (#601)Libravatar tobi1
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi3
2022-05-20[feature] implement custom_emojis endpoint (#563)Libravatar Adelie Paull5
2022-05-18[bugfix] Clean up boosts of status when the status itself is deleted (#579)Libravatar tobi4
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi4
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim8
2022-05-09[feature] Include password strength in error message when password strength i...Libravatar Eamonn O'Brien-Strain1
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim3
2022-05-03[chore] Move initial MediaRemotePrune to cmd.server function (#536)Libravatar tobi4
2022-05-02[bugfix] Allow self-boosting for any visibility but direct (#510)Libravatar Adelie Paull1
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi2
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim26
2022-04-26[chore] Return more useful errors from auth failure (#494)v0.3.1Libravatar tobi6