summaryrefslogtreecommitdiff
path: root/internal/api/client/followrequest
AgeCommit message (Expand)AuthorFiles
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi8
2022-11-30[bugfix] Don't call `strings.ToLower()` on usernames when selecting account b...Libravatar tobi1
2022-11-24[chore] cleanup storage implementation, no need for multiple interface types ...Libravatar kim1
2022-11-13[bugfix] Fix login on Mastodon iOS app for users with no statuses (#1042)Libravatar David Baker1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim4
2022-09-04[feature] Set default header and avatar for API accounts to GtS ones (#799)Libravatar tobi1
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim1
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi4
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 kim1
2022-05-28[chore] Mastodon api fixups (#617)Libravatar tobi1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi8
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi4
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi2
2021-11-13update dependencies (#296)Libravatar tobi1
2021-10-31smtp + email confirmation (#285)Libravatar tobi1
2021-10-16Follow request improvements (#282)Libravatar tobi9
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell3
2021-08-25Pg to bun (#148)Libravatar tobi2
2021-05-30Move a lot of stuff + tidy stuff (#37)Libravatar Tobi Smethurst1
2021-05-21Follows and relationships (#27)Libravatar Tobi Smethurst1
2021-05-15Inbox post (#22)Libravatar Tobi Smethurst4