summaryrefslogtreecommitdiff
path: root/internal/api/s2s
AgeCommit message (Expand)AuthorFiles
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
2021-08-25Pg to bun (#148)Libravatar tobi3
2021-08-10Dereference remote replies (#132)Libravatar Tobi Smethurst5
2021-07-21lil webfingy fix (#106)Libravatar Tobi Smethurst6
2021-07-19allow different host + accountDomain (#103)Libravatar Tobi Smethurst1
2021-07-05Domain block (#76)Libravatar Tobi Smethurst8
2021-06-27Go fmtLibravatar tsmethurst1
2021-06-26separate public key handler (#64)Libravatar Tobi Smethurst2
2021-06-24nodeinfo compliance (#61)Libravatar Tobi Smethurst3
2021-06-13Timeline manager (#40)Libravatar Tobi Smethurst2
2021-05-30Move a lot of stuff + tidy stuff (#37)Libravatar Tobi Smethurst7
2021-05-23status deletes, profile updates (#30)Libravatar Tobi Smethurst3
2021-05-21Follows and relationships (#27)Libravatar Tobi Smethurst3