Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support refusing remote comments | Chocobozzz | 2022-09-23 | 1 | -0/+9 |
| | |||||
* | Fix resolution to transcode hook name | Chocobozzz | 2022-08-09 | 1 | -1/+1 |
| | |||||
* | Automatically rebuild native modules on ABI change | Chocobozzz | 2022-08-03 | 2 | -0/+44 |
| | |||||
* | Fix tests | Chocobozzz | 2022-08-03 | 1 | -1/+1 |
| | |||||
* | Add notification plugin hook | Chocobozzz | 2022-08-03 | 1 | -0/+1 |
| | |||||
* | Add channel server hooks | Chocobozzz | 2022-08-03 | 1 | -0/+27 |
| | |||||
* | Suffix external auth username on conflict | Chocobozzz | 2022-08-03 | 1 | -0/+16 |
| | |||||
* | Add plugin hook on transcoding resolutions building | Chocobozzz | 2022-08-02 | 1 | -2/+11 |
| | |||||
* | Add job queue hooks | Chocobozzz | 2022-08-02 | 2 | -1/+35 |
| | |||||
* | Fix plugin filter test | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/4.1.0' into develop | Chocobozzz | 2022-03-08 | 3 | -0/+0 |
|\ | |||||
| * | Fix channel tests | Chocobozzz | 2022-03-08 | 1 | -0/+0 |
| | | |||||
| * | Remove exif tags when processing images | Chocobozzz | 2022-03-07 | 2 | -0/+0 |
| | | |||||
* | | add filter:api.video-playlist.videos.list.* hooks | kontrollanten | 2022-02-28 | 1 | -0/+10 |
| | | | | | | | | closes #4775 | ||||
* | | Implement avatar miniatures (#4639) | kontrollanten | 2022-02-28 | 6 | -0/+0 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Add video caption created and deleted hooks | lutangar | 2021-12-23 | 1 | -0/+3 |
| | |||||
* | Add ffprobe helper | Chocobozzz | 2021-12-16 | 1 | -0/+7 |
| | |||||
* | Add videos.getFiles plugin helper | Chocobozzz | 2021-12-16 | 1 | -0/+7 |
| | |||||
* | Fix tests | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | fix plugin storage return value when storing a Json array | lutangar | 2021-12-16 | 1 | -0/+5 |
| | |||||
* | Add upload/import/go live video attributes hooks | Chocobozzz | 2021-12-10 | 1 | -0/+15 |
| | |||||
* | Add filter:api.server.stats.get.result hook | Chocobozzz | 2021-12-09 | 1 | -0/+7 |
| | |||||
* | Support RTMPS | Chocobozzz | 2021-11-05 | 2 | -0/+49 |
| | |||||
* | Rewrite youtube-dl import | Chocobozzz | 2021-10-22 | 2 | -0/+0 |
| | | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables | ||||
* | Reduce 4k transcode test time | Chocobozzz | 2021-08-30 | 1 | -0/+0 |
| | |||||
* | 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 |
| |