aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-like.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+2
|
* Upgrade sequelize to v6Chocobozzz2020-12-091-1/+1
|
* Fix incorrect IDs in AP federationChocobozzz2020-11-201-8/+5
|
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+1
|
* Stronger model typingsChocobozzz2019-08-191-2/+2
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-2/+2
|
* Fix user notifications on new followChocobozzz2019-08-021-1/+3
|
* Fix like/dislike federationChocobozzz2019-08-011-9/+10
|
* Fix HLS transcodingChocobozzz2019-08-011-0/+4
|
* Fix multiple server testsChocobozzz2019-08-011-11/+13
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-1/+2
| | | | | | | | For now we Create these activities, but we should just send them directly. This fix handles correctly direct Dislikes/Flags/Views, we'll implement the sending correctly these activities in the next peertube version
* Don't import test tools in coreChocobozzz2018-11-221-3/+2
|
* Check activities hostChocobozzz2018-11-141-1/+3
|
* Optimize activity actor load in AP processorsChocobozzz2018-09-191-5/+2
|
* Refractor videos AP functionsChocobozzz2018-09-191-1/+1
|
* Add refresh video on searchChocobozzz2018-08-271-2/+2
|
* Refractor retry transaction functionChocobozzz2018-06-131-13/+3
|
* Correctly forward video related activitiesChocobozzz2018-05-311-2/+4
|
* Split files in activitypub serverChocobozzz2018-05-251-1/+1
|
* Fetch remote AP objectsChocobozzz2018-01-101-6/+4
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+1
|
* Begin moving video channel to actorChocobozzz2017-12-191-8/+11
|
* Move models to typescript-sequelizeChocobozzz2017-12-131-9/+11
|
* Fix conflict rate serializationsChocobozzz2017-11-301-1/+1
|
* Correctly forward like/dislikes and undoChocobozzz2017-11-271-9/+16
|
* Federate likes/dislikesChocobozzz2017-11-271-0/+50