Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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> | ||||
* | WIP plugins: move plugin CLI in peertube script | Chocobozzz | 2019-07-24 | 1 | -18/+16 |
| | | | | Install/uninstall/list plugins remotely | ||||
* | Add ability to override CLI import attributes | Chocobozzz | 2019-06-13 | 1 | -21/+17 |
| | |||||
* | Add more CLI tests | Chocobozzz | 2019-06-13 | 1 | -56/+89 |
| | |||||
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 1 | -51/+33 |
| | |||||
* | Fix video import CLI script | Chocobozzz | 2019-04-24 | 1 | -18/+8 |
| | | | | Password is an optional argument | ||||
* | Shared utils -> extra-utils | Chocobozzz | 2019-04-24 | 1 | -1/+1 |
| | | | | Because they need dev dependencies | ||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Refractor published date on video import | Chocobozzz | 2019-02-12 | 1 | -3/+3 |
| | |||||
* | Import original publication date (CLI) | Andrés Maldonado | 2019-02-12 | 1 | -1/+4 |
| | | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues | ||||
* | Merge branch 'develop' into pr/1217 | Chocobozzz | 2019-02-11 | 1 | -8/+26 |
|\ | |||||
| * | Fix peertube CLI documentation | Chocobozzz | 2019-01-14 | 1 | -3/+11 |
| | | |||||
| * | Remove the eventual trailing '/' at the end of urls (see #1453) (#1480) | HesioZ | 2018-12-15 | 1 | -0/+10 |
| | | | | | | remove eventual trailing '/' at the end of urls in import script (see #1453) | ||||
| * | Move utils to /shared | buoyantair | 2018-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
| * | allow peertube-import-videos.ts CLI script to run concurrently (#1334) | BRAINS YUM | 2018-10-24 | 1 | -4/+4 |
| | | | | | | allows running multiple imports at the same time, whereas previously a concurrent instance of the script deleted another processe's file. | ||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| | | |||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 1 | -0/+1 |
|/ | |||||
* | one cli to unite them all | Rigel Kent | 2018-09-14 | 1 | -0/+323 |
Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli |