Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Introduce comments command | Chocobozzz | 2021-07-20 | 2 | -31/+30 | |
| | | ||||||
| * | Introduce import command | Chocobozzz | 2021-07-20 | 1 | -39/+28 | |
| | | ||||||
| * | Introduce playlist command | Chocobozzz | 2021-07-20 | 3 | -32/+12 | |
| | | ||||||
| * | Shorter live methods | Chocobozzz | 2021-07-20 | 3 | -7/+7 | |
| | | ||||||
| * | Introduce live command | Chocobozzz | 2021-07-20 | 3 | -19/+15 | |
| | | ||||||
| * | Introduce config command | Chocobozzz | 2021-07-20 | 4 | -76/+65 | |
| | | ||||||
| * | Introduce plugins command | Chocobozzz | 2021-07-20 | 12 | -228/+125 | |
| | | ||||||
| * | Introduce search command | Chocobozzz | 2021-07-20 | 1 | -25/+37 | |
| | | ||||||
* | | Introduce generic video constant manager for plugins | lutangar | 2021-07-16 | 1 | -1/+36 | |
|/ | | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions. | |||||
* | Add video-playlist-element.created hook (#4196) | kontrollanten | 2021-06-28 | 1 | -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 playlists | Chocobozzz | 2021-06-25 | 2 | -5/+27 | |
| | ||||||
* | Speedup CI | Chocobozzz | 2021-06-17 | 1 | -1/+1 | |
| | ||||||
* | Add ability to delete previously added constants | Chocobozzz | 2021-06-15 | 1 | -2/+4 | |
| | ||||||
* | Increase test timeout | Chocobozzz | 2021-06-15 | 1 | -1/+1 | |
| | ||||||
* | Faster ci using compiled ts files | Chocobozzz | 2021-06-15 | 1 | -2/+2 | |
| | ||||||
* | Increase tests timeout for plugin helpers | Chocobozzz | 2021-06-08 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'release/3.2.0' into develop | Chocobozzz | 2021-05-25 | 1 | -10/+10 | |
|\ | ||||||
| * | Increase plugin transcoding tests timeout | Chocobozzz | 2021-05-25 | 1 | -10/+10 | |
| | | ||||||
* | | Cleanup shared models | Chocobozzz | 2021-05-11 | 1 | -1/+1 | |
|/ | ||||||
* | Increase tests timeout | Chocobozzz | 2021-05-10 | 1 | -2/+2 | |
| | ||||||
* | Increase test timeout | Chocobozzz | 2021-05-07 | 1 | -1/+1 | |
| | ||||||
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 1 | -0/+1 | |
| | | | | So we can load the full user | |||||
* | Fix plugin helpers tests | Chocobozzz | 2021-04-22 | 1 | -5/+2 | |
| | ||||||
* | Add data directory for plugins and some helpers | Chocobozzz | 2021-04-22 | 2 | -3/+117 | |
| | ||||||
* | Add scale filter to documentation | Chocobozzz | 2021-04-09 | 1 | -1/+0 | |
| | ||||||
* | Add ability for plugins to specify scale filter | Chocobozzz | 2021-04-09 | 1 | -8/+26 | |
| | ||||||
* | add tests for inputOptions and videoFilters in trancode plugins | Théo Le Calvar | 2021-04-09 | 1 | -2/+38 | |
| | ||||||
* | Add server plugin helpers | Chocobozzz | 2021-04-09 | 1 | -1/+26 | |
| | ||||||
* | Tests that show the bug. | John Livingston | 2021-04-09 | 2 | -0/+90 | |
| | ||||||
* | Add client action hooks for pubish pages | Chocobozzz | 2021-03-24 | 1 | -2/+1 | |
| | ||||||
* | Add server hooks for search endpoint | Chocobozzz | 2021-03-24 | 1 | -1/+61 | |
| | ||||||
* | Add filter hook to forbid embed access | Chocobozzz | 2021-03-24 | 1 | -2/+52 | |
| | ||||||
* | Add hooks support for video download | Chocobozzz | 2021-03-24 | 1 | -0/+63 | |
| | ||||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 1 | -1/+1 | |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | |||||
* | Use veryfast preset for default transcoding profile | Chocobozzz | 2021-01-29 | 1 | -2/+2 | |
| | ||||||
* | Reduce transcoding overhead by disabling resolutions | Chocobozzz | 2021-01-29 | 1 | -1/+13 | |
| | ||||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 2 | -4/+231 | |
| | ||||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -0/+15 | |
| | ||||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 1 | -1/+1 | |
| | ||||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 2 | -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 auth | kontrollanten | 2020-12-08 | 1 | -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 routes | kontrollanten | 2020-12-08 | 1 | -0/+21 | |
| | ||||||
* | Fix hook test | Chocobozzz | 2020-12-08 | 1 | -1/+1 | |
| | ||||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 1 | -0/+30 | |
| | ||||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 3 | -28/+31 | |
| | ||||||
* | Provide express request to onLogout call | Chocobozzz | 2020-11-20 | 1 | -4/+30 | |
| | | | | + pluginInfo related changes | |||||
* | Update ffmpeg static version for tests | Chocobozzz | 2020-11-09 | 1 | -1/+1 | |
| | ||||||
* | Add live server hooks | Chocobozzz | 2020-11-09 | 2 | -10/+56 | |
| | ||||||
* | Move html injection plugin tests in its own file | Chocobozzz | 2020-08-24 | 2 | -0/+84 | |
| | ||||||
* | Don't rely on youtube for tests | Chocobozzz | 2020-07-31 | 1 | -4/+4 | |
| | | | | | Use another import URL when possible, and disable import tests when we want to do a youtube import test |