aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Prevent notification from pending subscriptionsChocobozzz2023-05-171-0/+1
|
* Increase last runner contact updateChocobozzz2023-05-171-1/+1
|
* More robust accept job controllerChocobozzz2023-05-171-6/+22
|
* Fix testChocobozzz2023-05-161-1/+1
|
* Use atomic renameChocobozzz2023-05-162-4/+4
|
* Provide public RTMP URL to runnersChocobozzz2023-05-167-30/+67
|
* Add retries to all webtorrent testsChocobozzz2023-05-151-0/+2
|
* More robust testChocobozzz2023-05-151-2/+0
|
* Force live stream terminationChocobozzz2023-05-153-12/+5
|
* Fix testChocobozzz2023-05-151-1/+5
|
* Don't save the session twiceChocobozzz2023-05-151-0/+3
|
* Allow to retry some tests that may failChocobozzz2023-05-151-0/+4
|
* Atomic live segment file writeChocobozzz2023-05-151-3/+11
|
* Fix SQL queryChocobozzz2023-05-123-6/+6
|
* Increase test timeoutsChocobozzz2023-05-114-22/+23
|
* Set actor preferred name case insensitiveChocobozzz2023-05-118-46/+95
|
* Fix reset sequelize instanceChocobozzz2023-05-118-23/+13
|
* Correctly wait for live segment generationChocobozzz2023-05-116-18/+20
|
* Fix testsChocobozzz2023-05-106-6/+6
|
* Prevent invalid end watch section warningsChocobozzz2023-05-101-1/+6
|
* Fix test cleanupChocobozzz2023-05-105-8/+8
|
* Add more tests on registration request conflictChocobozzz2023-05-101-1/+14
|
* Fix S3 live syncChocobozzz2023-05-104-30/+72
| | | | Ensure TS chunks referenced in M3U8 playlist are already uploaded on S3
* Fix #5744: Missing plugins-global.css + missing async (#5746)John Livingston2023-05-101-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)kontrollanten2023-05-103-6/+29
| | | | | | | | | | | * feat(server): add redis sentinel support closes #5141 * Styling --------- Co-authored-by: Chocobozzz <me@florianbigard.com>
* Try to have more robust live testsChocobozzz2023-05-103-5/+7
|
* Increase timeoutsChocobozzz2023-05-102-8/+11
|
* Correctly cleanup sql commandChocobozzz2023-05-101-0/+2
|
* Fix subscribe button responsiveChocobozzz2023-05-091-2/+2
|
* Increase timeoutChocobozzz2023-05-091-1/+1
|
* Increase timeoutsChocobozzz2023-05-093-6/+6
|
* Reload the video after waiting for the files lockChocobozzz2023-05-099-9/+25
|
* Fix audio transcoding copyChocobozzz2023-05-098-62/+13
|
* Fix studio testsChocobozzz2023-05-091-23/+23
|
* Prefer video studio instead of video editionChocobozzz2023-05-0914-196/+57
| | | | Clearer and easier to find in the project
* Support studio transcoding in peertube runnerChocobozzz2023-05-0943-212/+1049
|
* Add TMP persistent directoryChocobozzz2023-05-097-57/+133
| | | | To store files that must be preserved between peertube restarts
* Enable external plugins to test the PRChocobozzz2023-05-095-29/+44
|
* Fix import video file lockChocobozzz2023-05-097-9/+19
|
* Fix next video state after optimize/audio mergeChocobozzz2023-05-094-26/+38
|
* Add runner server testsChocobozzz2023-05-0980-604/+3865
|
* Implement remote runner jobs in serverChocobozzz2023-05-09121-2755/+5244
| | | | Move ffmpeg functions to @shared
* Fix unregister default valueChocobozzz2023-05-051-1/+1
|
* Don't call plugin register/unregister methodsChocobozzz2023-05-052-11/+27
|
* Prevent crash on plugin ws errorChocobozzz2023-04-171-1/+9
|
* Allow to update a live with untouched privacyChocobozzz2023-04-142-2/+8
|
* Prevent exception when headers are already sentChocobozzz2023-04-141-1/+4
|
* Feature/filter already watched videos (#5739)Wicklow2023-04-126-7/+93
| | | | | * filter already watched videos * Updated code based on review comments
* Remove invalid jsonld propertyChocobozzz2023-04-111-1/+0
|
* feature/ability to disable video history by default (#5728)Wicklow2023-04-0710-13/+107
| | | | | | | | | | | | | * 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