summaryrefslogtreecommitdiff
path: root/internal/api/s2s
AgeCommit message (Expand)AuthorFiles
2022-11-20[performance] add account block DB cache and remove block query joins (#1085)Libravatar kim1
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi1
2022-09-29[chore] simplify generating log entry caller information (#863)Libravatar kim1
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim12
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi1
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi3
2022-08-31[chore] Test fixes (#788)Libravatar tobi5
2022-08-16return after redirects to web representation (#755)Libravatar tobi7
2022-08-15[chore] Update bun / sqlite versions; update gtsmodels (#754)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-12[chore] improved router logging, recovery and error handling (#705)Libravatar kim6
2022-07-03[feature] S3 support (#674)Libravatar Dominik Süß2
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi8
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi11
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim2
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim8
2022-05-02[performance] Speed up some of the slower db queries (#523)Libravatar tobi1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim8
2022-04-24[bug] Fix status API / status web API being case sensitive (#481)Libravatar tobi2
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi1
2022-03-15[feature] Federate local account deletion (#431)Libravatar tobi1
2022-02-08merge fixupLibravatar tsmethurst1
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst2
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 tobi1
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst6
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi22
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi3
2021-12-12Upstep Go dependencies (#340)Libravatar tobi1
2021-12-11Add `Accept` header negotiation to relevant API endpoints (#337)Libravatar tobi15
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi11
2021-11-27Require confirmed email when checking oauth token (#332)Libravatar tobi2
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi2
2021-11-13move to ssb gofed fork (#298)Libravatar tobi4
2021-11-13update dependencies (#296)Libravatar tobi2
2021-10-31smtp + email confirmation (#285)Libravatar tobi7
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi6
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell19
2021-10-06Derive visibility fixes (#271)Libravatar tobi1
2021-09-30handle remote account deletion more systematically (#254)Libravatar tobi2
2021-09-28Account update issue (#250)Libravatar tobi1
2021-09-24Unblock fix (#247)Libravatar tobi12
2021-09-20Update webfingering a little, add tests (#236)Libravatar tobi6
2021-09-16federated authentication better logging + tidying (#232)Libravatar tobi9
2021-09-11add git.iim.gay/grufwub/go-store for storage backend, replacing blob.StorageLibravatar kim (grufwub)1
2021-09-09Import export (#194)Libravatar tobi1
2021-09-01move oauth models into gtsmodelLibravatar tsmethurst1
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim1
2021-08-29Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)Libravatar kim1