aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools
Commit message (Collapse)AuthorAgeFilesLines
* WIP plugins: move plugin CLI in peertube scriptChocobozzz2019-07-246-62/+224
| | | | Install/uninstall/list plugins remotely
* peertube auth add wants a URL (and not a host)Chocobozzz2019-07-041-1/+2
|
* Fix CLI default boolean valuesChocobozzz2019-06-171-3/+10
|
* Add ability to override CLI import attributesChocobozzz2019-06-133-59/+100
|
* Add more CLI testsChocobozzz2019-06-139-131/+283
|
* Fix upload scriptChocobozzz2019-06-111-2/+1
|
* Fix netrc toolsChocobozzz2019-06-112-3/+6
|
* Remove summon installChocobozzz2019-05-273-2139/+1185
|
* Move CLI dependencies in their own package.jsonChocobozzz2019-05-274-0/+2929
|
* Fix optional privacy in upload endpointChocobozzz2019-04-254-141/+127
|
* Fix video import CLI scriptChocobozzz2019-04-241-18/+8
| | | | Password is an optional argument
* Shared utils -> extra-utilsChocobozzz2019-04-243-4/+4
| | | | Because they need dev dependencies
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Refractor published date on video importChocobozzz2019-02-121-3/+3
|
* Import original publication date (CLI)Andrés Maldonado2019-02-121-1/+4
| | | | | * Import original publication date when importing a video from YouTube using the CLI * Fix lint issues
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-118-72/+244
|\
| * Fix peertube CLI documentationChocobozzz2019-01-141-3/+11
| |
| * Remove the eventual trailing '/' at the end of urls (see #1453) (#1480)HesioZ2018-12-151-0/+10
| | | | | | remove eventual trailing '/' at the end of urls in import script (see #1453)
| * Merge branch 'move-utils-to-shared' of ↵Chocobozzz2018-12-073-4/+4
| |\ | | | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared
| | * Merge from upstreambuoyantair2018-11-162-60/+55
| | |\
| | * | Move utils to /sharedbuoyantair2018-10-293-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336
| * | | Optimize config endpointChocobozzz2018-11-231-5/+2
| | |/ | |/|
| * | Clean up peertube authChocobozzz2018-11-142-60/+55
| |/
| * allow peertube-import-videos.ts CLI script to run concurrently (#1334)BRAINS YUM2018-10-241-4/+4
| | | | | | allows running multiple imports at the same time, whereas previously a concurrent instance of the script deleted another processe's file.
| * Fix #1328 - application-config initialisation in CLI tools (#1343)Frank de Lange2018-10-241-1/+1
| | | | | | Test for an empty object in `cli.ts` when no config data is present (i.e. when run on a new install).
| * (doc) add manpage to peertube cliRigel Kent2018-10-201-0/+82
| |
| * add repl to the cli wrapper, remove extraneous TOC in tools.mdRigel Kent2018-10-192-0/+1
| |
| * add REPL in server/tools/repl.ts (#1248)BRAINS YUM2018-10-141-0/+79
| |
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-082-3/+3
| |
* | Fix some defaults values + indentationLucas Declercq2018-10-081-1/+1
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-062-0/+3
|/
* Fix config endpointChocobozzz2018-10-032-3/+2
|
* show last commit hash alongside server version in footerRigel Kent2018-10-011-11/+2
|
* Define channelId property beforehandAndrew Morgan2018-10-011-5/+2
|
* Allow specification of Channel ID in peertube-upload.jsAndrew Morgan2018-10-011-1/+6
|
* Improve upliad script error handling for tokenChocobozzz2018-09-261-4/+12
|
* Fix peertube scriptChocobozzz2018-09-201-1/+1
|
* one cli to unite them allRigel Kent2018-09-147-60/+473
| | | | | | | Ash nazg thrakatulûk agh burzum-ishi krimpatul - refactor import-videos to use the youtubeDL helper - add very basic tests for the cli
* Fix import videos duplicate detectionChocobozzz2018-09-041-2/+2
|
* Fix thumbnail/preview in upload scriptChocobozzz2018-09-031-2/+2
|
* Correctly migrate to fs-extraChocobozzz2018-08-272-9/+4
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-15/+15
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-122-0/+2
| | | | publishing a video
* lintingJohn Livingston2018-05-111-18/+18
|
* fix rejectJohn Livingston2018-05-111-3/+2
|
* Standard codeJohn Livingston2018-05-111-9/+8
|
* import-videos: prompt for passwordJohn Livingston2018-05-111-6/+32
|
* Use ISO 639 for languagesChocobozzz2018-04-232-4/+4
|
* Fix privacy argument in upload scriptChocobozzz2018-04-042-0/+3
|