aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
Commit message (Expand)AuthorAgeFilesLines
* Add ListOverflow component to prevent sub-menu overflowRigel Kent2020-02-131-1/+1
* Strict templates enabledChocobozzz2020-02-101-2/+2
* Fix angular 9 buildChocobozzz2020-02-101-1/+1
* Update to angular 9Chocobozzz2020-02-103-5/+5
* Support wma and wav audio filesChocobozzz2020-02-071-1/+3
* Add link to video in update view and smooth progress bar repositioningRigel Kent2020-01-133-3/+12
* Move watch later logic in miniatureChocobozzz2020-01-031-1/+0
* Fix video support field updateChocobozzz2019-12-271-13/+17
* Lazy load static objectsChocobozzz2019-12-186-21/+47
* Add hyperlink video timestamps in descriptionLesterpig2019-12-171-1/+1
* Add a warning when uploading videos using rootChocobozzz2019-12-103-3/+27
* search filtering improvements per #1654Rigel Kent2019-12-051-2/+3
* Excplicit the tag limit #1815 relatedbikepunk2019-12-031-0/+1
* Disable webtorrent support in clientChocobozzz2019-11-251-1/+1
* Add about information in registration pageChocobozzz2019-09-053-24/+56
* Fix help transcoding placementChocobozzz2019-07-291-0/+2
* Update client dependenciesChocobozzz2019-07-251-1/+1
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-253-6/+6
* Update angularChocobozzz2019-07-255-7/+7
* Add client hooksChocobozzz2019-07-241-1/+1
* Improve registrationChocobozzz2019-06-071-1/+0
* Don't break video scheduled publicationChocobozzz2019-06-072-2/+3
* Merge branch 'release/v1.3.0' into developChocobozzz2019-06-071-1/+1
|\
| * Fix error in form when scheduling video publicationChocobozzz2019-06-071-1/+1
* | Add ability to set a public to private in clientChocobozzz2019-06-079-24/+10
* | Support audio upload in clientChocobozzz2019-05-175-43/+116
|/
* Optimize video update page loadChocobozzz2019-04-251-25/+26
* Fix explained privacies on first upload screenChocobozzz2019-04-259-8/+10
* Add/update/delete/list my playlistsChocobozzz2019-03-185-102/+4
* Update E2E testsChocobozzz2019-02-211-4/+7
* Add isNSFW instance configuration keyChocobozzz2019-02-201-1/+1
* Move original publication date in advanced settingsChocobozzz2019-02-112-45/+49
* Merge branch 'develop' into pr/1285Chocobozzz2019-02-1116-148/+99
|\
| * Move enabled download/comments in advanced tabChocobozzz2019-02-111-10/+10
| * Merge branch 'develop' into pr/1217Chocobozzz2019-02-1120-226/+235
| |\
| | * Fix some stylesChocobozzz2019-01-171-7/+6
| | * Refactor how we use iconsChocobozzz2019-01-1713-131/+44
| | * Add unload listener on video upload/updateChocobozzz2019-01-143-6/+32
| * | Rename downloadingEnabled property to downloadEnabledLucas Declercq2018-10-085-9/+9
| * | Fix some defaults values + indentationLucas Declercq2018-10-081-2/+2
| * | Only show download button if downloadingEnabled is set to trueLucas Declercq2018-10-062-0/+7
| * | Add downloadingEnabled property to video modelLucas Declercq2018-10-063-0/+6
* | | Enable video upload and editclementbrizard2019-01-122-1/+17
| |/ |/|
* | Refractor notification serviceChocobozzz2018-12-196-28/+24
* | Add ability to disable and clear historyChocobozzz2018-12-181-2/+2
* | Fix adding captions to a videoChocobozzz2018-12-171-3/+1
* | Support additional video extensionsChocobozzz2018-12-116-2/+21
* | Remove hard-coded 8GB upload limit in client (#1293)Micah Elizabeth Scott2018-12-071-6/+0
* | Improve message visibility on signupChocobozzz2018-11-161-0/+1
* | Improve video upload error handlingChocobozzz2018-11-1612-17/+74