aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/check-params/views.ts
Commit message (Collapse)AuthorAgeFilesLines
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Fix lintChocobozzz2022-07-131-6/+6
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-061-1/+1
|
* Add filter by start/end date overall stats in apiChocobozzz2022-05-051-1/+23
|
* Add ability to set start/end date to timeserieChocobozzz2022-04-151-0/+48
|
* Improve viewer counterChocobozzz2022-04-151-1/+1
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Support video views/viewers stats in serverChocobozzz2022-04-151-0/+157
* 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