aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/cli/peertube.ts
Commit message (Collapse)AuthorAgeFilesLines
* (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters.Theodore R. Smith2020-12-271-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 testChocobozzz2020-11-271-0/+5
|
* Disable HTTP import in push actionsChocobozzz2020-11-171-1/+8
|
* Move to eslintcontainChocobozzz2020-02-031-8/+11
|
* Add redundancy CLI docChocobozzz2020-01-281-0/+6
|
* Add redundancy CLIChocobozzz2020-01-281-3/+72
|
* Add CLI plugins testsChocobozzz2019-07-241-82/+120
|
* Fix CLI default boolean valuesChocobozzz2019-06-171-0/+1
|
* Add ability to override CLI import attributesChocobozzz2019-06-131-13/+51
|
* Add more CLI testsChocobozzz2019-06-131-13/+103
|
* Use test wrapper exit functionChocobozzz2019-04-241-2/+2
|
* Cleanup testsChocobozzz2019-04-241-4/+2
|
* Shared utils -> extra-utilsChocobozzz2019-04-241-1/+1
| | | | Because they need dev dependencies
* Add user adminFlagsChocobozzz2019-04-151-1/+1
|
* Merge from upstreambuoyantair2018-11-161-0/+2
|\
| * Clean up peertube authChocobozzz2018-11-141-0/+2
| |
* | Move utils to /sharedbuoyantair2018-10-291-1/+1
|/ | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
* Fix peertube scriptChocobozzz2018-09-201-1/+1
|
* one cli to unite them allRigel Kent2018-09-141-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