gotosocial/internal/federation/federatingdb
tobi 4b1d9d3780
Serve outbox for Actor (#289)
* add statusesvisible convenience function

* add minID + onlyPublic to account statuses get

* move swagger collection stuff to common

* start working on Outbox GETting

* move functions into federationProcessor

* outboxToASCollection

* add statusesvisible convenience function

* add minID + onlyPublic to account statuses get

* move swagger collection stuff to common

* start working on Outbox GETting

* move functions into federationProcessor

* outboxToASCollection

* bit more work on outbox paging

* wrapNoteInCreate function

* test + hook up the processor functions

* don't do prev + next links on empty reply

* test get outbox through api

* don't fail on no status entries

* add outbox implementation doc

* typo
2021-10-24 11:57:39 +02:00
..
accept.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
announce.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
create.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
create_test.go Handle forwarded messages (#273) 2021-10-10 12:39:25 +02:00
db.go Follow request improvements (#282) 2021-10-16 13:27:43 +02:00
delete.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
exists.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
federatingdb_test.go Follow request improvements (#282) 2021-10-16 13:27:43 +02:00
followers.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
followers_test.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
following.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
following_test.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
get.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
inbox.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
liked.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
lock.go Replace federating DB locks map, add a cleanup goroutine (#166) 2021-08-27 21:14:20 +02:00
outbox.go Refactor/tidy (#261) 2021-10-04 15:24:19 +02:00
owns.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
reject.go Follow request improvements (#282) 2021-10-16 13:27:43 +02:00
reject_test.go Follow request improvements (#282) 2021-10-16 13:27:43 +02:00
undo.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
update.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
util.go Serve outbox for Actor (#289) 2021-10-24 11:57:39 +02:00