aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Implement getServerListeningConfig plugin helperChocobozzz2023-01-044-0/+25
|/ /
* | Try to debug a CI issueChocobozzz2023-01-031-3/+9
| |
* | Prefer using sequelize replacements even for testsChocobozzz2023-01-032-5/+5
| |
* | Merge branch 'release/5.0.0' into developChocobozzz2022-12-304-2/+16
|\|
| * Fix P2P with object storageChocobozzz2022-12-304-2/+16
| |
* | Try to fix github api rate limitChocobozzz2022-12-291-1/+11
| |
* | Fix buildChocobozzz2022-12-293-8/+16
| |
* | Improve sync channel loggingChocobozzz2022-12-281-1/+1
| |
* | More robust short to complete uuid error handlerChocobozzz2022-12-281-1/+7
| |
* | Improve upgrade documentationChocobozzz2022-12-281-11/+11
| |
* | Fix sync testsChocobozzz2022-12-231-1/+2
| |
* | Don't need to use redis to block tracker ipsChocobozzz2022-12-233-32/+20
| | | | | | | | | | There could be many of them, so reduce load by storing IPs directly inside node memory
* | Merge branch 'release/5.0.0' into developChocobozzz2022-12-212-19/+21
|\|
| * Fix local channel statsChocobozzz2022-12-212-19/+21
| |
* | Prefer displaying channel in rss feedsChocobozzz2022-12-202-6/+6
| |
* | Add ability to get user from file tokenChocobozzz2022-12-207-31/+64
|/
* Forward 206 status code for object storage proxyChocobozzz2022-12-192-3/+17
|
* Increase timeoutChocobozzz2022-12-121-2/+2
|
* Fix CI using 127.0.0.1 for testsChocobozzz2022-12-1251-305/+299
|
* Add austrian sign languageChocobozzz2022-12-091-0/+1
|
* Merge remote-tracking branch 'weblate/develop' into release/5.0.0Chocobozzz2022-12-071-15/+15
|\
| * Merge branch 'release/5.0.0' into developChocobozzz2022-12-0213-10/+299
| |\
| * | Increase timeoutsChocobozzz2022-11-291-15/+15
| | |
* | | Add req and res to allow download filter hooksChocobozzz2022-12-061-3/+19
| |/ |/|
* | Support reinjecting token in private m3u8 playlistChocobozzz2022-12-0213-10/+299
|/
* Increase old jobs to delete per hourChocobozzz2022-11-281-2/+2
|
* 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
| |