Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Styling | Chocobozzz | 2020-12-30 | 1 | -6/+9 |
| | |||||
* | (#3520) [cli] Hardened `auth add`: No longer fails with extraneous characters. | Theodore R. Smith | 2020-12-27 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | **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. | ||||
* | Fix channels import with a channel with playlists | Chocobozzz | 2020-12-14 | 1 | -3/+8 |
| | |||||
* | More robust import script when using since/until | Chocobozzz | 2020-12-14 | 1 | -12/+11 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -2/+3 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Add inspect to test script | Chocobozzz | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 1 | -0/+105 |
| | |||||
* | remove outdated badges, add authorization to caption routes | Rigel Kent | 2020-11-20 | 1 | -3/+0 |
| | |||||
* | Fix CLI import script | Chocobozzz | 2020-11-17 | 1 | -29/+41 |
| | |||||
* | Fix auth add cli examples | Chocobozzz | 2020-08-24 | 1 | -4/+4 |
| | |||||
* | Split types and typings | Chocobozzz | 2020-06-18 | 1 | -0/+1 |
| | |||||
* | Update server dependencies | Chocobozzz | 2020-06-17 | 1 | -1/+1 |
| | |||||
* | Fix CLI build | Chocobozzz | 2020-05-07 | 1 | -1/+1 |
| | |||||
* | Fix import/upload CLI options | Chocobozzz | 2020-04-16 | 1 | -2/+3 |
| | |||||
* | Catch error in import script | Chocobozzz | 2020-04-14 | 1 | -6/+10 |
| | |||||
* | Add log in peertube watch script on error | Chocobozzz | 2020-04-14 | 1 | -1/+6 |
| | |||||
* | Fix repl script | Chocobozzz | 2020-04-09 | 1 | -3/+2 |
| | |||||
* | Update CLI dependencies | Chocobozzz | 2020-04-02 | 3 | -262/+359 |
| | |||||
* | Fix CLI tools typings | Chocobozzz | 2020-04-01 | 1 | -3/+3 |
| | |||||
* | Update dependencies | Chocobozzz | 2020-02-28 | 3 | -6/+3 |
| | |||||
* | peertube-import-videos passes remaining options down to youtube-dl | Raphaël Droz | 2020-02-12 | 1 | -3/+5 |
| | |||||
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 9 | -122/+138 |
| | |||||
* | Optimize peertube script | Chocobozzz | 2020-01-28 | 1 | -1/+2 |
| | |||||
* | Force node 10 usage | Chocobozzz | 2020-01-28 | 1 | -4/+0 |
| | |||||
* | Add redundancy CLI | Chocobozzz | 2020-01-28 | 7 | -38/+236 |
| | |||||
* | Fix URL normalization in import script | Chocobozzz | 2019-12-30 | 1 | -1/+1 |
| | |||||
* | Auto add https:// in import script URLs | Chocobozzz | 2019-12-30 | 1 | -17/+24 |
| | |||||
* | Fix hours in peertube-import-videos | Florent F | 2019-11-04 | 1 | -0/+1 |
| | | | | | Youtube doesn't store the hour of the publish date so set it to zero in order to compare it. | ||||
* | Fix remove end slash function | Chocobozzz | 2019-11-04 | 1 | -5/+3 |
| | |||||
* | Use typescript paths in cli scripts too | Chocobozzz | 2019-10-21 | 8 | -0/+24 |
| | |||||
* | Upgrade tools dep | Chocobozzz | 2019-10-21 | 2 | -342/+518 |
| | |||||
* | fix a few typos (#2141) | Lukas Winkler | 2019-09-23 | 1 | -1/+1 |
| | | | | | | | | * fix a few typos * apply changes to original files instead * additional correction | ||||
* | peertube-import-videos.ts: add --tmpdir, --first, --last and --verbose ↵ | Frank de Lange | 2019-08-26 | 2 | -37/+81 |
| | | | | | | | | | | | | | | | | | | | | [level] parameters (#2045) * peertube-import-videos.ts: add --tmpdir <tmpdir> parameter, used to designate working directory for downloading and converting imported videos * peertube-import-videos.ts: add --first and --last parameters to limit processing of the returned playlist to the first/last N elements * peertube-import-videos.ts: add --verbose [verbosity] parameter, set this from 0 (only errors are reported) to 4 (for trace debugging), default is 2 (info). When --verbose is used without the optional parameter the logging level is set to 3 (debug). At level 1 (warn) it will only report on successfully uploaded videos (and/or errors), use this when running peertube-import-videos in a cron job to mirror a channel. * package.json: remove dependency on loglevel cli.ts: add getLogger(loglevel), to be used in CLI tools, add --verbose to set log level peertube-import-videos: use getLogger (from cli) instead of loglevel, add error_exit (log error and exit), move --verbose to cli.ts, etc. * cli.ts: remove superfluous reference to default logging level * peertube-import-videos: exit_error -> exitError | ||||
* | Add since parameter to peertube-import-videos (#1991) | Florent F | 2019-08-01 | 1 | -1/+35 |
| | | | | | | * Add since parameter to peertube-import-videos * PR remarks + --until <date> | ||||
* | Correctly import tags in CLI | Chocobozzz | 2019-07-29 | 2 | -7/+5 |
| | |||||
* | Fix peertube auth help | Chocobozzz | 2019-07-25 | 1 | -3/+3 |
| | |||||
* | Upgrade tools dependencies | Chocobozzz | 2019-07-25 | 2 | -450/+214 |
| | |||||
* | Add plugin API tests | Chocobozzz | 2019-07-24 | 1 | -4/+4 |
| | |||||
* | Add CLI plugins tests | Chocobozzz | 2019-07-24 | 1 | -1/+1 |
| | |||||
* | WIP plugins: update plugin | Chocobozzz | 2019-07-24 | 1 | -1/+43 |
| | |||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 6 | -62/+224 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | peertube auth add wants a URL (and not a host) | Chocobozzz | 2019-07-04 | 1 | -1/+2 |
| | |||||
* | Fix CLI default boolean values | Chocobozzz | 2019-06-17 | 1 | -3/+10 |
| | |||||
* | Add ability to override CLI import attributes | Chocobozzz | 2019-06-13 | 3 | -59/+100 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 9 | -131/+283 |
| | |||||
* | Fix upload script | Chocobozzz | 2019-06-11 | 1 | -2/+1 |
| | |||||
* | Fix netrc tools | Chocobozzz | 2019-06-11 | 2 | -3/+6 |
| | |||||
* | Remove summon install | Chocobozzz | 2019-05-27 | 3 | -2139/+1185 |
| | |||||
* | Move CLI dependencies in their own package.json | Chocobozzz | 2019-05-27 | 4 | -0/+2929 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 4 | -141/+127 |
| |