aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins/client
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for plugins to add metadataChocobozzz2023-03-101-0/+2
|
* Add action:video-edit.form.updated hookChocobozzz2023-03-101-0/+4
|
* feat(plugins): add p2p-media-loader options filter (#5318)kontrollanten2022-10-111-1/+4
| | | | | | | * feat(plugins): add p2p-media-loader options filter closes #5317 * remove obsolete await
* Add plugin hooks/placeholder to share modalChocobozzz2022-08-112-1/+21
|
* Add channel hooksChocobozzz2022-08-032-1/+19
|
* hooks filter:api.my-lib.playlist-elems.get.* (#5098)kontrollanten2022-07-082-1/+6
| | | | | | | | | * hooks filter:api.my-lib.playlist-elems.get.* closes #4776 * Introduce my-library plugin scope Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fix various typosluz paz2022-06-071-5/+5
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Plugins can add custom instance infoboxChocobozzz2022-01-201-0/+3
|
* Handle async validatorsChocobozzz2022-01-031-1/+1
|
* Enhance plugin video fieldsChocobozzz2021-12-291-0/+7
| | | | | Add video form tab selection Add ability to display an error
* Add ability for plugins to register client routesChocobozzz2021-12-103-1/+9
|
* add plugin selector to about/menu elements (#4597)kontrollanten2021-12-031-1/+10
| | | | | | | | | * add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com>
* Introduce plugin id selectorsChocobozzz2021-11-262-0/+2
|
* add ...playlist.elements.loaded hook (#4387)kontrollanten2021-10-121-0/+4
| | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com>
* Update upload message filter hook nameChocobozzz2021-08-251-1/+1
|
* Alert user for low quota and video auto-block on upload page (#4336)Ms Kimsible2021-08-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com>
* Add ability to search playlistsChocobozzz2021-06-251-1/+4
|
* add client hook filter:videojs.optionskontrollanten2021-06-141-1/+4
| | | | closes #4086
* Add ability to filter menu linksChocobozzz2021-06-071-1/+4
|
* Reorganize plugin modelsChocobozzz2021-05-117-0/+179