aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/job-queue/handlers
Commit message (Expand)AuthorAgeFilesLines
* Migrate server to ESMChocobozzz2023-08-1123-2234/+0
* Remove deprecated schedulerChocobozzz2023-07-281-1/+1
* Add an option to sign federated fetches for mastodon compatibility (#5898)mira.bat2023-07-273-4/+5
* Fix lintChocobozzz2023-07-261-3/+0
* Fix fk error when generating storyboardChocobozzz2023-07-261-15/+32
* Remove unused paramChocobozzz2023-07-251-1/+1
* Implement replace file in server sideChocobozzz2023-07-211-18/+2
* Prefer web videos in favour of webtorrentChocobozzz2023-07-114-26/+26
* Support lazy download thumbnailsChocobozzz2023-06-292-6/+6
* Lock video files when generating storyboardChocobozzz2023-06-291-56/+62
* Add script to generate storyboardsChocobozzz2023-06-291-0/+5
* Add storyboard supportChocobozzz2023-06-293-2/+165
* Fix broken replay with long live video nameChocobozzz2023-06-291-1/+8
* Fix transcoding errorChocobozzz2023-05-301-8/+8
* Reload the video after waiting for the files lockChocobozzz2023-05-093-2/+7
* Prefer video studio instead of video editionChocobozzz2023-05-091-3/+3
* Support studio transcoding in peertube runnerChocobozzz2023-05-091-67/+12
* Add TMP persistent directoryChocobozzz2023-05-091-40/+50
* Fix import video file lockChocobozzz2023-05-093-5/+7
* Fix next video state after optimize/audio mergeChocobozzz2023-05-092-12/+17
* Implement remote runner jobs in serverChocobozzz2023-05-096-286/+135
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-2/+13
* Reencode the video on cutChocobozzz2023-02-141-1/+4
* Merge branch 'release/4.3.0' into developChocobozzz2022-11-161-2/+2
|\
| * Fix broadcasting in parallel viewsChocobozzz2022-11-161-2/+2
* | Fix server lintChocobozzz2022-11-152-2/+2
* | Fix infinite playlist importChocobozzz2022-11-141-1/+2
* | Fix running again transcoding on a video only fileChocobozzz2022-11-071-4/+1
* | Fix preview generation for importsChocobozzz2022-10-311-1/+1
* | Fix transcoding failure when importing a videoChocobozzz2022-10-311-96/+130
* | Lock files to generate torrents/move filesChocobozzz2022-10-252-10/+31
* | Put private videos under a specific subdirectoryChocobozzz2022-10-244-50/+75
* | Prevent error logChocobozzz2022-10-041-2/+2
* | Live supports object storageChocobozzz2022-10-042-17/+16
* | Handle sync failure in synchronizeChannel fnChocobozzz2022-09-271-14/+8
|/
* Fix sync import of latest videosChocobozzz2022-09-161-1/+3
* Fix saved live master playlist bandwidthChocobozzz2022-09-091-12/+2
* Use worker thread to send HTTP requestsChocobozzz2022-09-081-25/+29
* Add ability to list imports of a channel syncChocobozzz2022-08-101-5/+15
* Channel sync (#5135)Florent2022-08-103-5/+88
* Prevent job failure on concurrent HLS transcodingChocobozzz2022-08-091-1/+1
* Avoid concurrency issue on transcodingChocobozzz2022-08-091-3/+4
* Use bullmq job dependencyChocobozzz2022-08-0915-22/+87
* Move to bullmqChocobozzz2022-08-0916-16/+16
* Limit import depending on transcoding resolutionsChocobozzz2022-08-092-3/+8
* Fix resolution to transcode hook nameChocobozzz2022-08-091-1/+1
* Add option to not transcode original resolutionChocobozzz2022-08-092-19/+10
* Add plugin hook on transcoding resolutions buildingChocobozzz2022-08-021-1/+7
* Add ability to delete a specific video fileChocobozzz2022-08-013-14/+8
* Clearer live sessionChocobozzz2022-07-221-33/+44