aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components
Commit message (Collapse)AuthorAgeFilesLines
* Better typingsChocobozzz2018-10-183-9/+9
|
* NoImplicitAny flag true (#1157)BO412018-10-183-3/+3
| | | | | | | | 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
* Fix error when clicking on the disabled publish buttonChocobozzz2018-10-012-2/+8
|
* fix message space on video upload cancelRigel Kent2018-09-291-1/+1
|
* Fix some i18n tagsChocobozzz2018-09-281-1/+1
|
* Upgrade client dependenciesChocobozzz2018-09-211-1/+0
|
* adding missing i18n for schedule optionRigel Kent2018-09-171-1/+1
|
* Update translationsChocobozzz2018-09-071-5/+4
|
* Better label for video privaciesChocobozzz2018-09-044-1/+9
|
* Don't get quota twiceChocobozzz2018-09-031-4/+4
|
* Implement daily upload limit (#956)Felix Ableitner2018-08-281-2/+20
| | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo
* Import torrents with webtorrentChocobozzz2018-08-084-7/+43
|
* Import magnets with webtorrentChocobozzz2018-08-086-3/+232
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-087-0/+662