aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
* Design modalsChocobozzz2017-12-209-72/+104
|
* Fix nav in manage followsChocobozzz2017-12-201-1/+0
|
* Add poster for video watchChocobozzz2017-12-201-1/+7
|
* 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-122-7/+16
|
* Move to angular cliChocobozzz2017-12-124-3/+8
|
* Use input-group-sm instead of paddingChocobozzz2017-12-112-5/+2
|
* Copy to clipboard (#142)Julien Lemaire2017-12-114-5/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy buttons on share view Ugly but working buttons to copy video url and video iframe code. Add ngx-clipboard dependency to allow easy copy to clipboard directive. * Designed copy buttons Using some css (scss) rules to make buttons look better. * First version on copy feedback Little success alert message on copy. Fix lint errors Move dependencies to dev dependencies * Update button design * Use of notifications service Provides feedback of copy action to the user through the angular2-notifications module.
* Fix changing video we are watchingChocobozzz2017-12-111-19/+28
|
* Fix player height on chromeChocobozzz2017-12-111-1/+1
|
* Fix loading spinner in playerChocobozzz2017-12-112-117/+121
|
* Responsive my accountChocobozzz2017-12-111-0/+2
|
* Videos watch responsiveChocobozzz2017-12-112-1/+32
|
* Design second video upload stepChocobozzz2017-12-082-1/+6
|
* Design video updateChocobozzz2017-12-071-0/+1
|
* Move video form inside a componentChocobozzz2017-12-071-9/+1
|
* Design video watch modalsChocobozzz2017-12-076-20/+40
|
* Fix dropdown menu in video watchChocobozzz2017-12-072-54/+72
|
* Design other videos in watch video pageChocobozzz2017-12-062-0/+20
|
* Add likes/dislikes barChocobozzz2017-12-062-5/+28
|
* Begin video watch designChocobozzz2017-12-063-381/+203
|
* Design video playerChocobozzz2017-12-053-29/+11
|
* Begin videos of an accountChocobozzz2017-12-015-15/+10
|
* Better view counterChocobozzz2017-11-301-10/+21
|
* Add loader when expanding long video descriptionChocobozzz2017-11-283-7/+21
|
* Rename Pod -> ServerChocobozzz2017-11-271-1/+1
|
* Make the client compile tooChocobozzz2017-11-272-5/+5
|
* Improve client mobile versionChocobozzz2017-11-062-8/+37
|
* Add video privacy settingChocobozzz2017-10-311-1/+10
|
* Lazy description and previews to video formChocobozzz2017-10-304-2/+67
|
* Fix tag display on video watchChocobozzz2017-10-271-10/+16
|
* Replace NSFW with "mature or explicit content"Chocobozzz2017-10-272-2/+5
| | | | Blur their thumbnail and name
* Add markdown support to video descriptionChocobozzz2017-10-263-6/+9
|
* Adapt client with video channelsChocobozzz2017-10-264-9/+9
|
* Fix video not found in watch componentChocobozzz2017-10-191-1/+5
|
* Fix bug when quitting NSFW videoChocobozzz2017-10-191-6/+6
|
* Add ability to download a video from direct link or torrent fileChocobozzz2017-10-196-32/+43
|
* Add oembed endpointChocobozzz2017-10-161-1/+1
|
* Client: check user is logged in for some pagesChocobozzz2017-10-101-1/+1
|
* Video blacklist refractoringChocobozzz2017-10-101-9/+10
|
* Try to optimize frontendChocobozzz2017-10-0912-0/+1008