gotosocial/internal/federation/federatingdb
kim 5d44ad7599 [chore] chore rationalise http return codes for activitypub handlers (#2540)
* some small code fixups and changes

* add check in ResolveIncomingActivity for transient activity types (i.e. activity ID is nil)

* update test to handle new transient behaviour
2024-02-14 14:03:20 +01:00
..
accept.go [bugfix] Ensure activities sender always = activities actor (#2608) 2024-02-06 13:00:55 +01:00
announce.go [bugfix] Ensure activities sender always = activities actor (#2608) 2024-02-06 13:00:55 +01:00
announce_test.go [bugfix/chore] Announce reliability updates (#2405) 2023-12-01 15:27:15 +01:00
create.go [bugfix] Ensure activities sender always = activities actor (#2608) 2024-02-06 13:00:55 +01:00
create_test.go [feature] support canceling scheduled tasks, some federation API performance improvements (#2329) 2023-11-04 20:21:20 +00:00
db.go [feature] support canceling scheduled tasks, some federation API performance improvements (#2329) 2023-11-04 20:21:20 +00:00
delete.go
exists.go
federatingdb_test.go [bugfix] process account delete side effects in serial, not in parallel (#2360) 2023-11-14 15:57:25 +01:00
followers.go [feature] add paging to AP following / followers endpoints (#2198) 2023-09-20 16:49:46 +01:00
followers_test.go
following.go [feature] add paging to AP following / followers endpoints (#2198) 2023-09-20 16:49:46 +01:00
following_test.go
get.go [chore] deinterface the typeutils.Converter and update to use state structure (#2217) 2023-09-23 18:44:11 +02:00
inbox.go
inbox_test.go
liked.go
lock.go [feature] add per-uri dereferencer locks (#2291) 2023-10-31 11:12:22 +00:00
outbox.go
owns.go
reject.go [chore] chore rationalise http return codes for activitypub handlers (#2540) 2024-02-14 14:03:20 +01:00
reject_test.go
undo.go [chore] chore rationalise http return codes for activitypub handlers (#2540) 2024-02-14 14:03:20 +01:00
update.go [feature] support canceling scheduled tasks, some federation API performance improvements (#2329) 2023-11-04 20:21:20 +00:00
util.go [bugfix] return 400 Bad Request on more cases of malformed AS data (#2399) 2023-11-30 16:22:34 +00:00