aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-create.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move job queue to redisChocobozzz2018-01-251-8/+14
| | | | | | | 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.
* Send comment to followers and parentsChocobozzz2018-01-081-11/+29
|
* Add mentions to commentsChocobozzz2018-01-051-8/+10
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Send video comment comments to followers/originChocobozzz2017-12-271-25/+46
|
* Fix lintChocobozzz2017-12-191-1/+1
|
* Status are sent to mastodonChocobozzz2017-12-191-6/+7
|
* Begin moving video channel to actorChocobozzz2017-12-191-53/+54
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-22/+24
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-13/+13
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-3/+3
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-13/+13
|
* Federate likes/dislikesChocobozzz2017-11-271-12/+50
|
* Federate video viewsChocobozzz2017-11-271-8/+56
|
* Fetch outbox to grab old activitiesChocobozzz2017-11-271-0/+2
|
* Move activitypub functions from helpers/ to lib/Chocobozzz2017-11-271-1/+1
|
* Refractor activity pub lib/helpersChocobozzz2017-11-271-0/+44