aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | Categories, licences and languages
* 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