Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2022-12-30 | 4 | -2/+16 | |
|\| | ||||||
| * | Fix P2P with object storage | Chocobozzz | 2022-12-30 | 4 | -2/+16 | |
| | | ||||||
* | | Try to fix github api rate limit | Chocobozzz | 2022-12-29 | 1 | -1/+11 | |
| | | ||||||
* | | Fix build | Chocobozzz | 2022-12-29 | 3 | -8/+16 | |
| | | ||||||
* | | Improve sync channel logging | Chocobozzz | 2022-12-28 | 1 | -1/+1 | |
| | | ||||||
* | | More robust short to complete uuid error handler | Chocobozzz | 2022-12-28 | 1 | -1/+7 | |
| | | ||||||
* | | Improve upgrade documentation | Chocobozzz | 2022-12-28 | 1 | -11/+11 | |
| | | ||||||
* | | Fix sync tests | Chocobozzz | 2022-12-23 | 1 | -1/+2 | |
| | | ||||||
* | | Don't need to use redis to block tracker ips | Chocobozzz | 2022-12-23 | 3 | -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 develop | Chocobozzz | 2022-12-21 | 2 | -19/+21 | |
|\| | ||||||
| * | Fix local channel stats | Chocobozzz | 2022-12-21 | 2 | -19/+21 | |
| | | ||||||
* | | Prefer displaying channel in rss feeds | Chocobozzz | 2022-12-20 | 2 | -6/+6 | |
| | | ||||||
* | | Add ability to get user from file token | Chocobozzz | 2022-12-20 | 7 | -31/+64 | |
|/ | ||||||
* | Forward 206 status code for object storage proxy | Chocobozzz | 2022-12-19 | 2 | -3/+17 | |
| | ||||||
* | Increase timeout | Chocobozzz | 2022-12-12 | 1 | -2/+2 | |
| | ||||||
* | Fix CI using 127.0.0.1 for tests | Chocobozzz | 2022-12-12 | 51 | -305/+299 | |
| | ||||||
* | Add austrian sign language | Chocobozzz | 2022-12-09 | 1 | -0/+1 | |
| | ||||||
* | Merge remote-tracking branch 'weblate/develop' into release/5.0.0 | Chocobozzz | 2022-12-07 | 1 | -15/+15 | |
|\ | ||||||
| * | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2022-12-02 | 13 | -10/+299 | |
| |\ | ||||||
| * | | Increase timeouts | Chocobozzz | 2022-11-29 | 1 | -15/+15 | |
| | | | ||||||
* | | | Add req and res to allow download filter hooks | Chocobozzz | 2022-12-06 | 1 | -3/+19 | |
| |/ |/| | ||||||
* | | Support reinjecting token in private m3u8 playlist | Chocobozzz | 2022-12-02 | 13 | -10/+299 | |
|/ | ||||||
* | Increase old jobs to delete per hour | Chocobozzz | 2022-11-28 | 1 | -2/+2 | |
| | ||||||
* | Update changelog | Chocobozzz | 2022-11-24 | 1 | -0/+1 | |
| | ||||||
* | Increase unicast job concurrency | Chocobozzz | 2022-11-24 | 1 | -1/+1 | |
| | ||||||
* | Fix overall viewers stats with start/end dates | Chocobozzz | 2022-11-24 | 2 | -45/+141 | |
| | ||||||
* | Delete completed/failed jobs directly from bullmq | Chocobozzz | 2022-11-23 | 3 | -9/+61 | |
| | ||||||
* | Filter out invalid images from peertube | Chocobozzz | 2022-11-23 | 1 | -19/+21 | |
| | ||||||
* | Add missing uuids search query doc | Chocobozzz | 2022-11-23 | 1 | -3/+3 | |
| | ||||||
* | Fix infohash exists memoize maxage | Chocobozzz | 2022-11-23 | 1 | -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) | Florent | 2022-11-23 | 4 | -29/+1 | |
| | ||||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-11-16 | 3 | -15/+9 | |
|\ | ||||||
| * | Fix broadcasting in parallel views | Chocobozzz | 2022-11-16 | 3 | -15/+9 | |
| | | ||||||
* | | Fix server lint | Chocobozzz | 2022-11-15 | 17 | -20/+26 | |
| | | ||||||
* | | Don't inject untrusted input | Chocobozzz | 2022-11-15 | 30 | -59/+89 | |
| | | | | | | | | | | Even if it's already checked in middlewares It's better to have safe modals too | |||||
* | | Add configuration for prometheus exporter hostname | Chocobozzz | 2022-11-15 | 3 | -3/+10 | |
| | | ||||||
* | | Upgrade server dependencies | Chocobozzz | 2022-11-15 | 7 | -8/+8 | |
| | | ||||||
* | | Correctly terminate an ended live | Chocobozzz | 2022-11-15 | 4 | -6/+6 | |
| | | ||||||
* | | Type result | Chocobozzz | 2022-11-14 | 1 | -7/+3 | |
| | | ||||||
* | | refactor(server): redis > ioredis (#5371) | kontrollanten | 2022-11-14 | 3 | -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 plugin | Chocobozzz | 2022-11-14 | 9 | -18/+90 | |
| | | ||||||
* | | Fix transcoding test | Chocobozzz | 2022-11-14 | 1 | -1/+6 | |
| | | ||||||
* | | Federate entire description | Chocobozzz | 2022-11-14 | 4 | -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 input | Chocobozzz | 2022-11-14 | 1 | -0/+2 | |
| | | ||||||
* | | Fix infinite playlist import | Chocobozzz | 2022-11-14 | 6 | -4/+50 | |
| | | | | | | | | Using an hard videos limit in config | |||||
* | | Fix retranscoding of odd resolution | Chocobozzz | 2022-11-07 | 2 | -3/+9 | |
| | | ||||||
* | | Prevent uploadx too big log for config | Chocobozzz | 2022-11-07 | 1 | -2/+11 | |
| | | ||||||
* | | Fix running again transcoding on a video only file | Chocobozzz | 2022-11-07 | 6 | -13/+23 | |
| | | ||||||
* | | Fix follow constraint check with an account | Chocobozzz | 2022-11-07 | 2 | -1/+93 | |
| | | ||||||
* | | Increase test timeout | Chocobozzz | 2022-11-03 | 1 | -1/+1 | |
| | |