aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
Commit message (Expand)AuthorAgeFilesLines
* Use veryfast preset for default transcoding profileChocobozzz2021-01-291-2/+2
* Reduce transcoding overhead by disabling resolutionsChocobozzz2021-01-291-1/+13
* Support transcoding options/encoders by pluginsChocobozzz2021-01-282-4/+231
* Add user video list hooksChocobozzz2021-01-201-0/+15
* Fix tests timeoutChocobozzz2020-12-141-1/+1
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-082-10/+24
* server/mw/oauth: res.loc.auth to true upon authkontrollanten2020-12-081-1/+1
* plugins: add optional authentication for routeskontrollanten2020-12-081-0/+21
* Fix hook testChocobozzz2020-12-081-1/+1
* Use dedicated hooks for account/channel videosChocobozzz2020-12-081-0/+30
* replace numbers with typed http status codes (#3409)Rigel Kent2020-12-073-28/+31
* Provide express request to onLogout callChocobozzz2020-11-201-4/+30
* Update ffmpeg static version for testsChocobozzz2020-11-091-1/+1
* Add live server hooksChocobozzz2020-11-092-10/+56
* Move html injection plugin tests in its own fileChocobozzz2020-08-242-0/+84
* Don't rely on youtube for testsChocobozzz2020-07-311-4/+4
* Fix external auth email/password updateChocobozzz2020-05-201-0/+10
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-5/+83
* Add other tests to external authChocobozzz2020-05-111-5/+47
* Add moderation helpers to pluginsChocobozzz2020-05-071-30/+174
* Add auth plugin info in users listChocobozzz2020-05-051-1/+15
* Fix plugin storeDataChocobozzz2020-05-042-0/+31
* Add ability to unregister plugin authsChocobozzz2020-05-042-2/+62
* Add external login testsChocobozzz2020-05-043-2/+324
* Check auth plugin resultChocobozzz2020-05-041-0/+14
* Add plugin auth migrationsChocobozzz2020-05-041-1/+1
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-21/+64
* Support logout and add id and pass testsChocobozzz2020-05-041-21/+76
* Begin auth plugin supportChocobozzz2020-05-042-0/+70
* Add ability to remove privacies using pluginsChocobozzz2020-04-201-3/+52
* Add ability for plugins to add custom routesChocobozzz2020-04-102-0/+92
* Add ability to remove a video from a pluginChocobozzz2020-04-091-4/+32
* Add SQL query support in pluginsChocobozzz2020-04-092-0/+39
* Move to eslintcontainChocobozzz2020-02-034-100/+51
* Increase blacklist import timeoutChocobozzz2020-01-231-0/+2
* Add action hooks to user routesChocobozzz2019-12-061-33/+92
* Add plugin hook on registrationChocobozzz2019-10-251-1/+20
* Add plugin translation systemChocobozzz2019-07-262-0/+114
* Plugins can update video constantsChocobozzz2019-07-262-0/+141
* Add hooks documentationChocobozzz2019-07-241-2/+2
* Add plugin table migration tableChocobozzz2019-07-241-1/+1
* Add filter hooks testsChocobozzz2019-07-241-5/+118
* Add hook filters testsChocobozzz2019-07-242-16/+144
* Add plugin API testsChocobozzz2019-07-242-3/+3
* Add CLI plugins testsChocobozzz2019-07-243-0/+56