aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Support refusing remote commentsChocobozzz2022-09-231-163/+220
|
* Cleanup tests importsChocobozzz2022-08-174-12/+4
|
* We don't need to import mochaChocobozzz2022-08-1712-12/+0
|
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
|
* Add notification plugin hookChocobozzz2022-08-031-2/+9
|
* Add channel server hooksChocobozzz2022-08-032-1/+56
|
* Suffix external auth username on conflictChocobozzz2022-08-031-5/+34
|
* Fix testsChocobozzz2022-08-021-0/+1
|
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-0/+13
|
* Add job queue hooksChocobozzz2022-08-022-0/+68
|
* Fix lintChocobozzz2022-07-131-2/+2
|
* 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
|