aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/process/process-view.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor video viewsChocobozzz2021-11-091-19/+13
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Refactor live managerChocobozzz2021-06-171-1/+1
|
* Try to speed up AP update transactionChocobozzz2021-06-081-5/+4
|
* 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