aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/views
Commit message (Collapse)AuthorAgeFilesLines
* Fix testsChocobozzz2023-05-101-1/+1
|
* Add runner server testsChocobozzz2023-05-091-21/+21
|
* Fix overall viewers stats with start/end datesChocobozzz2022-11-241-0/+66
|
* Correctly terminate an ended liveChocobozzz2022-11-154-6/+6
|
* Cleanup tests importsChocobozzz2022-08-175-15/+5
|
* We don't need to import mochaChocobozzz2022-08-175-5/+0
|
* Increase timeoutsChocobozzz2022-05-181-1/+1
|
* Add total viewers overall statChocobozzz2022-05-181-0/+10
|
* Add ability to filter overall video stats by dateChocobozzz2022-05-062-10/+90
|
* 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
|
* Support interactive video stats graphChocobozzz2022-04-151-11/+11
|
* Add ability to set start/end date to timeserieChocobozzz2022-04-151-4/+93
|
* Improve viewer counterChocobozzz2022-04-154-10/+11
| | | | More precise, avoid weird decrease, reuse an id to federate viewers
* Support video views/viewers stats in serverChocobozzz2022-04-156-0/+717
* 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