summaryrefslogtreecommitdiff
path: root/internal/api/client
AgeCommit message (Expand)AuthorFiles
2022-06-23[feature] Implement `/api/v1/instance/peers` endpoint (#660)Libravatar tobi7
2022-06-19[chore] make tests more cacheable by avoiding time.Now() (#656)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi11
2022-06-11[feature] Add `created_at` and `error_description` to `/oauth/token` endpoint...Libravatar tobi6
2022-06-09[bugfix] Fix domain blocks get regression (#642)Libravatar tobi5
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi68
2022-06-08[feature] Add paging via `Link` header for notifications and account statuses...Libravatar tobi6
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 kim13
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi2
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 Sashanoraa3
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-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-04-29[chore] Inboxes for iri test (#508)Libravatar tobi3
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim8
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 tobi3
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 tobi3
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi4
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 tobi1
2022-02-08merge fixupLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst8
2022-02-07[feature] add authorization to the already-existing authentication (#365)Libravatar Forest Johnson4
2022-01-31[bug] Fix OIDC users requiring second approval (#371)Libravatar tobi1
2022-01-30[bug] Fix minimum description length check (#369)Libravatar tobi3
2022-01-25fix up some account conversion logicLibravatar tsmethurst1
2022-01-24start trying to figure out why this test is failingLibravatar tsmethurst1
2022-01-15emoji code passing musterLibravatar tsmethurst2
2022-01-15start fixing up emoji processing codeLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst4
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst6
2022-01-08compiling nowLibravatar tsmethurst1
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst2
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi79
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi2
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi59
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi32
2021-11-27Require confirmed email when checking oauth token (#332)Libravatar tobi2
2021-11-24Fix broken defaults and broken flags (#314)v0.1.1Libravatar Forest Johnson1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi4