aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-like.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move to eslintcontainChocobozzz2020-02-031-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-4/+3
|
* Check activities hostChocobozzz2018-11-141-1/+1
|
* Refractor activities sendingChocobozzz2018-09-141-17/+6
|
* Basic video redundancy implementationChocobozzz2018-09-131-5/+5
|
* Add more info loggingChocobozzz2018-07-301-0/+3
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-19/+14
| | | | publishing a video
* Split files in activitypub serverChocobozzz2018-05-251-10/+3
|
* Try to refractor activities sendingChocobozzz2018-03-271-10/+9
| | | | There is still a need for work on this part though
* Fix delete comment federationChocobozzz2018-03-271-1/+1
|
* 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.
* Status are sent to mastodonChocobozzz2017-12-191-4/+3
|
* Begin moving video channel to actorChocobozzz2017-12-191-17/+17
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-10/+9
|
* Put activity pub sends inside transactionsChocobozzz2017-11-301-10/+14
|
* Add shares forward and collection on videos/video channelsChocobozzz2017-11-271-2/+2
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-7/+7
|
* Federate likes/dislikesChocobozzz2017-11-271-0/+60