aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Update plugin guide tocChocobozzz2020-05-041-0/+1
|
* Add auth plugins guideChocobozzz2020-05-041-18/+113
|
* Add getSettings documentationChocobozzz2020-05-041-0/+3
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-201-1/+7
|
* Add markdown support to plugins (#2654)Kim2020-04-201-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)Kim2020-04-151-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)Kim2020-04-151-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 routesChocobozzz2020-04-101-1/+18
|
* fix a few typos (#2141)Lukas Winkler2019-09-231-1/+1
| | | | | | | | * fix a few typos * apply changes to original files instead * additional correction
* Improve translation plugin guideChocobozzz2019-07-261-0/+13
|
* Add translations and constants manager plugins docChocobozzz2019-07-261-12/+120
|
* Fix guide typoChocobozzz2019-07-251-1/+1
|
* Upgrade server dependenciesChocobozzz2019-07-251-1/+1
|
* Add client hook/register typingsChocobozzz2019-07-241-0/+5
|
* Add hooks documentationChocobozzz2019-07-241-2/+0
|
* Fix optimize old videos scriptChocobozzz2019-07-241-2/+2
|
* Update plugin guideChocobozzz2019-07-241-2/+66
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-10/+18
|
* Add plugin quickstart documentationChocobozzz2019-07-241-0/+229