aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/runners
Commit message (Collapse)AuthorAgeFilesLines
* Improve runner managementChocobozzz2023-07-271-0/+3
| | | | | | | * Add ability to remove runner jobs * Add runner job state quick filter * Merge registration tokens and runners tables in the same page * Add copy button to copy registration token
* Force stop remote live transcodingChocobozzz2023-05-221-0/+1
|
* Avoid aborting completing jobsChocobozzz2023-05-191-1/+2
|
* Prefer video studio instead of video editionChocobozzz2023-05-094-7/+7
| | | | Clearer and easier to find in the project
* Support studio transcoding in peertube runnerChocobozzz2023-05-094-4/+31
|
* Implement remote runner jobs in serverChocobozzz2023-05-0922-0/+337
Move ffmpeg functions to @shared