aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add data directory for plugins and some helpersChocobozzz2021-04-222-3/+117
|
* Add scale filter to documentationChocobozzz2021-04-091-1/+0
|
* Add ability for plugins to specify scale filterChocobozzz2021-04-091-8/+26
|
* add tests for inputOptions and videoFilters in trancode pluginsThéo Le Calvar2021-04-091-2/+38
|
* Add server plugin helpersChocobozzz2021-04-091-1/+26
|
* Tests that show the bug.John Livingston2021-04-092-0/+90
|
* Add client action hooks for pubish pagesChocobozzz2021-03-241-2/+1
|
* Add server hooks for search endpointChocobozzz2021-03-241-1/+61
|
* Add filter hook to forbid embed accessChocobozzz2021-03-241-2/+52
|
* Add hooks support for video downloadChocobozzz2021-03-241-0/+63
|
* Refactor auth flowChocobozzz2021-03-241-1/+1
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* 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
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* server/mw/oauth: res.loc.auth to true upon authkontrollanten2020-12-081-1/+1
| | | | | | | Setting res.locals.authenticated explicity to true makes it's more clear whether the req is authenticated when using optionalAuthenticate middlware.
* 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
| | | | + pluginInfo related changes
* 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
| | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test
* Fix external auth email/password updateChocobozzz2020-05-201-0/+10
| | | | Also check if an actor does not already exist when creating the user
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-5/+83
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* 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
|