aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Prevent uninstall error on install errorChocobozzz2023-05-171-7/+9
|
* Implement remote runner jobs in serverChocobozzz2023-05-091-1/+1
| | | | Move ffmpeg functions to @shared
* 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
| | | | | | | | | | | * server(pluginHelpers): add socket * test(plugins): add socket cases * fixes after review * Update plugin-helpers.ts * Update plugin-helpers.ts
* 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
| | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location.
* 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
| | | | Correctly decache all plugin paths
* esModuleInterop to trueChocobozzz2021-08-274-4/+4
|
* Introduce generic video constant manager for pluginslutangar2021-07-162-179/+182
| | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions.
* 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
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* 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
| | | | So we can load the full user
* 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
| | | | | Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow
* 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
| | | | + pluginInfo related changes
* 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
|