aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Allow plugins to load a video by idChocobozzz2021-02-111-0/+4
* Add plugin transcoding profile guideChocobozzz2021-01-291-0/+4
* Support transcoding options/encoders by pluginsChocobozzz2021-01-283-19/+107
* Provide express request to onLogout callChocobozzz2020-11-201-2/+10
* Reorganize client shared modulesChocobozzz2020-06-233-28/+28
* Split types and typingsChocobozzz2020-06-181-1/+1
* First implem global searchChocobozzz2020-06-101-1/+2
* Add moderation helpers to pluginsChocobozzz2020-05-071-1/+77
* Handle external login errorsChocobozzz2020-05-041-2/+2
* Add ability to unregister plugin authsChocobozzz2020-05-041-4/+20
* Add plugin settings change watcherChocobozzz2020-05-042-16/+41
* Add config helper for pluginsChocobozzz2020-05-041-1/+13
* Add external login buttonsChocobozzz2020-05-041-3/+13
* Add external login testsChocobozzz2020-05-042-8/+27
* Begin support for external authsChocobozzz2020-05-041-23/+19
* Add plugin auth migrationsChocobozzz2020-05-041-0/+2
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-5/+34
* Support logout and add id and pass testsChocobozzz2020-05-042-2/+23
* Begin auth plugin supportChocobozzz2020-05-042-18/+80
* Add ability to remove privacies using pluginsChocobozzz2020-04-201-4/+38
* Add ability for plugins to add custom routesChocobozzz2020-04-103-206/+260
* Add ability to remove a video from a pluginChocobozzz2020-04-092-2/+17
* Add SQL query support in pluginsChocobozzz2020-04-092-6/+16
* Refactor plugin helpers factoryChocobozzz2020-04-093-143/+207
* Fix build with typescript 3.8Chocobozzz2020-02-281-2/+2
* Move to eslintcontainChocobozzz2020-02-032-24/+24
* 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
* 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-242-1/+8
* Add hook filters testsChocobozzz2019-07-242-10/+19
* Add plugin API testsChocobozzz2019-07-243-8/+13
* Add CLI plugins testsChocobozzz2019-07-241-3/+3
* Provide logger to pluginsChocobozzz2019-07-241-39/+51
* Add plugins check params testsChocobozzz2019-07-241-2/+2
* Add server hooksChocobozzz2019-07-242-13/+35
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-5/+7
* Use process.env.npm_package_versionChocobozzz2019-07-241-4/+3
* Check latest plugins versionChocobozzz2019-07-241-5/+10
* Add ability to search available pluginsChocobozzz2019-07-242-0/+68
* 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