aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update angularChocobozzz2019-07-251-1/+1
|
* Improve registrationChocobozzz2019-06-071-1/+0
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Add ability to set a public to private in clientChocobozzz2019-06-071-1/+0
|
* Fix explained privacies on first upload screenChocobozzz2019-04-251-1/+1
|
* Merge branch 'develop' into pr/1217Chocobozzz2019-02-111-12/+15
|\
| * Refactor how we use iconsChocobozzz2019-01-171-1/+2
| | | | | | | | Inject them in an angular component so we can easily change their color
| * Refractor notification serviceChocobozzz2018-12-191-5/+4
| | | | | | | | Shorter name and use primeng component
| * Improve video upload error handlingChocobozzz2018-11-161-3/+6
| |
| * 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
* | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-081-2/+2
| |
* | Add downloadingEnabled property to video modelLucas Declercq2018-10-061-0/+2
|/
* Better label for video privaciesChocobozzz2018-09-041-0/+3
|
* Import torrents with webtorrentChocobozzz2018-08-081-4/+12
|
* Import magnets with webtorrentChocobozzz2018-08-081-0/+132