aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/server/managers
Commit message (Collapse)AuthorAgeFilesLines
* Fix plugin settings manager definitionlutangar2022-01-201-4/+12
| | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location.
* Add ability to run transcoding jobsChocobozzz2021-11-181-1/+1
|
* Fix some documentation mistakesfrankstrater2021-09-021-2/+2
|
* Cleanup shared models importsChocobozzz2021-07-285-5/+5
|
* Introduce generic video constant manager for pluginslutangar2021-07-165-12/+44
| | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions.
* Reorganize plugin modelsChocobozzz2021-05-119-0/+68