aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/fixtures
Commit message (Collapse)AuthorAgeFilesLines
* Support refusing remote commentsChocobozzz2022-09-231-0/+9
|
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
|
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-032-0/+44
|
* Fix testsChocobozzz2022-08-031-1/+1
|
* Add notification plugin hookChocobozzz2022-08-031-0/+1
|
* Add channel server hooksChocobozzz2022-08-031-0/+27
|
* Suffix external auth username on conflictChocobozzz2022-08-031-0/+16
|
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-2/+11
|
* Add job queue hooksChocobozzz2022-08-022-1/+35
|
* Fix plugin filter testChocobozzz2022-07-131-1/+1
|
* Merge branch 'release/4.1.0' into developChocobozzz2022-03-083-0/+0
|\
| * Fix channel testsChocobozzz2022-03-081-0/+0
| |
| * Remove exif tags when processing imagesChocobozzz2022-03-072-0/+0
| |
* | add filter:api.video-playlist.videos.list.* hookskontrollanten2022-02-281-0/+10
| | | | | | | | closes #4775
* | Implement avatar miniatures (#4639)kontrollanten2022-02-286-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 hookslutangar2021-12-231-0/+3
|
* Add ffprobe helperChocobozzz2021-12-161-0/+7
|
* Add videos.getFiles plugin helperChocobozzz2021-12-161-0/+7
|
* Fix testsChocobozzz2021-12-161-1/+1
|
* fix plugin storage return value when storing a Json arraylutangar2021-12-161-0/+5
|
* Add upload/import/go live video attributes hooksChocobozzz2021-12-101-0/+15
|
* Add filter:api.server.stats.get.result hookChocobozzz2021-12-091-0/+7
|
* Support RTMPSChocobozzz2021-11-052-0/+49
|
* Rewrite youtube-dl importChocobozzz2021-10-222-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 timeChocobozzz2021-08-301-0/+0
|
* Speed up plugin transcoding testsChocobozzz2021-07-222-4/+3
|
* Add overviews filter hook testsChocobozzz2021-07-211-3/+6
|
* Improve plugin constant testsChocobozzz2021-07-211-5/+7
|
* Introduce generic video constant manager for pluginslutangar2021-07-161-30/+28
| | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions.
* Handle broken plugin installChocobozzz2021-06-302-0/+32
|
* Add video-playlist-element.created hook (#4196)kontrollanten2021-06-281-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 playlistsChocobozzz2021-06-255-2/+6
|
* Add ability to delete previously added constantsChocobozzz2021-06-152-2/+4
|
* Faster ci using compiled ts filesChocobozzz2021-06-1510-0/+470
|
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-2/+3
| | | | So we can load the full user
* Fix plugin helpers testsChocobozzz2021-04-221-1/+2
|
* Add data directory for plugins and some helpersChocobozzz2021-04-222-2/+39
|
* Add ability for plugins to specify scale filterChocobozzz2021-04-091-38/+59
|
* add tests for inputOptions and videoFilters in trancode pluginsThéo Le Calvar2021-04-091-0/+37
|
* Add server plugin helpersChocobozzz2021-04-091-0/+13
|
* Tests that show the bug.John Livingston2021-04-093-0/+36
|
* Add banner testsChocobozzz2021-04-082-0/+0
|
* Fix import testsChocobozzz2021-04-061-0/+0
|
* Fix testsChocobozzz2021-04-057-0/+0
|
* Add server hooks for search endpointChocobozzz2021-03-241-0/+24
|
* Add filter hook to forbid embed accessChocobozzz2021-03-241-0/+20
|
* Add hooks support for video downloadChocobozzz2021-03-241-0/+26
|
* Fix import testsChocobozzz2021-02-181-0/+0
|
* Optimize remote image processingChocobozzz2021-02-162-0/+0
|
* Allow plugins to load a video by idChocobozzz2021-02-111-2/+7
|