aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 o...LecygneNoir2018-02-201-14/+18
* 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