aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/video/video-edit.model.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move original publication date in advanced settingsChocobozzz2019-02-111-1/+1
|
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-111-1/+12
|\
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-2/+2
| |\
| * | Fix too big line lengthLucas Declercq2018-10-081-1/+9
| | |
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-4/+4
| | |
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-1/+4
| | |
* | | Change modelsclementbrizard2019-01-121-1/+10
| |/ |/|
* | Better typingsChocobozzz2018-10-181-3/+2
| |
* | NoImplicitAny flag true (#1157)BO412018-10-181-1/+2
|/ | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137
* Add ability to import video with youtube-dlChocobozzz2018-08-061-20/+20
|
* Fix removing scheduled updateChocobozzz2018-06-181-1/+3
|
* Add ability to schedule video publicationChocobozzz2018-06-151-2/+30
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-2/+6
| | | | publishing a video
* Add ability to update a video channelChocobozzz2018-05-111-3/+3
|
* Use ISO 639 for languagesChocobozzz2018-04-231-1/+1
|
* BEARKING CHANGE: Update videos API responseChocobozzz2018-03-191-4/+4
| | | | before beta
* Add support to video support on clientChocobozzz2018-02-201-0/+3
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+3
|
* Customize selectChocobozzz2017-12-201-1/+1
|
* Design second video upload stepChocobozzz2017-12-081-12/+14
|
* Begin videos of an accountChocobozzz2017-12-011-0/+50