aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins/plugin-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* Correctly unload plugin pathsChocobozzz2023-06-061-1/+1
|
* Prevent uninstall error on install errorChocobozzz2023-05-171-7/+9
|
* Fix unregister default valueChocobozzz2023-05-051-1/+1
|
* Don't call plugin register/unregister methodsChocobozzz2023-05-051-9/+25
|
* Prevent crash on plugin ws errorChocobozzz2023-04-171-1/+9
|
* Add ability for plugins to register ws routesChocobozzz2022-10-111-1/+30
|
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-031-1/+8
|
* Add job queue hooksChocobozzz2022-08-021-2/+6
|
* Fix lintChocobozzz2022-07-131-1/+1
|
* Fix client html cache on theme updateChocobozzz2022-03-171-4/+4
|
* Upgrade redis depChocobozzz2021-12-241-1/+7
|
* Fix type conflictChocobozzz2021-12-241-7/+7
|
* Fix commentChocobozzz2021-12-031-2/+2
|
* Fix plugin upgradeChocobozzz2021-12-031-4/+4
| | | | Correctly decache all plugin paths
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Handle broken plugin installChocobozzz2021-06-301-11/+16
|
* Reorganize plugin modelsChocobozzz2021-05-111-10/+4
|
* Add data directory for plugins and some helpersChocobozzz2021-04-221-1/+4
|
* Allow plugins to set short translation localeChocobozzz2021-04-201-3/+6
|
* Support async onSettingsChangeChocobozzz2021-04-201-2/+2
|
* Ensure to install supported pluginsChocobozzz2021-04-121-1/+8
|
* Also decache configChocobozzz2021-04-091-2/+1
|
* Fix #3940: unload all children from the plugin module on updates.John Livingston2021-04-091-1/+3
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-17/+18
|
* Provide express request to onLogout callChocobozzz2020-11-201-2/+10
| | | | + pluginInfo related changes
* Reorganize client shared modulesChocobozzz2020-06-231-15/+13
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add plugin settings change watcherChocobozzz2020-05-041-14/+31
|
* Add external login buttonsChocobozzz2020-05-041-3/+13
|
* Add external login testsChocobozzz2020-05-041-5/+8
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-5/+34
|
* Support logout and add id and pass testsChocobozzz2020-05-041-2/+18
|
* Begin auth plugin supportChocobozzz2020-05-041-18/+37
|
* Add ability for plugins to add custom routesChocobozzz2020-04-101-26/+25
|
* Refactor plugin helpers factoryChocobozzz2020-04-091-143/+7
|
* Move to eslintcontainChocobozzz2020-02-031-22/+22
|
* Fix: unregistring a plugin did not remove properly his hooks.John Livingston2020-01-201-1/+1
|
* Improve plugin package.json error messageChocobozzz2019-09-111-6/+18
|
* Fix user notifications on new followChocobozzz2019-08-021-3/+1
|
* Add plugin translation systemChocobozzz2019-07-261-2/+42
|
* Plugins can update video constantsChocobozzz2019-07-261-1/+121
| | | | Categories, licences and languages
* Add setting helper to client pluginsChocobozzz2019-07-261-0/+1
|
* Change plugin models namesChocobozzz2019-07-241-7/+7
|
* Refactor middleware helpersChocobozzz2019-07-241-0/+2
|
* Add plugin static files cacheChocobozzz2019-07-241-0/+3
|
* Log error on unknown hookChocobozzz2019-07-241-1/+6
|
* Add plugin table migration tableChocobozzz2019-07-241-0/+7
|
* Add hook filters testsChocobozzz2019-07-241-5/+5
|
* Add plugin API testsChocobozzz2019-07-241-5/+8
|
* Provide logger to pluginsChocobozzz2019-07-241-39/+51
|