Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix types dist paths | Chocobozzz | 2021-12-24 | 1 | -13/+11 |
| | |||||
* | Update plugin guide | Chocobozzz | 2021-12-24 | 1 | -0/+1 |
| | |||||
* | refactor(types): create dedicated folder for types package src | lutangar | 2021-12-16 | 1 | -7/+26 |
| | | | | | | fix guide examples and add types package readme refactor(tsconfig): move back base tsconfig to base directory | ||||
* | feat(types): create peertube-types package | lutangar | 2021-12-16 | 1 | -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 doc | Chocobozzz | 2021-12-10 | 1 | -0/+4 |
| | |||||
* | Introduce plugin id selectors | Chocobozzz | 2021-11-26 | 1 | -1/+8 |
| | |||||
* | Add `req` and `res` as controllers hooks parameters | lutangar | 2021-11-25 | 1 | -0/+14 |
| | | | | | Hooks prefixed by `action:api` now give access the original express req and res. Checkout guide.md for possible usage. | ||||
* | Update plugin doc | Chocobozzz | 2021-07-30 | 1 | -7/+16 |
| | |||||
* | Introduce generic video constant manager for plugins | lutangar | 2021-07-16 | 1 | -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 manually | lutangar | 2021-06-30 | 1 | -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 index | Chocobozzz | 2021-06-08 | 1 | -2/+1 |
| | |||||
* | Add ability to filter menu links | Chocobozzz | 2021-06-07 | 1 | -0/+6 |
| | |||||
* | Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153) | John Livingston | 2021-06-03 | 1 | -0/+22 |
| | | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc. | ||||
* | Add doc to unpublish a plugin | Chocobozzz | 2021-05-10 | 1 | -0/+9 |
| | |||||
* | Plugin user.getAuthUser is now async | Chocobozzz | 2021-05-05 | 1 | -2/+2 |
| | | | | So we can load the full user | ||||
* | Fix plugins doc | Chocobozzz | 2021-04-27 | 1 | -2/+11 |
| | |||||
* | Add ability to hide plugin form fields | Chocobozzz | 2021-04-22 | 1 | -1/+7 |
| | |||||
* | Add go-live example for plugin form fields | Chocobozzz | 2021-04-22 | 1 | -1/+1 |
| | |||||
* | Add auth header in plugins guide | Chocobozzz | 2021-04-22 | 1 | -1/+26 |
| | |||||
* | Add data directory for plugins and some helpers | Chocobozzz | 2021-04-22 | 1 | -2/+38 |
| | |||||
* | Allow plugins to set short translation locale | Chocobozzz | 2021-04-20 | 1 | -2/+1 |
| | |||||
* | Fix plugins example color | Chocobozzz | 2021-04-12 | 1 | -1/+1 |
| | |||||
* | Add plugin placeholder elements support | Chocobozzz | 2021-04-12 | 1 | -2/+18 |
| | |||||
* | Add scale filter to documentation | Chocobozzz | 2021-04-09 | 1 | -1/+8 |
| | |||||
* | Add ability for plugins to specify scale filter | Chocobozzz | 2021-04-09 | 1 | -7/+0 |
| | |||||
* | improve documentation plugin-transcode | Théo Le Calvar | 2021-04-09 | 1 | -0/+11 |
| | | | | | - add example of videoFilters - add warning about videoFilters and inputOptions in live profile | ||||
* | add support for inputOptions in trancode plugins | Théo Le Calvar | 2021-04-09 | 1 | -0/+2 |
| | |||||
* | Update plugins doc | Chocobozzz | 2021-04-09 | 1 | -119/+195 |
| | |||||
* | Add server config helper in plugin guide | Chocobozzz | 2021-03-24 | 1 | -0/+10 |
| | |||||
* | Fix plugin api guide transcoding section | Chocobozzz | 2021-03-03 | 1 | -91/+89 |
| | |||||
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+88 |
| | |||||
* | Use new doc links | Chocobozzz | 2021-01-05 | 1 | -1/+1 |
| | |||||
* | :sparkles: Add input-password #3375 | madmath03 | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | add github PR template and late crowdfunding link | Rigel Kent | 2020-11-07 | 1 | -1/+1 |
| | |||||
* | Update plugin guides toc | Chocobozzz | 2020-08-21 | 1 | -3/+5 |
| | |||||
* | Add doc for custom video fields | Chocobozzz | 2020-08-21 | 1 | -0/+62 |
| | |||||
* | Add client build instructions to plugins | Chocobozzz | 2020-08-21 | 1 | -0/+25 |
| | |||||
* | Update plugin guide toc | Chocobozzz | 2020-05-04 | 1 | -0/+1 |
| | |||||
* | Add auth plugins guide | Chocobozzz | 2020-05-04 | 1 | -18/+113 |
| | |||||
* | Add getSettings documentation | Chocobozzz | 2020-05-04 | 1 | -0/+3 |
| | |||||
* | Add ability to remove privacies using plugins | Chocobozzz | 2020-04-20 | 1 | -1/+7 |
| | |||||
* | Add markdown support to plugins (#2654) | Kim | 2020-04-20 | 1 | -0/+15 |
| | | | | | | | | | | | * Add markdown renderer to plugins * Chore: add doc for markdown plugins * Fix typing markdown plugin helpers * Add lines between components in template Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add custom modal to plugin helpers (#2631) | Kim | 2020-04-15 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add custom modal component * Add custom modal to app and plugins helpers * Fixes custom modal component * Add doc for custom modal * Fix newline end of file html and scss files * Move my-custom-modal component outside component for UserLoggedIn modals * Move initializeCustomModal to ngAfterViewInit() * Wrap events and conditionnals * Replace ng-show with ngIf* * Add modalRef to open only one modal + onCloseClick * Refacto + Fix access methods of custom modal * Fix methods names custom-modal.component * Fix implement AfterViewInit & no default boolean Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add notifier to plugin helpers (#2627) | Kim | 2020-04-15 | 1 | -1/+11 |
| | | | | | | | | | | | | | * Add notifier to client PeerTubeHelpers plugin * Add doc for notifier PeerTubeHelpers * Add getBaseClientScriptsRoute to client PeerTubeHelpers plugin * Add doc for getBaseClientScriptsRoute PeerTubeHelpers * Remove unused helper Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add ability for plugins to add custom routes | Chocobozzz | 2020-04-10 | 1 | -1/+18 |
| | |||||
* | fix a few typos (#2141) | Lukas Winkler | 2019-09-23 | 1 | -1/+1 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | Improve translation plugin guide | Chocobozzz | 2019-07-26 | 1 | -0/+13 |
| | |||||
* | Add translations and constants manager plugins doc | Chocobozzz | 2019-07-26 | 1 | -12/+120 |
| | |||||
* | Fix guide typo | Chocobozzz | 2019-07-25 | 1 | -1/+1 |
| |