Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix preview generation for imports | Chocobozzz | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | Fix transcoding failure when importing a video | Chocobozzz | 2022-10-31 | 5 | -98/+133 |
| | |||||
* | Fix CI | Chocobozzz | 2022-10-31 | 1 | -2/+2 |
| | |||||
* | Prevent error in redundancy scheduler | Chocobozzz | 2022-10-31 | 1 | -4/+17 |
| | |||||
* | Prevent error in update scheduler | Chocobozzz | 2022-10-31 | 1 | -1/+5 |
| | |||||
* | Fix CLI build | Chocobozzz | 2022-10-31 | 1 | -1/+1 |
| | |||||
* | Breaking API: Consistency with role id/label | Chocobozzz | 2022-10-28 | 4 | -12/+14 |
| | |||||
* | Add logger for uploadx | Chocobozzz | 2022-10-28 | 1 | -0/+3 |
| | |||||
* | Check missing config keys | Chocobozzz | 2022-10-28 | 1 | -0/+6 |
| | |||||
* | Update production.yaml | Chocobozzz | 2022-10-28 | 2 | -2/+2 |
| | |||||
* | Option to disable static files auth check/s3 proxy | Chocobozzz | 2022-10-27 | 9 | -58/+204 |
| | |||||
* | More robust updateTorrentMetadata | Chocobozzz | 2022-10-26 | 2 | -3/+8 |
| | |||||
* | Fix proxy tests | Chocobozzz | 2022-10-25 | 2 | -3/+3 |
| | |||||
* | Correctly delete live files from object storage | Chocobozzz | 2022-10-25 | 9 | -23/+69 |
| | |||||
* | Correctly cleanup files from object storage | Chocobozzz | 2022-10-25 | 3 | -18/+24 |
| | |||||
* | Lock files to generate torrents/move files | Chocobozzz | 2022-10-25 | 2 | -10/+31 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-10-24 | 1 | -1/+1 |
| | |||||
* | Prevent concurrency issues when sending m3u8 file | Chocobozzz | 2022-10-24 | 2 | -3/+10 |
| | |||||
* | Fix tests | Chocobozzz | 2022-10-24 | 1 | -3/+3 |
| | |||||
* | Use private ACL for private videos in s3 | Chocobozzz | 2022-10-24 | 34 | -240/+1036 |
| | |||||
* | Put private videos under a specific subdirectory | Chocobozzz | 2022-10-24 | 62 | -704/+1990 |
| | |||||
* | feat: show contained playlists under My videos (#5125) | kontrollanten | 2022-10-24 | 4 | -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 processing | Chocobozzz | 2022-10-11 | 1 | -1/+1 |
| | |||||
* | server: use account/channel avatar in RSS feeds (#5325) | Alberto Mardegan | 2022-10-11 | 2 | -30/+58 |
| | | | | | | | | | * server: use account/channel avatar in RSS feeds Fixes: #5320 * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Fix live tests | Chocobozzz | 2022-10-11 | 4 | -8/+37 |
| | |||||
* | Also retry when fetching master m3u8 playlist | Chocobozzz | 2022-10-11 | 2 | -5/+10 |
| | |||||
* | Fix host validation on locahost | Chocobozzz | 2022-10-11 | 1 | -2/+2 |
| | |||||
* | Merge branch 'release/4.3.0' into develop | Chocobozzz | 2022-10-11 | 3 | -586/+635 |
|\ | |||||
| * | Fix channel follow with manually approved follower | Chocobozzz | 2022-10-11 | 3 | -586/+635 |
| | | |||||
* | | Add ability for plugins to register ws routes | Chocobozzz | 2022-10-11 | 10 | -7/+208 |
| | | |||||
* | | Fix channel import with some channels | Chocobozzz | 2022-10-10 | 1 | -7/+8 |
| | | |||||
* | | Expose PeerTube socket to plugins (#5239) | kontrollanten | 2022-10-10 | 4 | -2/+65 |
| | | | | | | | | | | | | | | | | | | | | | | * server(pluginHelpers): add socket * test(plugins): add socket cases * fixes after review * Update plugin-helpers.ts * Update plugin-helpers.ts | ||||
* | | Fix video job error when video has been deleted | Chocobozzz | 2022-10-10 | 1 | -2/+4 |
| | | |||||
* | | Fix peers info width in live | Chocobozzz | 2022-10-10 | 1 | -3/+3 |
| | | |||||
* | | Try to fix tests | Chocobozzz | 2022-10-10 | 1 | -3/+6 |
| | | |||||
* | | Merge branch 'feature/otp' into develop | Chocobozzz | 2022-10-10 | 24 | -73/+1051 |
|\ \ |