aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
Commit message (Collapse)AuthorAgeFilesLines
* Add id to body for more specific cssChocobozzz2018-04-041-1/+1
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Better embed responsiveChocobozzz2018-04-031-3/+6
|
* Fix video watch page responsiveChocobozzz2018-04-033-19/+16
|
* Fix watch page video changeChocobozzz2018-04-0310-48/+52
|
* Improve first playChocobozzz2018-04-037-19/+42
|
* Improve playerChocobozzz2018-04-0317-359/+1381
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Add opacity effect on control bar iconsChocobozzz2018-04-032-5/+36
|
* Improve player progress barChocobozzz2018-04-032-13/+38
|
* Add publishedAt field for video model.Julien Le Bras2018-03-303-2/+4
| | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view
* Bumped to version v1.0.0-beta.3v1.0.0-beta.3Chocobozzz2018-03-291-1/+1
|
* Add reverse proxy test in travisChocobozzz2018-03-291-1/+2
|
* Prevent brute force login attackChocobozzz2018-03-293-17/+29
|
* Disply other videos if screen >= 1300pxChocobozzz2018-03-291-1/+1
|
* Add link to register in login formChocobozzz2018-03-284-25/+53
|
* Add initial video quota info in registration formChocobozzz2018-03-285-27/+93
|
* Add a hover effect on left menu links (#418) (#425)Charles de Lacombe2018-03-281-4/+9
| | | | | | | | | | | | | | I: - removed the `margin-left` on the `.panel-block` to put it on the children instead - squashed the `margin-bottom` of the links into their `height` (and rounded it to 40px, feel free to correct me) - centered vertically the content of the links - added the `background-color` change on hover for the links I put the same color as the `.logged-in-block`. Maybe it should be externalized as a SCSS variable? I also added a CSS transition. Is it alright?
* Bumped to version v1.0.0-beta.2v1.0.0-beta.2Chocobozzz2018-03-281-1/+1
|
* Reduce title/button size for embedChocobozzz2018-03-271-1/+1
|
* Fix lintChocobozzz2018-03-272-2/+2
|
* Fix my videos paginationChocobozzz2018-03-272-2/+11
|
* Fix videos list paramsChocobozzz2018-03-272-2/+3
|
* Add root class if user is logged inChocobozzz2018-03-273-3/+7
|
* Fix custom server configuration numbersChocobozzz2018-03-273-7/+23
|
* Redirect to homepage on empty searchChocobozzz2018-03-272-4/+6
|
* Decrease player button size on very small screensChocobozzz2018-03-271-1/+1
|
* show quota in stats, display quota on the about page, fixes #405 (#421)Rigel Kent2018-03-273-1/+17
| | | move videoQuota under a user object, use byte PipeTransform
* Add autoplay parameter in embedChocobozzz2018-03-271-1/+10
|
* Fix my videos list pageChocobozzz2018-03-271-1/+1
|
* 4 lines per page instead of 3 for videos listChocobozzz2018-03-271-1/+1
|
* Fix player error when the media is not supportedChocobozzz2018-03-262-9/+8
|
* Reduce innactivity timeout on embedChocobozzz2018-03-261-0/+1
|
* Improve embed video player responsiveChocobozzz2018-03-261-5/+9
|
* Fix log in with special password character (+)Chocobozzz2018-03-261-9/+9
|
* Fix check comments params unit testsChocobozzz2018-03-261-1/+1
|
* Fix responsive in videos watchChocobozzz2018-03-261-2/+2
|
* Fix video description CSSChocobozzz2018-03-262-6/+6
|
* Fix #408Gérald Niel2018-03-251-0/+4
|
* No word-break in comment. Justify text.Gérald Niel2018-03-241-0/+5
|
* Fix break-word and add margin between content and other videos.Gérald Niel2018-03-241-1/+5
|
* Test to remove google as stun serverChocobozzz2018-03-231-3/+0
|
* Update stun serversChocobozzz2018-03-231-1/+18
|
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-236-39/+116
|
* Fix error display on edit config in adminChocobozzz2018-03-231-0/+9
|
* Fallback to torrent file if there is an incorrect info hashChocobozzz2018-03-231-5/+18
|
* Force form validation in configurationChocobozzz2018-03-231-0/+2
|
* fix #382 generic error when password is too long (#383)jomo2018-03-231-2/+7
|
* Improve readmeChocobozzz2018-03-221-1/+1
|
* Use instance name for page titlesChocobozzz2018-03-222-7/+9
|
* Fix pagination when videos take all the widthChocobozzz2018-03-212-2/+4
|