aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/controllers/activitypub/outbox.ts
Commit message (Expand)AuthorAgeFilesLines
* Add outbox page size parameterRigel Kent2020-01-091-1/+4
* Stronger model typingsChocobozzz2019-08-191-8/+2
* Cleanup express locals typingsChocobozzz2019-03-191-1/+1
* Playlist server APIChocobozzz2019-03-181-1/+1
* Basic video redundancy implementationChocobozzz2018-09-131-3/+3
* Add subscriptions endpoints to REST APIChocobozzz2018-08-271-4/+10
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-2/+2
* Fix actor outboxChocobozzz2018-05-281-5/+2
* Refractor and optimize AP collectionsChocobozzz2018-05-251-12/+12
* Split files in activitypub serverChocobozzz2018-05-251-1/+1
* Add log when fetching the outboxChocobozzz2018-02-271-1/+5
* Correctly set the activity audience in outboxChocobozzz2018-02-071-2/+3
* Don't rehost announced video activitiesChocobozzz2018-01-261-3/+2
* Fix announce activitiesChocobozzz2018-01-261-5/+2
* Avoid too many requests and fetching outboxChocobozzz2018-01-181-4/+15
* Automatically resize avatarsChocobozzz2018-01-031-1/+1
* Begin moving video channel to actorChocobozzz2017-12-191-10/+10
* SaveChocobozzz2017-12-191-2/+2
* Move models to typescript-sequelizeChocobozzz2017-12-131-4/+4
* Fix lintChocobozzz2017-11-301-3/+4
* Fix lintChocobozzz2017-11-271-1/+1
* Federate video viewsChocobozzz2017-11-271-5/+9
* Fetch outbox to grab old activities testsChocobozzz2017-11-271-1/+1
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-2/+0
* Add outboxChocobozzz2017-11-271-0/+60