aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/views/video-views-overall-stats.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix overall viewers stats with start/end datesChocobozzz2022-11-241-0/+66
|
* Correctly terminate an ended liveChocobozzz2022-11-151-2/+2
|
* Cleanup tests importsChocobozzz2022-08-171-3/+1
|
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Add total viewers overall statChocobozzz2022-05-181-0/+10
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-061-2/+24
|
* Add filter by start/end date overall stats in apiChocobozzz2022-05-051-0/+21
|
* Remove comments, rates and views from statsChocobozzz2022-05-051-59/+20
| | | | It prevent us to apply date filters
* Increase test timeoutChocobozzz2022-05-021-1/+1
|
* Increase test timeoutChocobozzz2022-04-151-1/+1
|
* Improve viewer counterChocobozzz2022-04-151-3/+3
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Support video views/viewers stats in serverChocobozzz2022-04-151-0/+291
* 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