summaryrefslogtreecommitdiff
path: root/internal/api
AgeCommit message (Expand)AuthorFiles
2022-07-13[feature] Add back/next buttons to profiles for paging through statuses (#708)Libravatar tobi1
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim25
2022-07-08[chore] Improve panic handling (#700)Libravatar kim1
2022-07-05[bugfix] Fix footer info fields not wrapping (#694)Libravatar tobi1
2022-07-05[bugfix] Fix incorrect domain showing in profiles (#693)Libravatar tobi2
2022-07-04[bugfix] Visibility fixes (#687)Libravatar tobi1
2022-07-03[chore] configure instance.Version for testrig (#659)Libravatar f0x521
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß15
2022-06-26[feature] Use default instance thumbnail if instance account header not set (...Libravatar tobi1
2022-06-26[feature] add configuration to `/api/v1/instance` response (#670)Libravatar tobi2
2022-06-25[bugfix] disallow following or blocking yoursel (#667)Libravatar ugla2
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 tobi8
2022-06-19[chore] make tests more cacheable by avoiding time.Now() (#656)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi19
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi7
2022-06-09[bugfix] Fix domain blocks get regression (#642)Libravatar tobi5
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi84
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi8
2022-06-04[bugfix] Update time marshalling format to provide 3 digits of ms (#630)Libravatar tobi2
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim15
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi4
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi2
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi1
2022-05-20[feature] implement custom_emojis endpoint (#563)Libravatar Adelie Paull1
2022-05-15[feature] Unused avatar and header cleanup (#574)Libravatar tobi1
2022-05-15[feature] Media cleanup endpoint (#560)Libravatar Sashanoraa4
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim16
2022-05-09[feature] Include password strength in error message when password strength i...Libravatar Eamonn O'Brien-Strain1
2022-05-08[bugfix] Fix remote media pruning failing if media already gone (#548)Libravatar tobi1
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim2
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi1
2022-04-29[chore] Inboxes for iri test (#508)Libravatar tobi3
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim16
2022-04-24[bug] Fix status API / status web API being case sensitive (#481)Libravatar tobi2
2022-04-24[feature] Implement media v2 endpoint to accommodate Tusky 17 (#480)Libravatar tobi3
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi4
2022-04-10[bugfix] Fix broken only_media and only_public flags on /api/v1/accounts/:id/...v0.2.3Libravatar tobi3
2022-03-29[feature] Dereference remote mentions when the account is not already known (...v0.2.2Libravatar tobi2
2022-03-19[feature] Admin account actions (#432)Libravatar tobi4
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi6
2022-03-07[feature] Clean up/uncache remote media (#407)Libravatar tobi1
2022-02-21[bugfix] Fix thumbnail image type (#406)Libravatar tobi1
2022-02-19[feature] Stream files via reader (#404)Libravatar tobi2
2022-02-08merge fixupLibravatar tsmethurst2
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst12
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson5
2022-02-06don't bother negotiating Accept for webfinger (#381)Libravatar tobi1
2022-02-05[feature] Rework timeline code to make it useful for more than just statuses ...Libravatar tobi2
2022-01-31[bug] Fix OIDC users requiring second approval (#371)Libravatar tobi1