summaryrefslogtreecommitdiff
path: root/internal/federation/authenticate.go
AgeCommit message (Expand)AuthorFiles
2025-01-28[chore] remove type switch in Create() and instead move to FederatedCallbacks...Libravatar kim1
2024-04-02[chore] Try to parse public key as both Actor + bare key (#2710)Libravatar tobi1
2024-02-23[bugfix] 2643 bug search for account url doesnt always work when redirected (...Libravatar kim1
2024-02-06[bugfix] Ensure activities sender always = activities actor (#2608)Libravatar tobi1
2024-01-31[feature] Try HTTP signature validation with and without query params for inc...Libravatar tobi1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-09-12[feature] Allow admins to expire remote public keys; refetch expired keys on ...Libravatar tobi1
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi1
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi1
2022-11-11[feature] Read + Write tombstones for deleted Actors (#1005)Libravatar tobi1
2022-09-02[performance] cache account db lookups by public key URI (#795)Libravatar kim1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi1
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim1
2022-04-26[chore] Return more useful errors from auth failure (#494)v0.3.1Libravatar tobi1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-20Remove unnecessary storage config variables (#344)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)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-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-10-04Refactor/tidy (#261)Libravatar tobi1
2021-09-16federated authentication better logging + tidying (#232)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-08-10Dereference remote replies (#132)Libravatar Tobi Smethurst1
2021-07-05Domain block (#76)Libravatar Tobi Smethurst1
2021-06-27Remote instance dereferencing (#70)Libravatar Tobi Smethurst1