aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Support video views/viewers stats in serverChocobozzz2022-04-152-3/+3
| | | | | | | | | | * 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 filter:api.video-playlist.videos.list.* hookskontrollanten2022-02-281-1/+33
| | | | closes #4775
* Add basic video editor supportChocobozzz2022-02-282-12/+6
|
* Add video caption created and deleted hookslutangar2021-12-231-0/+14
|
* Move test functions outside extra-utilsChocobozzz2021-12-175-9/+10
|
* shared/ typescript types dir server-commandsChocobozzz2021-12-1712-12/+12
|
* Add ffprobe helperChocobozzz2021-12-161-0/+17
|
* Add videos.getFiles plugin helperChocobozzz2021-12-161-1/+51
|
* Fix testsChocobozzz2021-12-161-1/+1
|
* fix plugin storage return value when storing a Json arraylutangar2021-12-161-1/+5
|
* Add upload/import/go live video attributes hooksChocobozzz2021-12-101-0/+59
|
* Add filter:api.server.stats.get.result hookChocobozzz2021-12-092-1/+11
|
* Use random names for VOD HLS playlistsChocobozzz2021-07-261-2/+3
|
* Generate random uuid for video filesChocobozzz2021-07-261-2/+2
|
* Speed up plugin transcoding testsChocobozzz2021-07-221-73/+79
|
* Add overviews filter hook testsChocobozzz2021-07-211-0/+8
|
* Merge branch 'next' into developChocobozzz2021-07-2112-839/+595
|\
| * Reorganize importsChocobozzz2021-07-2011-22/+18
| |
| * Refactor requestsChocobozzz2021-07-208-41/+41
| |
| * Centralize test URLsChocobozzz2021-07-201-6/+6
| |
| * Use an object to represent a serverChocobozzz2021-07-2012-50/+62
| |
| * Shorter server command namesChocobozzz2021-07-2012-241/+241
| |
| * Introduce videos commandChocobozzz2021-07-205-150/+93
| |
| * Introduce user commandChocobozzz2021-07-204-100/+52
| |
| * Introduce login commandChocobozzz2021-07-203-53/+56
| |
| * Introduce server commandsChocobozzz2021-07-207-59/+44
| |
| * Introduce sql commandChocobozzz2021-07-201-1/+1
| |
| * Introduce comments commandChocobozzz2021-07-202-31/+30
| |
| * Introduce import commandChocobozzz2021-07-201-39/+28
| |
| * Introduce playlist commandChocobozzz2021-07-203-32/+12
| |
| * Shorter live methodsChocobozzz2021-07-203-7/+7
| |
| * Introduce live commandChocobozzz2021-07-203-19/+15
| |
| * Introduce config commandChocobozzz2021-07-204-76/+65
| |
| * Introduce plugins commandChocobozzz2021-07-2012-228/+125
| |
| * Introduce search commandChocobozzz2021-07-201-25/+37
| |
* | Introduce generic video constant manager for pluginslutangar2021-07-161-1/+36
|/ | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions.
* 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 ability to search playlistsChocobozzz2021-06-252-5/+27
|
* Speedup CIChocobozzz2021-06-171-1/+1
|
* Add ability to delete previously added constantsChocobozzz2021-06-151-2/+4
|
* Increase test timeoutChocobozzz2021-06-151-1/+1
|
* Faster ci using compiled ts filesChocobozzz2021-06-151-2/+2
|
* Increase tests timeout for plugin helpersChocobozzz2021-06-081-1/+1
|
* Merge branch 'release/3.2.0' into developChocobozzz2021-05-251-10/+10
|\
| * Increase plugin transcoding tests timeoutChocobozzz2021-05-251-10/+10
| |
* | Cleanup shared modelsChocobozzz2021-05-111-1/+1
|/
* Increase tests timeoutChocobozzz2021-05-101-2/+2
|
* Increase test timeoutChocobozzz2021-05-071-1/+1
|
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-0/+1
| | | | So we can load the full user
* Fix plugin helpers testsChocobozzz2021-04-221-5/+2
|