Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up plugin transcoding tests | Chocobozzz | 2021-07-22 | 2 | -4/+3 |
| | |||||
* | Add overviews filter hook tests | Chocobozzz | 2021-07-21 | 1 | -3/+6 |
| | |||||
* | Improve plugin constant tests | Chocobozzz | 2021-07-21 | 1 | -5/+7 |
| | |||||
* | Introduce generic video constant manager for plugins | lutangar | 2021-07-16 | 1 | -30/+28 |
| | | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions. | ||||
* | Handle broken plugin install | Chocobozzz | 2021-06-30 | 2 | -0/+32 |
| | |||||
* | Add video-playlist-element.created hook (#4196) | kontrollanten | 2021-06-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | * 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 | 5 | -2/+6 |
| | |||||
* | Add ability to delete previously added constants | Chocobozzz | 2021-06-15 | 2 | -2/+4 |
| | |||||
* | Faster ci using compiled ts files | Chocobozzz | 2021-06-15 | 10 | -0/+470 |
| | |||||
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 1 | -2/+3 |
| | | | | So we can load the full user | ||||
* | Fix plugin helpers tests | Chocobozzz | 2021-04-22 | 1 | -1/+2 |
| | |||||
* | Add data directory for plugins and some helpers | Chocobozzz | 2021-04-22 | 2 | -2/+39 |
| | |||||
* | Add ability for plugins to specify scale filter | Chocobozzz | 2021-04-09 | 1 | -38/+59 |
| | |||||
* | add tests for inputOptions and videoFilters in trancode plugins | Théo Le Calvar | 2021-04-09 | 1 | -0/+37 |
| | |||||
* | Add server plugin helpers | Chocobozzz | 2021-04-09 | 1 | -0/+13 |
| | |||||
* | Tests that show the bug. | John Livingston | 2021-04-09 | 3 | -0/+36 |
| | |||||
* | Add banner tests | Chocobozzz | 2021-04-08 | 2 | -0/+0 |
| | |||||
* | Fix import tests | Chocobozzz | 2021-04-06 | 1 | -0/+0 |
| | |||||
* | Fix tests | Chocobozzz | 2021-04-05 | 7 | -0/+0 |
| | |||||
* | Add server hooks for search endpoint | Chocobozzz | 2021-03-24 | 1 | -0/+24 |
| | |||||
* | Add filter hook to forbid embed access | Chocobozzz | 2021-03-24 | 1 | -0/+20 |
| | |||||
* | Add hooks support for video download | Chocobozzz | 2021-03-24 | 1 | -0/+26 |
| | |||||
* | Fix import tests | Chocobozzz | 2021-02-18 | 1 | -0/+0 |
| | |||||
* | Optimize remote image processing | Chocobozzz | 2021-02-16 | 2 | -0/+0 |
| | |||||
* | Allow plugins to load a video by id | Chocobozzz | 2021-02-11 | 1 | -2/+7 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 4 | -0/+113 |
| | |||||
* | Fix tests | Chocobozzz | 2021-01-26 | 1 | -0/+0 |
| | |||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -0/+10 |
| | |||||
* | Add 4k transcoding test | Chocobozzz | 2021-01-13 | 1 | -0/+0 |
| | |||||
* | plugins: add optional authentication for routes | kontrollanten | 2020-12-08 | 1 | -0/+2 |
| | |||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 1 | -4/+24 |
| | |||||
* | Add tests to gif resizer | Chocobozzz | 2020-11-25 | 2 | -0/+0 |
| | |||||
* | Provide express request to onLogout call | Chocobozzz | 2020-11-20 | 2 | -0/+73 |
| | | | | + pluginInfo related changes | ||||
* | Do not transcode to an higher bitrate | Chocobozzz | 2020-11-20 | 1 | -0/+0 |
| | | | | Thanks bkil https://github.com/bkil | ||||
* | Add live server hooks | Chocobozzz | 2020-11-09 | 1 | -8/+17 |
| | |||||
* | change fixtures to reflect output size of jimp | Rigel Kent | 2020-06-10 | 7 | -0/+0 |
| | |||||
* | Add server plugin filter hooks for import with torrent and url (#2621) | Rigel Kent | 2020-05-14 | 1 | -1/+41 |
| | | | | | | | | | | | * 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 auth | Chocobozzz | 2020-05-11 | 1 | -0/+48 |
| | |||||
* | Add moderation helpers to plugins | Chocobozzz | 2020-05-07 | 1 | -16/+91 |
| | |||||
* | Fix plugin storeData | Chocobozzz | 2020-05-04 | 2 | -0/+45 |
| | |||||
* | Add ability to unregister plugin auths | Chocobozzz | 2020-05-04 | 2 | -2/+18 |
| | |||||
* | Add plugin settings change watcher | Chocobozzz | 2020-05-04 | 2 | -3/+3 |
| | |||||
* | Add external login tests | Chocobozzz | 2020-05-04 | 4 | -0/+138 |
| | |||||
* | Check auth plugin result | Chocobozzz | 2020-05-04 | 1 | -0/+69 |
| | |||||
* | Add ability for auth plugins to hook tokens validity | Chocobozzz | 2020-05-04 | 1 | -0/+18 |
| | |||||
* | Support logout and add id and pass tests | Chocobozzz | 2020-05-04 | 3 | -6/+6 |
| | |||||
* | Begin auth plugin support | Chocobozzz | 2020-05-04 | 6 | -0/+194 |
| | |||||
* | Add ability to remove privacies using plugins | Chocobozzz | 2020-04-20 | 1 | -1/+6 |
| | |||||
* | Add thumbnail / preview generation from url on the fly (#2646) | Kim | 2020-04-20 | 2 | -0/+0 |
| | | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add ability for plugins to add custom routes | Chocobozzz | 2020-04-10 | 2 | -0/+41 |
| |