aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/api/videos/videos-views-cleaner.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support video views/viewers stats in serverChocobozzz2022-04-151-101/+0
| | | | | | | | | | * 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
* Move test functions outside extra-utilsChocobozzz2021-12-171-2/+2
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-171-1/+1
|
* Reorganize importsChocobozzz2021-07-201-1/+1
|
* Use an object to represent a serverChocobozzz2021-07-201-7/+6
|
* Shorter server command namesChocobozzz2021-07-201-11/+11
|
* Introduce videos commandChocobozzz2021-07-201-8/+6
|
* Introduce sql commandChocobozzz2021-07-201-12/+8
|
* Fix tests timeoutChocobozzz2020-12-141-1/+1
|
* Update ffmpeg static version for testsChocobozzz2020-11-091-2/+2
|
* Move to eslintcontainChocobozzz2020-02-031-7/+9
|
* All API tests in parallelChocobozzz2019-05-151-8/+8
|
* Use test wrapper exit functionChocobozzz2019-04-241-3/+3
|
* Cleanup testsChocobozzz2019-04-241-9/+2
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-3/+3
| | | | Because they need dev dependencies
* Add ability to delete old remote viewsChocobozzz2019-04-121-0/+113