aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components/video-send.ts
Commit message (Collapse)AuthorAgeFilesLines
* Lazy load static objectsChocobozzz2019-12-181-4/+9
|
* Add ability to set a public to private in clientChocobozzz2019-06-071-1/+0
|
* Fix explained privacies on first upload screenChocobozzz2019-04-251-0/+1
|
* Refractor notification serviceChocobozzz2018-12-191-3/+2
| | | | Shorter name and use primeng component
* Improve video upload error handlingChocobozzz2018-11-161-0/+1
|
* Better typingsChocobozzz2018-10-181-3/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | 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
* Upgrade client dependenciesChocobozzz2018-09-211-1/+0
|
* Better label for video privaciesChocobozzz2018-09-041-1/+1
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-081-0/+71