aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Automatically rebuild native modules on ABI changeChocobozzz2022-08-032-1/+13
* Add job queue hooksChocobozzz2022-08-023-4/+12
* Fix lintChocobozzz2022-07-132-2/+2
* Rename video full loadingChocobozzz2022-06-281-4/+4
* Fix client html cache on theme updateChocobozzz2022-03-171-4/+4
* Add basic video editor supportChocobozzz2022-02-282-2/+2
* Fix plugin settings manager definitionlutangar2022-01-201-2/+3
* Upgrade redis depChocobozzz2021-12-241-1/+7
* Fix type conflictChocobozzz2021-12-241-7/+7
* Add ffprobe helperChocobozzz2021-12-161-0/+5
* Add videos.getFiles plugin helperChocobozzz2021-12-161-2/+53
* Fix commentChocobozzz2021-12-031-2/+2
* Fix plugin upgradeChocobozzz2021-12-031-4/+4
* 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