aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for plugins to alter video jsonldChocobozzz2023-03-141-9/+0
|
* Add ability for plugins to add metadataChocobozzz2023-03-141-0/+9
|
* Add ability for plugins to alter video jsonldChocobozzz2023-03-101-13/+4
|
* Add ability for plugins to add metadataChocobozzz2023-03-101-0/+9
|
* Fix HTML in account/channel descriptionChocobozzz2022-11-141-2/+2
|
* Add ability for plugins to register ws routesChocobozzz2022-10-111-0/+5
|
* Add channel hooksChocobozzz2022-08-031-1/+4
|
* Add ability for client to create server logsChocobozzz2022-07-181-1/+2
|
* Move uuid stuff in extra utilsChocobozzz2021-12-291-1/+2
| | | | Since it requires an external dependency
* Translate plugin settingsChocobozzz2021-12-291-19/+36
|
* Add ability for plugins to register client routesChocobozzz2021-12-101-4/+27
|
* Migrate client to eslintChocobozzz2021-08-182-11/+9
|
* Fix client lintChocobozzz2021-08-171-7/+10
|
* Fix plugin modal/notifierChocobozzz2021-06-141-4/+4
|
* add client hook filter:videojs.optionskontrollanten2021-06-141-139/+45
| | | | closes #4086
* Speed up plugins loadingChocobozzz2021-06-041-21/+5
|
* Add debug logs to plugin serviceChocobozzz2021-06-041-0/+12
|
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+5
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* Add getAuthHeader client helperChocobozzz2021-04-221-0/+7
|
* Add action:admin-plugin-settings.init client hookChocobozzz2021-04-221-0/+1
|
* Add ability to hide plugin settingsChocobozzz2021-04-091-0/+7
|
* Translate plugin optionsChocobozzz2021-04-091-1/+19
|
* Add auth user client hook actionsChocobozzz2021-03-242-1/+23
|
* Live streaming implementation first stepChocobozzz2020-11-091-1/+2
|
* Add ability to set custom field to video formChocobozzz2020-08-211-2/+15
|
* Support plugin hooks in embedChocobozzz2020-08-201-70/+9
|
* Reorganize shared modelsChocobozzz2020-08-071-3/+1
|
* Reorganize client shared modulesChocobozzz2020-06-233-22/+27
|
* Add ability to override login signup messageChocobozzz2020-05-062-8/+5
|
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+12
| | | | | | | | | | | * 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>
* Support rel="me" links in markdownChocobozzz2020-04-161-1/+2
|
* Add custom modal to plugin helpers (#2631)Kim2020-04-151-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Better plugin notifier typingsChocobozzz2020-04-151-1/+5
|
* Add notifier to plugin helpers (#2627)Kim2020-04-151-1/+4
| | | | | | | | | | | | | * 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>
* Lazy load static objectsChocobozzz2019-12-181-3/+3
|
* Fix buildChocobozzz2019-12-061-7/+11
|
* Add ability to update icons contentChocobozzz2019-12-051-8/+15
|
* Change the support iconChocobozzz2019-12-031-1/+1
|
* (plugins) add helper to know if user is logged-inRigel Kent2019-12-021-0/+6
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-1/+2
| | | | ensureUserRegistrationAllowed allowedParams
* Fix bad import on FF ESRChocobozzz2019-08-201-1/+2
|
* Add plugin translation systemChocobozzz2019-07-261-8/+34
|
* Run hooks and register plugins outside angularChocobozzz2019-07-261-16/+20
|
* Add public settings endpointChocobozzz2019-07-261-3/+4
|
* Add setting helper to client pluginsChocobozzz2019-07-262-3/+40
|
* Add client hook/register typingsChocobozzz2019-07-241-1/+2
|
* Change plugin models namesChocobozzz2019-07-241-3/+3
|
* Lazy load client script scopesChocobozzz2019-07-242-3/+14
|
* Log error on unknown hookChocobozzz2019-07-241-1/+6
|
* Use search client scopeChocobozzz2019-07-241-1/+6
|