aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize client shared modulesChocobozzz2020-06-234-54/+26
|
* Split types and typingsChocobozzz2020-06-181-1/+1
|
* Add server plugin filter hooks for import with torrent and url (#2621)Rigel Kent2020-05-141-1/+5
| | | | | | | | | | | * Add server plugin filter hooks for import with torrent and url * WIP: pre and post-import filter hooks * Rebased * Cleanup filters to accept imports Co-authored-by: Chocobozzz <me@florianbigard.com>
* Add ability to override login signup messageChocobozzz2020-05-062-1/+4
|
* Add plugin settings change watcherChocobozzz2020-05-042-1/+3
|
* Add external login testsChocobozzz2020-05-041-2/+2
|
* Begin support for external authsChocobozzz2020-05-042-16/+26
|
* Add plugin auth migrationsChocobozzz2020-05-041-1/+3
|
* Add ability for auth plugins to hook tokens validityChocobozzz2020-05-041-1/+7
|
* Support logout and add id and pass testsChocobozzz2020-05-041-2/+5
|
* Begin auth plugin supportChocobozzz2020-05-041-0/+33
|
* Add ability to remove privacies using pluginsChocobozzz2020-04-202-0/+17
|
* Add markdown support to plugins (#2654)Kim2020-04-201-1/+1
| | | | | | | | | | | * 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>
* Action hook: thread replies loaded (#2550)BitTube2020-03-111-0/+2
| | | | | | | | | | | | | * Add thread replies hook onLoaded * Cleaning spaces * Fixing travis CI lint errors (spaces) * Fixing travis 'irregular whitespace not allowed' * Changing action name for consistency Co-authored-by: ICabaleiro <i.cabaleiro@devcups.com>
* Add action hook, comments loaded (#2539)Chocobozzz2020-03-051-0/+2
| | | | | | * Adding action hook for video watch comments loaded * Adding requested changes for PR #2539
* Strict templates enabledChocobozzz2020-02-101-1/+1
|
* Move to eslintcontainChocobozzz2020-02-033-8/+8
|
* Add action hooks to user routesChocobozzz2019-12-061-1/+17
|
* Add ability to update icons contentChocobozzz2019-12-051-1/+6
|
* Add hook to alter player build optionsChocobozzz2019-12-051-1/+5
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-253-4/+11
| | | | ensureUserRegistrationAllowed allowedParams
* Video-watch hooks modifications for videojsRigel Kent2019-11-181-0/+2
|
* Add plugin hook on registrationChocobozzz2019-10-251-1/+4
|
* Add 'Most liked videos' pageJulien Maulny2019-10-181-0/+4
|
* Add plugin translation systemChocobozzz2019-07-262-0/+11
|
* Plugins can update video constantsChocobozzz2019-07-263-0/+15
| | | | Categories, licences and languages
* Add public settings endpointChocobozzz2019-07-262-1/+10
|
* Add setting helper to client pluginsChocobozzz2019-07-261-1/+4
|
* Change plugin models namesChocobozzz2019-07-245-15/+24
|
* Add hooks documentationChocobozzz2019-07-242-0/+35
|
* Add plugin static files cacheChocobozzz2019-07-241-0/+2
|
* Log error on unknown hookChocobozzz2019-07-242-46/+63
|
* Use search client scopeChocobozzz2019-07-242-2/+4
|
* Add client hooksChocobozzz2019-07-244-2/+41
|
* Add filter hooks testsChocobozzz2019-07-241-3/+3
|
* Add plugin API testsChocobozzz2019-07-241-0/+4
|
* Provide logger to pluginsChocobozzz2019-07-242-21/+0
|
* Add server hooksChocobozzz2019-07-242-0/+39
|
* Some plugins fixes and doc enhancementsChocobozzz2019-07-241-1/+1
|
* Add ability to search available pluginsChocobozzz2019-07-243-2/+10
|
* Add peertube plugin index website modelsChocobozzz2019-07-243-0/+26
|
* Move createTorrent in webtorrent utilsChocobozzz2019-07-241-1/+3
|
* WIP plugins: add storage managerChocobozzz2019-07-242-0/+10
|
* WIP plugins: update pluginChocobozzz2019-07-242-1/+2
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-1/+2
| | | | Install/uninstall/list plugins remotely
* WIP plugins: add plugin settings/uninstall in clientChocobozzz2019-07-241-1/+2
|
* WIP plugins: plugin settings on server sideChocobozzz2019-07-249-6/+44
|
* WIP plugins: hook on client sideChocobozzz2019-07-242-1/+2
|
* WIP plugins: static filesChocobozzz2019-07-241-1/+6
|
* WIP plugins: install/uninstallChocobozzz2019-07-241-0/+1
|