aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools/peertube-plugins.ts
Commit message (Collapse)AuthorAgeFilesLines
* CLI: plugins install command accept a --plugin-version parameter. (#4599)John Livingston2021-12-031-1/+2
| | | | | | | | | | | * CLI: plugins install command accept a --plugin-version parameter. * Unit tests for plugins install --plugin-version. * Fix linting. * Styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* esModuleInterop to trueChocobozzz2021-08-271-1/+1
|
* Shorter server command namesChocobozzz2021-07-201-4/+4
|
* Adapt CLI to new commandsChocobozzz2021-07-201-9/+9
|
* Fix CLI toolsChocobozzz2021-07-201-34/+15
|
* Update tools dependenciesChocobozzz2021-06-251-6/+5
|
* Reorganize plugin modelsChocobozzz2021-05-111-2/+1
|
* Fix CLI plugins list command: use command parameters.John Livingston2021-05-101-5/+3
|
* Update server dependenciesChocobozzz2021-02-031-21/+24
|
* Move to eslintcontainChocobozzz2020-02-031-6/+5
|
* Add redundancy CLIChocobozzz2020-01-281-21/+4
|
* Use typescript paths in cli scripts tooChocobozzz2019-10-211-0/+3
|
* Add plugin API testsChocobozzz2019-07-241-4/+4
|
* WIP plugins: update pluginChocobozzz2019-07-241-1/+43
|
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-241-0/+162
Install/uninstall/list plugins remotely