Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to filter my imports by target URL | Chocobozzz | 2022-01-19 | 1 | -1/+18 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -5/+3 |
| | |||||
* | shared/ typescript types dir server-commands | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | CLI: plugins install command accept a --plugin-version parameter. (#4599) | John Livingston | 2021-12-03 | 1 | -0/+19 |
| | | | | | | | | | | | * 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> | ||||
* | Centralize test URLs | Chocobozzz | 2021-07-20 | 1 | -4/+4 |
| | |||||
* | Use an object to represent a server | Chocobozzz | 2021-07-20 | 1 | -7/+7 |
| | |||||
* | Shorter server command names | Chocobozzz | 2021-07-20 | 1 | -14/+14 |
| | |||||
* | Introduce videos command | Chocobozzz | 2021-07-20 | 1 | -27/+14 |
| | |||||
* | Introduce user command | Chocobozzz | 2021-07-20 | 1 | -5/+3 |
| | |||||
* | Introduce login command | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Fix CLI tools | Chocobozzz | 2021-07-20 | 1 | -0/+9 |
| | |||||
* | Introduce channels command | Chocobozzz | 2021-07-20 | 1 | -3/+2 |
| | |||||
* | Introduce import command | Chocobozzz | 2021-07-20 | 1 | -3/+4 |
| | |||||
* | Introduce CLI command | Chocobozzz | 2021-07-20 | 1 | -56/+26 |
| | |||||
* | (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters. | Theodore R. Smith | 2020-12-27 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | **The Solution:** I have hardened `auth add` by stripping out everything from the third '/' to the end of the instance URL. **The Problem:** When adding an authorization for the peertube-cli, before this commit you could not have anything after the domain_name:port. For instance, if there was a trailing / in your instance URL, before this commit it will always fail with expected 200 "OK", got 404 "Not Found". It took me over 20 minutes to figure out that this was the problem. See Issue #3091. | ||||
* | Add registered setting CLI plugin install test | Chocobozzz | 2020-11-27 | 1 | -0/+5 |
| | |||||
* | Disable HTTP import in push actions | Chocobozzz | 2020-11-17 | 1 | -1/+8 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -8/+11 |
| | |||||
* | Add redundancy CLI doc | Chocobozzz | 2020-01-28 | 1 | -0/+6 |
| | |||||
* | Add redundancy CLI | Chocobozzz | 2020-01-28 | 1 | -3/+72 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -82/+120 |
| | |||||
* | Fix CLI default boolean values | Chocobozzz | 2019-06-17 | 1 | -0/+1 |
| | |||||
* | Add ability to override CLI import attributes | Chocobozzz | 2019-06-13 | 1 | -13/+51 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -13/+103 |
| | |||||
* | Use test wrapper exit function | Chocobozzz | 2019-04-24 | 1 | -2/+2 |
| | |||||
* | Cleanup tests | Chocobozzz | 2019-04-24 | 1 | -4/+2 |
| | |||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | | | | Because they need dev dependencies | ||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -1/+1 |
| | |||||
* | Merge from upstream | buoyantair | 2018-11-16 | 1 | -0/+2 |
|\ | |||||
| * | Clean up peertube auth | Chocobozzz | 2018-11-14 | 1 | -0/+2 |
| | | |||||
* | | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -1/+1 |
|/ | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
* | Fix peertube script | Chocobozzz | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | one cli to unite them all | Rigel Kent | 2018-09-14 | 1 | -0/+51 |
Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli |