Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-27 | 2 | -1/+5 | |
|\ | ||||||
| * | Fix live with base url object storage | Chocobozzz | 2023-01-27 | 2 | -1/+5 | |
| | | ||||||
* | | Implement signup approval in server | Chocobozzz | 2023-01-19 | 15 | -60/+258 | |
| | | ||||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2023-01-12 | 2 | -10/+18 | |
|\| | ||||||
| * | Fix ACL incompatibility with some s3 providers | Chocobozzz | 2023-01-12 | 2 | -10/+18 | |
| | | | | | | | | | | | | We'll move to another method in the future See https://github.com/Chocobozzz/PeerTube/issues/5497 | |||||
* | | Fix lint | Chocobozzz | 2023-01-09 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'feature/SO035' into develop | Chocobozzz | 2023-01-09 | 4 | -57/+112 | |
|\ \ | ||||||
| * | | External auth can update user on login | Chocobozzz | 2023-01-04 | 2 | -5/+66 | |
| | | | ||||||
| * | | External auth can set more user fields | Chocobozzz | 2023-01-04 | 2 | -45/+37 | |
| | | | | | | | | | | | | videoQuota, videoQuotaDaily, adminFlags | |||||
| * | | Add ability to customize token lifetime | Chocobozzz | 2023-01-04 | 2 | -10/+12 | |
| | | | ||||||
* | | | Use raw sql for comments | Chocobozzz | 2023-01-09 | 1 | -11/+22 | |
| | | | ||||||
* | | | Add tracker opentelemtry metrics | Chocobozzz | 2023-01-05 | 3 | -1/+57 | |
| | | | ||||||
* | | | Implement getServerListeningConfig plugin helper | Chocobozzz | 2023-01-04 | 1 | -0/+4 | |
|/ / | ||||||
* | | Merge branch 'release/5.0.0' into develop | Chocobozzz | 2022-12-30 | 2 | -2/+4 | |
|\| | ||||||
| * | Fix P2P with object storage | Chocobozzz | 2022-12-30 | 2 | -2/+4 | |
| | | ||||||
* | | Improve sync channel logging | Chocobozzz | 2022-12-28 | 1 | -1/+1 | |
| | |