aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/video-add.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Update to angular 9Chocobozzz2020-02-101-3/+3
|
* Lazy load static objectsChocobozzz2019-12-181-4/+13
|
* Add a warning when uploading videos using rootChocobozzz2019-12-101-1/+10
|
* Update angularChocobozzz2019-07-251-3/+3
|
* Add unload listener on video upload/updateChocobozzz2019-01-141-2/+12
|
* Improve video upload error handlingChocobozzz2018-11-161-0/+5
|
* Add import.video.torrent configurationChocobozzz2018-08-081-1/+1
|
* Import magnets with webtorrentChocobozzz2018-08-081-3/+10
|
* Move send video components inside a dedicated directoryChocobozzz2018-08-081-2/+2
|
* video-import -> video-import-urlChocobozzz2018-08-081-5/+5
|
* Fix fps federationChocobozzz2018-08-061-1/+1
|
* Add import http enabled configurationChocobozzz2018-08-061-0/+9
|
* Add ability to import video with youtube-dlChocobozzz2018-08-061-237/+15
|
* Improve video edit/update/add typingsChocobozzz2018-07-161-3/+4
|
* Implement captions/subtitlesChocobozzz2018-07-161-23/+27
|
* Increase upload limit to 8GB (test)Chocobozzz2018-06-291-5/+5
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-291-4/+4
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+3
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-0/+2
| | | | publishing a video
* Form validators refractoringChocobozzz2018-06-051-13/+3
|
* Add i18n attributesChocobozzz2018-06-051-16/+21
|
* Video support field inherits channel support fieldChocobozzz2018-05-251-1/+1
|
* Fix video channel update with an admin accountChocobozzz2018-05-171-1/+0
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-2/+1
|
* Add ability to update a video channelChocobozzz2018-05-111-1/+1
|
* Fix upload with small file namesChocobozzz2018-03-121-1/+10
|
* Disable service workerChocobozzz2018-02-261-1/+1
|
* Add limit to video sizesChocobozzz2018-02-221-1/+7
|
* Add filename in upload form titleChocobozzz2018-02-201-0/+3
|
* Add loading bar when updating a videoChocobozzz2018-02-161-1/+10
|
* Only accept public commentsChocobozzz2018-01-261-0/+1
|
* Improve video upload guard a little bitChocobozzz2018-01-251-5/+24
|
* Issue #195 : When uploading, warn when the user quits the page (#222)Dimitri Gilbert2018-01-251-1/+6
| | | | | | | | | | | | | | | | | | | | | | * issue #195 * fixing missing provider definition * fix styling issue * fix styling issue * removed unecessary code * using angular confirmService instead of window.confirm * gitignore unecessary folders * style fixes * using a generic canDeactivateGuard * fixing lint style
* Add style to cancel buttonChocobozzz2018-01-231-1/+1
|
* Issue #196 : Allow to cancel an upload (#221)Dimitri Gilbert2018-01-231-1/+15
| | | | | | | | | | | | | | * issue #196 * fixed missattribution of var * fix styling issue * renamed videoUpload to videoUploadObservable * added created path to gitignore * changed uploadCancel method name to cancelUpload
* Refractor peertube videojs pluginChocobozzz2018-01-091-1/+3
|
* Support video quota on clientChocobozzz2018-01-081-3/+22
|
* Fix overflow in select inputsChocobozzz2018-01-081-0/+4
|
* Add ability to disable video commentsChocobozzz2018-01-031-0/+2
|
* Customize selectChocobozzz2017-12-201-14/+4
|
* Redirect to uuid video route after uploadChocobozzz2017-12-201-4/+8
|
* Move to angular cliChocobozzz2017-12-121-3/+2
|
* Design second video upload stepChocobozzz2017-12-081-10/+20
|
* Add progress bar for video uploadChocobozzz2017-12-071-4/+4
|
* First upload step is okChocobozzz2017-12-071-30/+22
|
* First step upload with new designChocobozzz2017-12-071-81/+45
|
* Begin videos of an accountChocobozzz2017-12-011-12/+10
|
* Begin videos list new designChocobozzz2017-12-011-1/+1
|
* Add loader when expanding long video descriptionChocobozzz2017-11-281-1/+1
|
* Add video privacy settingChocobozzz2017-10-311-1/+9
|