gotosocial/internal/federation
Daenney 8ed1b8142c
[bugfix] Sort follows chronologically (#2801)
The id on the follows table is not a ULID, but a random ID. Sorting on
them results in a completely random order. Instead, sort on created_at,
which sould result in a stable and intended sort order.

Fixes: #2769

Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>
2024-04-03 14:06:39 +01:00
..
dereferencing [chore] Move local account settings to separate db table (#2770) 2024-03-22 14:03:46 +01:00
federatingdb [bugfix] Sort follows chronologically (#2801) 2024-04-03 14:06:39 +01:00
authenticate.go [chore] Try to parse public key as both Actor + bare key (#2710) 2024-04-02 11:30:10 +01:00
clock.go [chore] Improve copyright header handling (#1608) 2023-03-12 16:00:57 +01:00
commonbehavior.go [chore] de-interface{} the federator and dereferencer structs (#2285) 2023-10-23 10:58:13 +01:00
federatingactor.go [bugfix] improved authenticate post inbox error handling (#2803) 2024-04-03 13:57:07 +01:00
federatingactor_test.go [bugfix] check remote status permissibility (#2703) 2024-03-04 12:30:12 +00:00
federatingprotocol.go [bugfix] improved authenticate post inbox error handling (#2803) 2024-04-03 13:57:07 +01:00
federatingprotocol_test.go [bugfix] improved authenticate post inbox error handling (#2803) 2024-04-03 13:57:07 +01:00
federator.go [bugfix] check remote status permissibility (#2703) 2024-03-04 12:30:12 +00:00
federator_test.go [feature] Add experimental instance-federation-spam-filter option (#2685) 2024-02-27 12:22:05 +00:00
gone.go [chore] de-interface{} the federator and dereferencer structs (#2285) 2023-10-23 10:58:13 +01:00
transport.go [chore] de-interface{} the federator and dereferencer structs (#2285) 2023-10-23 10:58:13 +01:00