Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use saveInTransactionWithRetries helper | Chocobozzz | 2023-05-19 | 1 | -21/+5 |
| | |||||
* | Remove wait before publishing master playlist | Chocobozzz | 2023-05-19 | 1 | -12/+0 |
| | | | | It doesn't seem necessary | ||||
* | Correctly fix s3 live sync | Chocobozzz | 2023-05-19 | 1 | -1/+3 |
| | |||||
* | More robust chunk handler | Chocobozzz | 2023-05-19 | 1 | -1/+1 |
| | |||||
* | Wait master playlist generation | Chocobozzz | 2023-05-19 | 1 | -7/+12 |
| | |||||
* | Avoid uploading empty master file | Chocobozzz | 2023-05-19 | 1 | -1/+8 |
| | |||||
* | Avoid aborting completing jobs | Chocobozzz | 2023-05-19 | 1 | -7/+6 |
| | |||||
* | Don't run ffmpeg twice for lives | Chocobozzz | 2023-05-19 | 1 | -2/+0 |
| | |||||
* | Fix peertube runner concurrency | Chocobozzz | 2023-05-19 | 1 | -0/+4 |
| | |||||
* | Force ffmpeg to exit on abort | Chocobozzz | 2023-05-17 | 1 | -2/+12 |
| | |||||
* | Fix tests | Chocobozzz | 2023-05-17 | 1 | -1/+2 |
| | |||||
* | Prevent uninstall error on install error | Chocobozzz | 2023-05-17 | 1 | -7/+9 |
| | |||||
* | Increase last runner contact update | Chocobozzz | 2023-05-17 | 1 | -1/+1 |
| | |||||
* | Use atomic rename | Chocobozzz | 2023-05-16 | 2 | -4/+4 |
| | |||||
* | Provide public RTMP URL to runners | Chocobozzz | 2023-05-16 | 5 | -25/+55 |
| | |||||
* | Force live stream termination | Chocobozzz | 2023-05-15 | 1 | -1/+4 |
| | |||||
* | Don't save the session twice | Chocobozzz | 2023-05-15 | 1 | -0/+3 |
| | |||||
* | Atomic live segment file write | Chocobozzz | 2023-05-15 | 1 | -3/+11 |
| | |||||
* | Fix reset sequelize instance | Chocobozzz | 2023-05-11 | 2 | -5/+5 |
| | |||||
* | Prevent invalid end watch section warnings | Chocobozzz | 2023-05-10 | 1 | -1/+6 |
| | |||||
* | Fix S3 live sync | Chocobozzz | 2023-05-10 | 4 | -30/+72 |
| | | | | Ensure TS chunks referenced in M3U8 playlist are already uploaded on S3 | ||||
* | Fix #5744: Missing plugins-global.css + missing async (#5746) | John Livingston | 2023-05-10 | 1 | -2/+15 |
| | | | | | | | | | | | * Fix #5744: Missing plugins-global.css + missing async * Modifications required by Chocobozzz. * Styling --------- Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | feat(server): add redis sentinel support (#5593) | kontrollanten | 2023-05-10 | 1 | -4/+20 |
| | | | | | | | | | | | * feat(server): add redis sentinel support closes #5141 * Styling --------- Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Reload the video after waiting for the files lock | Chocobozzz | 2023-05-09 | 6 | -3/+13 |
| | |||||
* | Fix audio transcoding copy | Chocobozzz | 2023-05-09 | 1 | -50/+1 |
| | |||||
* | Prefer video studio instead of video edition | Chocobozzz | 2023-05-09 | 7 | -169/+30 |
| | | | | Clearer and easier to find in the project | ||||
* | Support studio transcoding in peertube runner | Chocobozzz | 2023-05-09 | 17 | -124/+326 |
| | |||||
* | Add TMP persistent directory | Chocobozzz | 2023-05-09 | 2 | -43/+70 |
| | | | | To store files that must be preserved between peertube restarts | ||||
* | Enable external plugins to test the PR | Chocobozzz | 2023-05-09 | 3 | -27/+42 |
| | |||||
* | Fix import video file lock | Chocobozzz | 2023-05-09 | 7 | -9/+19 |
| | |||||
* | Fix next video state after optimize/audio merge | Chocobozzz | 2023-05-09 | 4 | -26/+38 |
| | |||||
* | Implement remote runner jobs in server | Chocobozzz | 2023-05-09 | 54 | -1014/+2902 |
| | | | | Move ffmpeg functions to @shared | ||||
* | Fix unregister default value | Chocobozzz | 2023-05-05 | 1 | -1/+1 |
| | |||||
* | Don't call plugin register/unregister methods | Chocobozzz | 2023-05-05 | 1 | -9/+25 |
| | |||||
* | Prevent crash on plugin ws error | Chocobozzz | 2023-04-17 | 1 | -1/+9 |
| | |||||
* | Remove invalid jsonld property | Chocobozzz | 2023-04-11 | 1 | -1/+0 |
| | |||||
* | feature/ability to disable video history by default (#5728) | Wicklow | 2023-04-07 | 1 | -0/+2 |
| | | | | | | | | | | | | | * draft: ability to disable video history by default * Update configuration and add tests * Updated code based on review comments * Add tests on registration and video quota * Remove required video quotas in query * Fix tests | ||||
* | Feature/Add replay privacy (#5692) | Wicklow | 2023-03-31 | 2 | -12/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments | ||||
* | Add filter:html.client.json-ld.result hook | Chocobozzz | 2023-03-24 | 1 | -11/+17 |
| | |||||
* | Add video AP hooks | Chocobozzz | 2023-03-16 | 2 | -0/+6 |
| | |||||
* | Add test on AP hooks | Chocobozzz | 2023-03-10 | 1 | -1/+1 |
| | |||||
* | Add ability for plugins to alter video jsonld | Chocobozzz | 2023-03-10 | 4 | -10/+14 |
| | |||||
* | Add ability to disable http duration OTEL metrics | Chocobozzz | 2023-02-27 | 1 | -1/+3 |
| | |||||
* | Fix #5614: do not log bearerToken. | John Livingston | 2023-02-17 | 1 | -1/+1 |
| | |||||
* | Fix CI | Chocobozzz | 2023-02-17 | 1 | -4/+4 |
| | |||||
* | Update bullmq | Chocobozzz | 2023-02-16 | 1 | -32/+4 |
| | | | | Requires redis >= 6.2 | ||||
* | Update server dependencies | Chocobozzz | 2023-02-16 | 2 | -2/+2 |
| | |||||
* | Reencode the video on cut | Chocobozzz | 2023-02-14 | 1 | -1/+4 |
| | | | | | Unfortunately copying audio/video is not precise enough and could lead to inconsistencies | ||||
* | Fix retrying update on sql serialization conflict | Chocobozzz | 2023-02-14 | 2 | -17/+6 |
| | |||||
* | Refactor playlist creation for lives | Chocobozzz | 2023-01-27 | 2 | -52/+53 |
| |