aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
Commit message (Collapse)AuthorAgeFilesLines
* Disable service workerChocobozzz2018-02-261-1/+1
|
* Better help on markdown fieldsChocobozzz2018-02-231-2/+4
|
* Add help tooltipChocobozzz2018-02-221-2/+2
|
* Add limit to video sizesChocobozzz2018-02-221-1/+7
|
* Add ability to update another user videoChocobozzz2018-02-221-3/+7
|
* Fix support field validation in video editChocobozzz2018-02-211-1/+1
|
* Add ability to import videos from all supported youtube-dl sitesChocobozzz2018-02-201-1/+1
|
* Add support to video support on clientChocobozzz2018-02-205-5/+22
|
* Add filename in upload form titleChocobozzz2018-02-202-1/+5
|
* Add video image componentsChocobozzz2018-02-163-0/+116
|
* Upgrade server dependenciesChocobozzz2018-02-161-2/+2
|
* Add loading bar when updating a videoChocobozzz2018-02-165-5/+25
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-165-104/+169
|
* Add new name/terms/description config optionsChocobozzz2018-01-315-120/+5
|
* Hide description previews on mobile viewChocobozzz2018-01-312-1/+6
|
* Only accept public commentsChocobozzz2018-01-261-0/+1
|
* Improve video upload guard a little bitChocobozzz2018-01-253-8/+27
|
* Issue #195 : When uploading, warn when the user quits the page (#222)Dimitri Gilbert2018-01-253-6/+13
| | | | | | | | | | | | | | | | | | | | | | * 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-233-33/+43
|
* Issue #196 : Allow to cancel an upload (#221)Dimitri Gilbert2018-01-232-4/+23
| | | | | | | | | | | | | | * issue #196 * fixed missattribution of var * fix styling issue * renamed videoUpload to videoUploadObservable * added created path to gitignore * changed uploadCancel method name to cancelUpload
* Add scores to follows and remove bad onesChocobozzz2018-01-111-1/+0
|
* Refractor peertube videojs pluginChocobozzz2018-01-091-1/+3
|
* Support video quota on clientChocobozzz2018-01-083-8/+24
|
* Fix overflow in select inputsChocobozzz2018-01-082-3/+7
|
* Add ability to delete commentsChocobozzz2018-01-041-2/+0
|
* Add ability to disable video commentsChocobozzz2018-01-033-0/+9
|
* Begin to add avatar to actorsChocobozzz2017-12-292-28/+2
|
* Design modalsChocobozzz2017-12-201-4/+1
|
* Improve video tag in edit formChocobozzz2017-12-202-1/+15
|
* Customize checkboxsChocobozzz2017-12-202-1/+2
|
* Customize selectChocobozzz2017-12-208-55/+86
|
* Redirect to uuid video route after uploadChocobozzz2017-12-201-4/+8
|
* Add bootstrap analyzer and optimize buildChocobozzz2017-12-201-1/+1
|
* Move to angular cliChocobozzz2017-12-127-14/+17
|
* Finish admin designChocobozzz2017-12-083-1/+20
|
* Begin admin designChocobozzz2017-12-081-34/+0
|
* Design second video upload stepChocobozzz2017-12-089-21/+176
|
* Add progress bar for video uploadChocobozzz2017-12-074-5/+32
|
* First upload step is okChocobozzz2017-12-072-46/+38
|
* First step upload with new designChocobozzz2017-12-075-235/+129
|
* Design video updateChocobozzz2017-12-074-104/+194
|
* Move video form inside a componentChocobozzz2017-12-075-126/+183
|
* Begin videos of an accountChocobozzz2017-12-013-24/+20
|
* Begin videos list new designChocobozzz2017-12-011-1/+1
|
* Add loader when expanding long video descriptionChocobozzz2017-11-286-10/+8
|
* Add video privacy settingChocobozzz2017-10-314-3/+51
|
* Lazy description and previews to video formChocobozzz2017-10-307-44/+81
|
* Replace NSFW with "mature or explicit content"Chocobozzz2017-10-272-2/+2
| | | | Blur their thumbnail and name
* Remove sequelize deprecated operatorsChocobozzz2017-10-261-1/+0
|
* Increase video attributes lengthChocobozzz2017-10-263-2/+3
| | | | | | | Number of tags: 3 -> 5 Tag length: 10 -> 30 Video name: 50 -> 120 Video channel name: 50 -> 120