aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins/plugin-manager.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add plugins check params testsChocobozzz2019-07-241-2/+2
|
* Add server hooksChocobozzz2019-07-241-13/+9
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-5/+7
|
* Add ability to search available pluginsChocobozzz2019-07-241-0/+4
|
* WIP plugins: add storage managerChocobozzz2019-07-241-1/+13
|
* WIP plugins: update pluginChocobozzz2019-07-241-40/+62
|
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-13/+12
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-241-37/+74
|
* WIP plugins: add theme supportChocobozzz2019-07-241-4/+30
|
* WIP plugins: hook on client sideChocobozzz2019-07-241-0/+21
|
* WIP plugins: static filesChocobozzz2019-07-241-4/+59
|
* WIP plugins: install/uninstallChocobozzz2019-07-241-3/+73
|
* WIP plugins: add ability to register pluginsChocobozzz2019-07-241-0/+169