aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-announce.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor AP context builderChocobozzz2022-03-241-4/+10
|
* Don't store remote rates of remote videosChocobozzz2022-03-181-3/+4
| | | | | In the future we'll stop to expose all available rates to improve users privacy
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Reduce AP context size on specific activitiesChocobozzz2020-02-031-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-8/+7
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-6/+11
|
* Refractor activities sendingChocobozzz2018-09-141-2/+2
|
* Basic video redundancy implementationChocobozzz2018-09-131-17/+16
|
* Add federation to ownership changeChocobozzz2018-09-041-1/+4
|
* Add more info loggingChocobozzz2018-07-301-0/+3
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-11/+3
| | | | publishing a video
* Split files in activitypub serverChocobozzz2018-05-251-1/+2
|
* Try to refractor activities sendingChocobozzz2018-03-271-5/+5
| | | | There is still a need for work on this part though
* Don't rehost announced video activitiesChocobozzz2018-01-261-29/+6
|
* Fix announce activitiesChocobozzz2018-01-261-8/+4
|
* Move job queue to redisChocobozzz2018-01-251-1/+1
| | | | | | | We'll use it as cache in the future. /!\ You'll loose your old jobs (pending jobs too) so upgrade only when you don't have pending job anymore.
* Begin moving video channel to actorChocobozzz2017-12-191-58/+26
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-20/+15
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-13/+14
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-10/+76
|
* Add outboxChocobozzz2017-11-271-12/+13
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+45