Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability for plugins to register ws routes | Chocobozzz | 2022-10-11 | 1 | -2/+19 |
| | |||||
* | Add basic video editor support | Chocobozzz | 2022-02-28 | 1 | -1/+1 |
| | |||||
* | Fix plugin settings manager definition | lutangar | 2022-01-20 | 1 | -2/+3 |
| | | | | | | | | 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. | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 1 | -1/+1 |
| | |||||
* | Introduce generic video constant manager for plugins | lutangar | 2021-07-16 | 1 | -179/+43 |
| | | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions. | ||||
* | Add ability to delete previously added constants | Chocobozzz | 2021-06-15 | 1 | -9/+19 |
| | |||||
* | Reorganize plugin models | Chocobozzz | 2021-05-11 | 1 | -2/+2 |
| | |||||
* | Move transcoding files in their own directory | Chocobozzz | 2021-05-11 | 1 | -1/+1 |
| | |||||
* | Support async onSettingsChange | Chocobozzz | 2021-04-20 | 1 | -2/+2 |
| | |||||
* | Add server plugin helpers | Chocobozzz | 2021-04-09 | 1 | -1/+1 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow | ||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+4 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 1 | -0/+444 |
| | |||||
* | Add ability for plugins to add custom routes | Chocobozzz | 2020-04-10 | 1 | -180/+0 |
| | |||||
* | Add SQL query support in plugins | Chocobozzz | 2020-04-09 | 1 | -1/+1 |
| | |||||
* | Refactor plugin helpers factory | Chocobozzz | 2020-04-09 | 1 | -0/+180 |