summaryrefslogtreecommitdiff
path: root/internal/processing/federation
AgeCommit message (Expand)AuthorFiles
2023-01-11[feature] Add local user and post count to nodeinfo responses (#1325)Libravatar Sleep1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi11
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi2
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi6
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi6
2022-09-06[feature] Custom emoji updates (serve emoji via s2s api, tune db models) (#805)Libravatar tobi2
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim7
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi6
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi6
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim2
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 kim2
2022-04-26[chore] Return more useful errors from auth failure (#494)v0.3.1Libravatar tobi6
2022-04-24[bug] Fix status API / status web API being case sensitive (#481)Libravatar tobi1
2022-04-15[feature] Web profile pages for accounts (#449)Libravatar tobi2
2022-02-08Merge branch 'main' into media_refactorLibravatar tsmethurst1
2022-02-06if accountDomain isn't set, use Host value instead (#380)Libravatar tobi1
2022-01-24update remote account get/deref logicLibravatar tsmethurst6
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi10
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi2
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi3
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi2
2021-11-13move to ssb gofed fork (#298)Libravatar tobi6
2021-10-24Serve `outbox` for Actor (#289)Libravatar tobi10