gotosocial/internal/api/s2s/user
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
..
common.go Serve outbox for Actor (#289) 2021-10-24 11:57:39 +02:00
followers.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
following.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
inboxpost.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
inboxpost_test.go Serve outbox for Actor (#289) 2021-10-24 11:57:39 +02:00
outboxget.go Serve outbox for Actor (#289) 2021-10-24 11:57:39 +02:00
outboxget_test.go Serve outbox for Actor (#289) 2021-10-24 11:57:39 +02:00
publickeyget.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
repliesget.go Serve outbox for Actor (#289) 2021-10-24 11:57:39 +02:00
repliesget_test.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
statusget.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
user.go Serve outbox for Actor (#289) 2021-10-24 11:57:39 +02:00
user_test.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
userget.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00
userget_test.go reference global logrus (#274) 2021-10-11 14:37:33 +02:00