aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Finish admin designChocobozzz2017-12-083-1/+20
|
* Begin admin designChocobozzz2017-12-081-34/+0
|
* Design second video upload stepChocobozzz2017-12-0813-47/+110
|
* 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-077-107/+202
|
* Move video form inside a componentChocobozzz2017-12-076-135/+184
|
* 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-069-465/+204
|
* Add delete button to my videosChocobozzz2017-12-061-1/+1
|
* Fix client searchChocobozzz2017-12-056-16/+76
|
* Design video playerChocobozzz2017-12-053-29/+11
|
* Fix lintChocobozzz2017-12-041-1/+1
|
* Begin videos of an accountChocobozzz2017-12-0125-652/+43
|
* Add account settings new designChocobozzz2017-12-017-88/+20
|
* Add auto scroll to videos listChocobozzz2017-12-015-22/+61
|
* Begin videos list new designChocobozzz2017-12-0116-261/+126
|
* Better view counterChocobozzz2017-11-302-10/+27
|
* Add loader when expanding long video descriptionChocobozzz2017-11-2813-45/+33
|
* Rename Pod -> ServerChocobozzz2017-11-273-7/+7
|
* Make the client compile tooChocobozzz2017-11-276-16/+16
|
* Improve client mobile versionChocobozzz2017-11-063-10/+38
|
* Upgrade client depChocobozzz2017-10-311-3/+3
|
* Add video privacy settingChocobozzz2017-10-3124-114/+296
|
* Lazy description and previews to video formChocobozzz2017-10-3017-55/+248
|
* Support roles with rights and add moderator roleChocobozzz2017-10-272-7/+9
|
* Fix tag display on video watchChocobozzz2017-10-271-10/+16
|
* Replace NSFW with "mature or explicit content"Chocobozzz2017-10-278-33/+32
| | | | 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
* Add markdown support to video descriptionChocobozzz2017-10-268-8/+67
|
* Add channels to upload formChocobozzz2017-10-263-10/+25
|
* Adapt client with video channelsChocobozzz2017-10-2610-100/+127
|
* 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
|
* Fix share embed iframe linkChocobozzz2017-10-171-3/+9
|
* Add oembed endpointChocobozzz2017-10-162-1/+6
|
* Fix some inconsistency in link (#97)Ronan2017-10-131-3/+3
| | | | Some link could appear with double // in url. e.g : "POST /api/v1/videos//upload HTTP/1.1"
* Client: check user is logged in for some pagesChocobozzz2017-10-104-5/+7
|