Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (#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 |