summaryrefslogtreecommitdiff
path: root/internal/federation/federatingdb/reject.go
AgeCommit message (Expand)AuthorFiles
2024-09-17[chore] improved federatingdb logging in cases of unknown iri / types (#3313)Libravatar kim1
2024-09-10[feature] Process `Reject` of interaction via fedi API, put rejected statuses...Libravatar tobi1
2024-02-17[chore] refactor extractFromCtx a bit (#2646)Libravatar tobi1
2024-02-06[bugfix] Ensure activities sender always = activities actor (#2608)Libravatar tobi1
2024-01-18[chore] chore rationalise http return codes for activitypub handlers (#2540)Libravatar kim1
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi1
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-17[chore] Update more log calls to include context (#1517)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-04-28replace async client API / federator msg processing with worker pools (#497)Libravatar kim1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi1
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi1
2021-11-13move to ssb gofed fork (#298)Libravatar tobi1
2021-10-16Follow request improvements (#282)Libravatar tobi1