mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 19:32:26 -05:00
* 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 |
||
|---|---|---|
| .. | ||
| account | ||
| admin | ||
| federation | ||
| media | ||
| status | ||
| streaming | ||
| user | ||
| account.go | ||
| admin.go | ||
| app.go | ||
| blocks.go | ||
| federation.go | ||
| followrequest.go | ||
| followrequest_test.go | ||
| fromclientapi.go | ||
| fromcommon.go | ||
| fromfederator.go | ||
| fromfederator_test.go | ||
| instance.go | ||
| media.go | ||
| notification.go | ||
| notification_test.go | ||
| processor.go | ||
| processor_test.go | ||
| search.go | ||
| status.go | ||
| streaming.go | ||
| timeline.go | ||
| user.go | ||