aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* More robust quota checkChocobozzz2023-05-224-13/+19
| | | | Avoid concurrency issues with permanent lives
* Fix testsChocobozzz2023-05-223-18/+11
|
* Include err type in resChocobozzz2023-05-221-0/+1
|
* Force stop remote live transcodingChocobozzz2023-05-228-5/+39
|
* Lock when removing video filesChocobozzz2023-05-221-16/+40
|
* Remove low timeoutsChocobozzz2023-05-2232-162/+2
| | | | Default timeout is 30s
* Fix menu dropdownsChocobozzz2023-05-221-1/+1
| | | | | Better responsive Avoid menu scrollbar displayed in notification popove
* Fix lowest email portChocobozzz2023-05-191-1/+1
|
* Use saveInTransactionWithRetries helperChocobozzz2023-05-191-21/+5
|
* Fix missing wait jobsChocobozzz2023-05-197-7/+9
|
* Add expect message to ease debugChocobozzz2023-05-191-1/+1
|
* Remove wait before publishing master playlistChocobozzz2023-05-191-12/+0
| | | | It doesn't seem necessary
* Correctly fix s3 live syncChocobozzz2023-05-191-1/+3
|
* Fix runner cleanup testChocobozzz2023-05-195-7/+12
|
* Improve remote runner config UXChocobozzz2023-05-193-3/+3
|
* More robust chunk handlerChocobozzz2023-05-191-1/+1
|
* peertube runner tests in parallelChocobozzz2023-05-196-26/+28
|
* Wait master playlist generationChocobozzz2023-05-191-7/+12
|
* Avoid uploading empty master fileChocobozzz2023-05-191-1/+8
|
* Avoid aborting completing jobsChocobozzz2023-05-193-7/+16
|
* Don't run ffmpeg twice for livesChocobozzz2023-05-191-2/+0
|
* Fix peertube runner concurrencyChocobozzz2023-05-194-4/+10
|
* Force ffmpeg to exit on abortChocobozzz2023-05-171-2/+12
|
* Fix testsChocobozzz2023-05-176-6/+10
|
* Prevent uninstall error on install errorChocobozzz2023-05-171-7/+9
|
* Fix pending subscription deletionChocobozzz2023-05-171-17/+46
|
* 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>