aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* fix #456 catching errors in import-videos (#457)memorybox2018-04-021-9/+14
|
* Add privacy setting to upload.js cli (#422)Olivier Jolly2018-03-271-0/+2
|
* Fix videos import scriptChocobozzz2018-03-261-1/+4
|
* truncating long video names in import-videos.js (fixes #392) (#415)Rigel Kent2018-03-261-1/+6
|
* per missing field error in upload.js (fixes #414) (#416)Rigel Kent2018-03-261-1/+5
|
* Removing unnecessary semicolonsOkhin2018-03-241-4/+4
|
* Replacing the err being thrown by a gracefull exit.process(1)Okhin2018-03-241-2/+6
|
* Add documentation for upload scriptChocobozzz2018-03-051-1/+2
|
* Fix import videos toolChocobozzz2018-03-011-0/+1
|
* Add nsfw support in import-videosChocobozzz2018-02-201-3/+12
|
* Fix 401 detection on import videosChocobozzz2018-02-201-1/+1
|
* Add ability to import videos from all supported youtube-dl sitesChocobozzz2018-02-201-39/+73
|
* import-youtube: add try/catch to manage token expiration when importing lot ↵LecygneNoir2018-02-201-14/+18
| | | | of youtube videos (#306)
* Add ability to import just one video from youtubeChocobozzz2018-02-191-2/+8
|
* Fix duplicates detectionChocobozzz2018-02-161-1/+1
|
* Import videos in the correct orderChocobozzz2018-02-161-1/+1
|
* Fix remote image fetchingChocobozzz2018-02-152-3/+8
|
* Implement support field in video and video channelChocobozzz2018-02-151-1/+3
|
* Fix max buffer reached in youtube importChocobozzz2018-02-151-9/+20
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-1/+2
|
* Support thumbnails in youtube importChocobozzz2018-02-141-1/+18
|
* Add ability to set video thumbnail/previewChocobozzz2018-02-141-2/+0
|
* Fix upload from CLI scriptChocobozzz2018-02-123-132/+54
|
* Improve youtube import scriptChocobozzz2018-02-121-34/+39
|
* Begin import script with youtube-dlChocobozzz2018-02-094-0/+370