aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/views/shared
Commit message (Collapse)AuthorAgeFilesLines
* Add live and viewers otel metricsChocobozzz2022-07-271-4/+27
|
* Prevent invalid watch sectionsChocobozzz2022-07-121-1/+6
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-062-4/+4
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-201-1/+1
|\
| * Relax views federationChocobozzz2022-06-201-1/+1
| |
* | Optimize view endpointChocobozzz2022-06-173-14/+17
|/
* Optimize broadcast job creationChocobozzz2022-06-171-1/+0
|
* Reduce error logsChocobozzz2022-05-181-0/+1
|
* Improve viewer counterChocobozzz2022-04-154-105/+197
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Improve views/viewers documentationChocobozzz2022-04-151-3/+4
|
* Support video views/viewers stats in serverChocobozzz2022-04-153-0/+338
* 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