aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/action-hooks.ts
Commit message (Collapse)AuthorAgeFilesLines
* We don't need to import mochaChocobozzz2022-08-171-1/+0
|
* Add notification plugin hookChocobozzz2022-08-031-2/+9
|
* Add channel server hooksChocobozzz2022-08-031-0/+33
|
* Support video views/viewers stats in serverChocobozzz2022-04-151-2/+2
| | | | | | | | | | * 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
* Add video caption created and deleted hookslutangar2021-12-231-0/+14
|
* 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-6/+5
|
* Shorter server command namesChocobozzz2021-07-201-20/+20
|
* Introduce videos commandChocobozzz2021-07-201-10/+7
|
* Introduce user commandChocobozzz2021-07-201-27/+14
|
* Introduce login commandChocobozzz2021-07-201-2/+1
|
* Introduce server commandsChocobozzz2021-07-201-3/+2
|
* Introduce sql commandChocobozzz2021-07-201-1/+1
|
* Introduce comments commandChocobozzz2021-07-201-7/+4
|
* Introduce playlist commandChocobozzz2021-07-201-13/+4
|
* Shorter live methodsChocobozzz2021-07-201-1/+1
|
* Introduce live commandChocobozzz2021-07-201-2/+1
|
* Introduce plugins commandChocobozzz2021-07-201-7/+2
|
* Add video-playlist-element.created hook (#4196)kontrollanten2021-06-281-1/+39
| | | | | | | | | | | | | | | | | | | * add playlists.videos.list.params/results hooks closes #4192 * Revert "add playlists.videos.list.params/results hooks" This reverts commit ebd822ca0b769d88dbc5ae0062b286238cbced92. * add video-playlist-element.created hook closes #4192 * test: add playlist-element.created * Fix tests Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add live server hooksChocobozzz2020-11-091-10/+33
|
* Move to eslintcontainChocobozzz2020-02-031-9/+8
|
* Add action hooks to user routesChocobozzz2019-12-061-33/+92
|
* Add plugin table migration tableChocobozzz2019-07-241-1/+1
|
* Add hook filters testsChocobozzz2019-07-241-8/+83
|
* Add plugin API testsChocobozzz2019-07-241-2/+2
|
* Add CLI plugins testsChocobozzz2019-07-241-0/+27