aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
Commit message (Collapse)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
| | | | | Fix #1312 (duplicates: #1728 and #2007) The modification is also applied to comments and video editing.
* 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
| | | | | | | * 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
* 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
| | | | | | | | | | | | Video edit tags, dropdown actions font ...
| | * Refactor how we use iconsChocobozzz2019-01-1713-131/+44
| | | | | | | | | | | | Inject them in an angular component so we can easily change their color
| | * 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
| | | | | | | | Shorter name and use primeng component
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Remove hard-coded 8GB upload limit in client Ideally we'd know what the specific server's configured upload limit is before starting, but this 8GB limit is not useful if an administrator has changed the nginx post limit on the server. * Better docs for admins about client_max_body_size Seems like some admins already tweak this value up or down to allow for different maximum video upload sizes. The current codebase has no other server-side limits that I'm aware of, and I've been routinely uploading quite large videos to my instance. This patch replaces the somewhat incorrect (or outdated?) 'hard limit' comment with some advice about allocating enough space for nginx and communicating the limit with your users. Of course it would be better if this configuration could be unified with PeerTube's config somehow. I'm not sure whether the best option there is to turn off nginx's buffering here and let PeerTube handle the entire upload (can we do this only for the video upload API endpoint?) or whether we want PeerTube to generate nginx configs in a more automated way layer. In any case, this patch is intended as an incremental improvement.
* | Improve message visibility on signupChocobozzz2018-11-161-0/+1
| |
* | Improve video upload error handlingChocobozzz2018-11-1612-17/+74
| |