aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/middlewares/validators/runners
Commit message (Collapse)AuthorAgeFilesLines
* Improve runner managementChocobozzz2023-07-271-9/+21
| | | | | | | * 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
* Avoid update remote runner errorChocobozzz2023-07-121-32/+34
|
* Avoid duplicate runner namesChocobozzz2023-07-121-0/+9
|
* Include err type in resChocobozzz2023-05-221-0/+1
|
* Force stop remote live transcodingChocobozzz2023-05-221-2/+25
|
* Prefer video studio instead of video editionChocobozzz2023-05-091-2/+2
| | | | Clearer and easier to find in the project
* Support studio transcoding in peertube runnerChocobozzz2023-05-092-1/+56
|
* Implement remote runner jobs in serverChocobozzz2023-05-095-0/+318
Move ffmpeg functions to @shared