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
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
following.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
following_test.go
get.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
inbox.go
liked.go
lock.go
outbox.go
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