aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins
Commit message (Expand)AuthorAgeFilesLines
* Correctly unload plugin pathsChocobozzz2023-06-061-1/+1
* Add Podcast RSS feeds (#5487)Alecks Gates2023-05-221-1/+1
* Prevent uninstall error on install errorChocobozzz2023-05-171-7/+9
* Implement remote runner jobs in serverChocobozzz2023-05-091-1/+1
* 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
* Implement getServerListeningConfig plugin helperChocobozzz2023-01-041-0/+4
* Add ability to get user from file tokenChocobozzz2022-12-201-1/+1
* Add ability to install alpha/beta/rc pluginChocobozzz2022-11-141-2/+2
* Add ability for plugins to register ws routesChocobozzz2022-10-113-7/+58
* Expose PeerTube socket to plugins (#5239)kontrollanten2022-10-101-1/+16
* 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