aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/types
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for plugins to register ws routesChocobozzz2022-10-111-0/+3
|
* Fix plugin settings manager definitionlutangar2022-01-201-2/+2
| | | | | | | | This mainly fix the `onSettingsChange` argument typing. I'm not 100% sure the setting `value` can be a boolean though. But this is how it was typed before so I just made it consistent. Feel free to change - or suggest change - to the type names / location.
* feat(types): create peertube-types packagelutangar2021-12-161-0/+6
| | | | | | | | | | | | 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 ability for plugins to register client routesChocobozzz2021-12-101-2/+7
|
* Migrate client to eslintChocobozzz2021-08-181-6/+6
|
* Add ability to search playlistsChocobozzz2021-06-251-0/+1
|
* Adding frontend peertubeHelpers.getBaseRouterRoute. (#4153)John Livingston2021-06-031-0/+2
| | | | | * Adding frontend peertubeHelpers.getBaseRouterRoute. * Fix doctoc.
* Add getAuthHeader client helperChocobozzz2021-04-221-0/+2
|
* Add ability to hide plugin settingsChocobozzz2021-04-091-3/+9
|
* Add auth user client hook actionsChocobozzz2021-03-241-0/+3
|
* Add ability to set a custom quotaChocobozzz2021-02-101-0/+13
|
* Add ability to set custom field to video formChocobozzz2020-08-211-0/+3
|
* Add markdown support to plugins (#2654)Kim2020-04-201-0/+5
| | | | | | | | | | | * 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/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2/+5
|
* Add notifier to plugin helpers (#2627)Kim2020-04-151-0/+3
| | | | | | | | | | | | | * 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>
* Enhance jobs list displaying on smaller screensJulien Maulny2020-01-061-0/+3
|
* Add ability to filter per job typeChocobozzz2019-12-041-0/+3
|
* (plugins) add helper to know if user is logged-inRigel Kent2019-12-021-0/+2
|
* Add plugin translation systemChocobozzz2019-07-261-4/+8
|
* Add setting helper to client pluginsChocobozzz2019-07-261-0/+2
|
* Upgrade server dependenciesChocobozzz2019-07-251-2/+0
|
* Add client hook/register typingsChocobozzz2019-07-242-0/+16