aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* Add new name/terms/description config optionsChocobozzz2018-01-316-127/+16
|
* Improve responsive on video watchChocobozzz2018-01-312-185/+214
|
* Hide description previews on mobile viewChocobozzz2018-01-312-1/+6
|
* Fix search paginationChocobozzz2018-01-291-3/+8
|
* 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
* Avoid to linkify truncated linksChocobozzz2018-01-231-1/+4
|
* 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
* Fix changing video in watch pageChocobozzz2018-01-122-6/+23
|
* Fix spinnerChocobozzz2018-01-111-1/+0
|
* Add scores to follows and remove bad onesChocobozzz2018-01-112-2/+1
|
* Run videojs outside angularChocobozzz2018-01-101-6/+9
|
* Update dependenciesChocobozzz2018-01-091-1/+3
|
* Add hotkeys in video playerChocobozzz2018-01-091-1/+3
| | | | Double click for full screen
* Refractor peertube videojs pluginChocobozzz2018-01-092-2/+3
|
* Support video quota on clientChocobozzz2018-01-083-8/+24
|
* Fix overflow in select inputsChocobozzz2018-01-082-3/+7
|
* Fix lintChocobozzz2018-01-081-1/+1
|
* Refractor account byChocobozzz2018-01-081-7/+4
|
* Send comment to followers and parentsChocobozzz2018-01-081-0/+4
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-072-29/+44
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Add mentions to commentsChocobozzz2018-01-055-1/+21
|
* Handle HTML is commentsChocobozzz2018-01-043-3/+20
|
* Add ability to delete commentsChocobozzz2018-01-048-16/+99
|
* Add avatar in commentsChocobozzz2018-01-0312-69/+113
|
* Add ability to disable video commentsChocobozzz2018-01-035-27/+47
|
* Begin to add avatar to actorsChocobozzz2017-12-293-32/+6
|
* Add infinite scroll to commentsChocobozzz2017-12-292-11/+40
|
* Comment textarea focus on initChocobozzz2017-12-293-3/+10
|
* Add comments federation testsChocobozzz2017-12-271-1/+1
|
* Fix comment replyChocobozzz2017-12-271-26/+14
|
* Add video comment componentsChocobozzz2017-12-2724-16/+547
|
* Better admin tablesChocobozzz2017-12-212-8/+9
|
* Add no result text if there are no resultsChocobozzz2017-12-212-7/+21
|
* Add tooltip to likes/dislikes barChocobozzz2017-12-213-16/+27
|
* Add ability to remove a video on watch pageChocobozzz2017-12-202-0/+32
|
* Design modalsChocobozzz2017-12-2010-76/+105
|
* 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
|
* Fix nav in manage followsChocobozzz2017-12-201-1/+0
|
* Add poster for video watchChocobozzz2017-12-201-1/+7
|
* Add bootstrap analyzer and optimize buildChocobozzz2017-12-201-1/+1
|
* Fix autoplay on non authenticated usersChocobozzz2017-12-191-2/+10
|
* Enh #106 : Add an autoPlayVideo user attribute (#159)Andréas Livet2017-12-191-2/+2
| | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video
* Small style fixesChocobozzz2017-12-125-7/+22
|
* Upgrade scripts and embed webpack configChocobozzz2017-12-122-3/+2
|