Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix optional privacy in upload endpoint | Chocobozzz | 2019-04-25 | 4 | -141/+127 |
| | |||||
* | 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 | 3 | -4/+4 |
| | | | | 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 | 8 | -72/+244 |
|\ | |||||
| * | 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) | ||||
| * | Merge branch 'move-utils-to-shared' of ↵ | Chocobozzz | 2018-12-07 | 3 | -4/+4 |
| |\ | | | | | | | | | | https://github.com/buoyantair/PeerTube into buoyantair-move-utils-to-shared | ||||
| | * | Merge from upstream | buoyantair | 2018-11-16 | 2 | -60/+55 |
| | |\ | |||||
| | * | | Move utils to /shared | buoyantair | 2018-10-29 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move utils used by /server/tools/* & /server/tests/**/* into /shared folder. Issue: #1336 | ||||
| * | | | Optimize config endpoint | Chocobozzz | 2018-11-23 | 1 | -5/+2 |
| | |/ | |/| | |||||
| * | | Clean up peertube auth | Chocobozzz | 2018-11-14 | 2 | -60/+55 |
| |/ | |||||
| * | 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. | ||||
| * | Fix #1328 - application-config initialisation in CLI tools (#1343) | Frank de Lange | 2018-10-24 | 1 | -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 cli | Rigel Kent | 2018-10-20 | 1 | -0/+82 |
| | | |||||
| * | add repl to the cli wrapper, remove extraneous TOC in tools.md | Rigel Kent | 2018-10-19 | 2 | -0/+1 |
| | | |||||
| * | add REPL in server/tools/repl.ts (#1248) | BRAINS YUM | 2018-10-14 | 1 | -0/+79 |
| | | |||||
* | | Rename downloadingEnabled property to downloadEnabled | Lucas Declercq | 2018-10-08 | 2 | -3/+3 |
| | | |||||
* | | Fix some defaults values + indentation | Lucas Declercq | 2018-10-08 | 1 | -1/+1 |
| | | |||||
* | | Add downloadingEnabled property to video model | Lucas Declercq | 2018-10-06 | 2 | -0/+3 |
|/ | |||||
* | Fix config endpoint | Chocobozzz | 2018-10-03 | 2 | -3/+2 |
| | |||||
* | show last commit hash alongside server version in footer | Rigel Kent | 2018-10-01 | 1 | -11/+2 |
| | |||||
* | Define channelId property beforehand | Andrew Morgan | 2018-10-01 | 1 | -5/+2 |
| | |||||
* | Allow specification of Channel ID in peertube-upload.js | Andrew Morgan | 2018-10-01 | 1 | -1/+6 |
| | |||||
* | Improve upliad script error handling for token | Chocobozzz | 2018-09-26 | 1 | -4/+12 |
| | |||||
* | Fix peertube script | Chocobozzz | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | one cli to unite them all | Rigel Kent | 2018-09-14 | 7 | -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 detection | Chocobozzz | 2018-09-04 | 1 | -2/+2 |
| | |||||
* | Fix thumbnail/preview in upload script | Chocobozzz | 2018-09-03 | 1 | -2/+2 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 2 | -9/+4 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 1 | -15/+15 |
| | |||||
* | Add concept of video state, and add ability to wait transcoding before | Chocobozzz | 2018-06-12 | 2 | -0/+2 |
| | | | | publishing a video | ||||
* | linting | John Livingston | 2018-05-11 | 1 | -18/+18 |
| | |||||
* | fix reject | John Livingston | 2018-05-11 | 1 | -3/+2 |
| | |||||
* | Standard code | John Livingston | 2018-05-11 | 1 | -9/+8 |
| | |||||
* | import-videos: prompt for password | John Livingston | 2018-05-11 | 1 | -6/+32 |
| | |||||
* | Use ISO 639 for languages | Chocobozzz | 2018-04-23 | 2 | -4/+4 |
| | |||||
* | Fix privacy argument in upload script | Chocobozzz | 2018-04-04 | 2 | -0/+3 |
| | |||||
* | fix #456 catching errors in import-videos (#457) | memorybox | 2018-04-02 | 1 | -9/+14 |
| | |||||
* | Add privacy setting to upload.js cli (#422) | Olivier Jolly | 2018-03-27 | 1 | -0/+2 |
| | |||||
* | Fix videos import script | Chocobozzz | 2018-03-26 | 1 | -1/+4 |
| | |||||
* | truncating long video names in import-videos.js (fixes #392) (#415) | Rigel Kent | 2018-03-26 | 1 | -1/+6 |
| | |||||
* | per missing field error in upload.js (fixes #414) (#416) | Rigel Kent | 2018-03-26 | 1 | -1/+5 |
| | |||||
* | Removing unnecessary semicolons | Okhin | 2018-03-24 | 1 | -4/+4 |
| | |||||
* | Replacing the err being thrown by a gracefull exit.process(1) | Okhin | 2018-03-24 | 1 | -2/+6 |
| | |||||
* | Add documentation for upload script | Chocobozzz | 2018-03-05 | 1 | -1/+2 |
| | |||||
* | Fix import videos tool | Chocobozzz | 2018-03-01 | 1 | -0/+1 |
| |