aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Update changelogChocobozzz2022-11-241-0/+1
|
* Increase unicast job concurrencyChocobozzz2022-11-241-1/+1
|
* Fix overall viewers stats with start/end datesChocobozzz2022-11-242-45/+141
|
* Delete completed/failed jobs directly from bullmqChocobozzz2022-11-233-9/+61
|
* Filter out invalid images from peertubeChocobozzz2022-11-231-19/+21
|
* Add missing uuids search query docChocobozzz2022-11-231-3/+3
|
* Fix infohash exists memoize maxageChocobozzz2022-11-231-1/+1
| | | | | 1 minute is enough, and it could lead to unknown infohash issue when re-streaming in a permanent live
* Fix DISABLE_LOCAL_SEARCH blocking request to local search API (#5411)Florent2022-11-234-29/+1
|
* Merge branch 'release/4.3.0' into developChocobozzz2022-11-163-15/+9
|\
| * Fix broadcasting in parallel viewsChocobozzz2022-11-163-15/+9
| |
* | Fix server lintChocobozzz2022-11-1517-20/+26
| |
* | Don't inject untrusted inputChocobozzz2022-11-1530-59/+89
| | | | | | | | | | Even if it's already checked in middlewares It's better to have safe modals too
* | Add configuration for prometheus exporter hostnameChocobozzz2022-11-153-3/+10
| |
* | Upgrade server dependenciesChocobozzz2022-11-157-8/+8
| |
* | Correctly terminate an ended liveChocobozzz2022-11-154-6/+6
| |
* | Type resultChocobozzz2022-11-141-7/+3
| |
* | refactor(server): redis > ioredis (#5371)kontrollanten2022-11-143-60/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactor(server): redis > ioredis * refactor(JobQueue): reuse redis connection builder * fix(redisio) * fix(redis): setValue * feat(redis): showFriendlyErrorStack * feat(redis): auto pipelining https://github.com/luin/ioredis/blob/308017a6b9429c16b074e03e70f5524499476fa9/README.md#autopipelining * dont use autopipelining for bullmq * ioredis events
* | Add ability to install alpha/beta/rc pluginChocobozzz2022-11-149-18/+90
| |
* | Fix transcoding testChocobozzz2022-11-141-1/+6
| |
* | Federate entire descriptionChocobozzz2022-11-144-16/+24
| | | | | | | | | | | | Introduce an explicit field truncatedDescription description in video list is deprecated description in video get will contain the entire description
* | Prevent broken transcoding with audio only inputChocobozzz2022-11-141-0/+2
| |
* | Fix infinite playlist importChocobozzz2022-11-146-4/+50
| | | | | | | | Using an hard videos limit in config
* | Fix retranscoding of odd resolutionChocobozzz2022-11-072-3/+9
| |
* | Prevent uploadx too big log for configChocobozzz2022-11-071-2/+11
| |
* | Fix running again transcoding on a video only fileChocobozzz2022-11-076-13/+23
| |
* | Fix follow constraint check with an accountChocobozzz2022-11-072-1/+93
| |
* | Increase test timeoutChocobozzz2022-11-031-1/+1
| |
* | Fix preview generation for importsChocobozzz2022-10-311-1/+1
| |
* | Fix transcoding failure when importing a videoChocobozzz2022-10-315-98/+133
| |
* | Fix CIChocobozzz2022-10-311-2/+2
| |
* | Prevent error in redundancy schedulerChocobozzz2022-10-311-4/+17
| |
* | Prevent error in update schedulerChocobozzz2022-10-311-1/+5
| |
* | Fix CLI buildChocobozzz2022-10-311-1/+1
| |
* | Breaking API: Consistency with role id/labelChocobozzz2022-10-284-12/+14
| |
* | Add logger for uploadxChocobozzz2022-10-281-0/+3
| |
* | Check missing config keysChocobozzz2022-10-281-0/+6
| |
* | Update production.yamlChocobozzz2022-10-282-2/+2
| |
* | Option to disable static files auth check/s3 proxyChocobozzz2022-10-279-58/+204
| |
* | More robust updateTorrentMetadataChocobozzz2022-10-262-3/+8
| |
* | Fix proxy testsChocobozzz2022-10-252-3/+3
| |
* | Correctly delete live files from object storageChocobozzz2022-10-259-23/+69
| |
* | Correctly cleanup files from object storageChocobozzz2022-10-253-18/+24
| |
* | Lock files to generate torrents/move filesChocobozzz2022-10-252-10/+31
| |
* | Increase test timeoutChocobozzz2022-10-241-1/+1
| |
* | Prevent concurrency issues when sending m3u8 fileChocobozzz2022-10-242-3/+10
| |
* | Fix testsChocobozzz2022-10-241-3/+3
| |
* | Use private ACL for private videos in s3Chocobozzz2022-10-2434-240/+1036
| |
* | Put private videos under a specific subdirectoryChocobozzz2022-10-2462-704/+1990
| |
* | feat: show contained playlists under My videos (#5125)kontrollanten2022-10-244-11/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: show contained playlists under My videos closes #4769 * refactor(server): remove unused types * fixes after code review * fix(client/video-miniature): add to playlist * fix(server/user/me): shortUUID response * Revert "fix(client/video-miniature): add to playlist" This reverts commit f1a0412391c7e2370b87df2594c9fe3f39a40ddc. * fix(client/PlaylistService): caching * Revert "fix(server/user/me): shortUUID response" This reverts commit e3f1ee4e335739b895bced938540c003df24af73. * Fix fetching playlists Co-authored-by: Chocobozzz <me@florianbigard.com>
* | Wait segment sha processingChocobozzz2022-10-111-1/+1
| |