aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/views
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-201-1/+1
|\
| * Relax views federationChocobozzz2022-06-201-1/+1
| |
* | Optimize view endpointChocobozzz2022-06-174-16/+19
|/
* Optimize broadcast job creationChocobozzz2022-06-171-1/+0
|
* Reduce error logsChocobozzz2022-05-181-0/+1
|
* Improve viewer counterChocobozzz2022-04-155-117/+214
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Improve views/viewers documentationChocobozzz2022-04-152-3/+22
|
* Support video views/viewers stats in serverChocobozzz2022-04-154-0/+408
* Add "currentTime" and "event" body params to view endpoint * Merge watching and view endpoints * Introduce WatchAction AP activity * Add tables to store viewer information of local videos * Add endpoints to fetch video views/viewers stats of local videos * Refactor views/viewers handlers * Support "views" and "viewers" counters for both VOD and live videos