aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Remove $ for bash commandsChocobozzz2023-04-041-15/+15
| | | | It prevents easy copy
* Add video AP hooksChocobozzz2023-03-161-0/+44
|
* Fix plugin guideChocobozzz2023-03-101-1/+1
|
* Move to new documentation linksChocobozzz2023-02-221-4/+4
|
* Prefer absolute links in docChocobozzz2023-02-221-1/+1
|
* External auth can update user on loginChocobozzz2023-01-041-1/+21
|
* Fix: missing peertube version in documentationJohn Livingston2022-11-021-0/+2
|
* Add ability for plugins to register ws routesChocobozzz2022-10-111-0/+36
|
* Adding peertube-plugin-quickstart-typescript in the documentation.John Livingston2022-09-161-1/+4
|
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-1/+1
| | | | | It means you have to replace NODE_ENV=test to NODE_ENV=dev if you use it npm run dev:* commands are already updated
* Add note about dev mode when testing a pluginChocobozzz2022-05-231-2/+5
|
* Add "Create client page" plugin docChocobozzz2022-01-101-24/+36
|
* Enhance plugin video fieldsChocobozzz2021-12-291-1/+16
| | | | | Add video form tab selection Add ability to display an error
* Fix types dist pathsChocobozzz2021-12-241-13/+11
|
* Update plugin guideChocobozzz2021-12-241-0/+1
|
* refactor(types): create dedicated folder for types package srclutangar2021-12-161-7/+26
| | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory
* feat(types): create peertube-types packagelutangar2021-12-161-0/+33
| | | | | | | | | | | | Create dedicated Typescript "types" configuration file for each "projects". Create a types folder which includes every useful ts definition: - client - server - shared Add tooling to create a proper package, extract dependencies, etc... Add CI Github task. refactor(types): publish types package in release script
* Add 'input-checkbox' value warning in docChocobozzz2021-12-101-0/+4
|
* Introduce plugin id selectorsChocobozzz2021-11-261-1/+8
|
* Add `req` and `res` as controllers hooks parameterslutangar2021-11-251-0/+14
| | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage.
* Update plugin docChocobozzz2021-07-301-7/+16
|
* Introduce generic video constant manager for pluginslutangar2021-07-161-10/+18
| | | | | Allow a plugin developer to get back constants values, and reset constants deletions or additions.
* Document a way to update the last available version of a plugin manuallylutangar2021-06-301-0/+8
| | | | | | May comes in very handy to quickly test a plugin in a production like environment before it reaches a greater world. > This magic trick comes from @Chocobozzz himself, who passed it on to @JohnXLivingston, who then passed it down to me.
* Improve plugin guide doc for plugin indexChocobozzz2021-06-081-2/+1
|
* Add ability to filter menu linksChocobozzz2021-06-071-0/+6
|
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+22
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* Add doc to unpublish a pluginChocobozzz2021-05-101-0/+9
|
* Plugin user.getAuthUser is now asyncChocobozzz2021-05-051-2/+2
| | | | So we can load the full user
* Fix plugins docChocobozzz2021-04-271-2/+11
|
* Add ability to hide plugin form fieldsChocobozzz2021-04-221-1/+7
|
* Add go-live example for plugin form fieldsChocobozzz2021-04-221-1/+1
|
* Add auth header in plugins guideChocobozzz2021-04-221-1/+26
|
* Add data directory for plugins and some helpersChocobozzz2021-04-221-2/+38
|
* Allow plugins to set short translation localeChocobozzz2021-04-201-2/+1
|
* Fix plugins example colorChocobozzz2021-04-121-1/+1
|
* Add plugin placeholder elements supportChocobozzz2021-04-121-2/+18
|
* Add scale filter to documentationChocobozzz2021-04-091-1/+8
|
* Add ability for plugins to specify scale filterChocobozzz2021-04-091-7/+0
|
* improve documentation plugin-transcodeThéo Le Calvar2021-04-091-0/+11
| | | | | - add example of videoFilters - add warning about videoFilters and inputOptions in live profile
* add support for inputOptions in trancode pluginsThéo Le Calvar2021-04-091-0/+2
|
* Update plugins docChocobozzz2021-04-091-119/+195
|
* Add server config helper in plugin guideChocobozzz2021-03-241-0/+10
|
* Fix plugin api guide transcoding sectionChocobozzz2021-03-031-91/+89
|
* Try to support other codecsChocobozzz2021-01-291-1/+1
|
* Add plugin transcoding profile guideChocobozzz2021-01-291-0/+88
|
* Use new doc linksChocobozzz2021-01-051-1/+1
|
* :sparkles: Add input-password #3375madmath032020-11-301-1/+1
|
* add github PR template and late crowdfunding linkRigel Kent2020-11-071-1/+1
|
* Update plugin guides tocChocobozzz2020-08-211-3/+5
|
* Add doc for custom video fieldsChocobozzz2020-08-211-0/+62
|