aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins
Commit message (Expand)AuthorAgeFilesLines
* esModuleInterop to trueChocobozzz2021-08-274-4/+4
* Introduce generic video constant manager for pluginslutangar2021-07-162-179/+182
* Handle broken plugin installChocobozzz2021-06-301-11/+16
* Add ability to delete previously added constantsChocobozzz2021-06-151-9/+19
* Instance homepage support (#4007)Chocobozzz2021-05-271-2/+2
* Reorganize plugin modelsChocobozzz2021-05-114-25/+19
* Cleanup models directory organizationChocobozzz2021-05-111-1/+1
* Move transcoding files in their own directoryChocobozzz2021-05-111-1/+1
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-1/+7
* Add data directory for plugins and some helpersChocobozzz2021-04-222-15/+34
* Allow plugins to set short translation localeChocobozzz2021-04-201-3/+6
* Support async onSettingsChangeChocobozzz2021-04-202-4/+4
* Ensure to install supported pluginsChocobozzz2021-04-123-6/+28
* Add server plugin helpersChocobozzz2021-04-092-2/+17
* Also decache configChocobozzz2021-04-091-2/+1
* Fix #3940: unload all children from the plugin module on updates.John Livingston2021-04-091-1/+3
* Refactor auth flowChocobozzz2021-03-241-1/+1
* Use got instead of requestChocobozzz2021-03-241-11/+15
* 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