aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-view.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor getOrCreateAPVideoChocobozzz2021-06-021-2/+2
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-2/+4
|
* Handle views for live videosChocobozzz2020-11-091-5/+14
|
* Split types and typingsChocobozzz2020-06-181-2/+2
|
* Don't refresh videos when processing viewsChocobozzz2020-02-041-1/+2
| | | | It allows us to use a cache
* Stronger model typingsChocobozzz2019-08-191-3/+3
|
* Stronger actor association typing in AP functionsChocobozzz2019-08-091-2/+2
|
* Fix user notifications on new followChocobozzz2019-08-021-1/+3
|
* Prepare Dislike/Flag/View fixesChocobozzz2019-01-151-0/+35
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