aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/plugins/plugin-helpers-builder.ts
Commit message (Collapse)AuthorAgeFilesLines
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* 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
* Cleanup models directory organizationChocobozzz2021-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-221-14/+30
|
* Add server plugin helpersChocobozzz2021-04-091-1/+16
|
* Allow plugins to load a video by idChocobozzz2021-02-111-0/+4
|
* Support transcoding options/encoders by pluginsChocobozzz2021-01-281-0/+133