aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into developGérald Niel2018-04-1920-67/+101
|\
| * Add information concerning video privacy in my videos listChocobozzz2018-04-195-16/+14
| |
| * Add help concerning NSFW videos in uploadChocobozzz2018-04-195-4/+8
| |
| * Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-1912-26/+73
| | | | | | | | There is a global instance setting and a per user setting
| * Use popover for help componentChocobozzz2018-04-183-29/+14
| |
* | Merge branch 'develop' of framagit.org:chocobozzz/PeerTube into developGérald Niel2018-04-193-7/+32
|\|
| * Better responsive design on many comment childrenChocobozzz2018-04-183-7/+33
| |
| * Handle when autoplay failsChocobozzz2018-04-181-1/+1
| |
* | See commit 2a97572 fix #397 (regression)Gérald Niel2018-04-171-1/+4
|/
* Add ability to click on the account in watch pageChocobozzz2018-04-174-7/+17
|
* Handle sort in rssChocobozzz2018-04-178-48/+36
|
* Simplify client syndicationsChocobozzz2018-04-1710-71/+58
|
* feature: initial syndication feeds supportRigel Kent2018-04-1717-5/+188
| | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id.
* Fix indetation (I hope!)Gérald Niel2018-04-111-1/+1
|
* Fix #490 and justify text in comments div.Gérald Niel2018-04-111-1/+3
|
* Add ability to set a start timeChocobozzz2018-04-051-3/+8
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-17/+1
|
* Improve admin css helpChocobozzz2018-04-041-2/+19
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Fix video watch page responsiveChocobozzz2018-04-033-19/+16
|
* Fix watch page video changeChocobozzz2018-04-033-28/+33
|
* Improve first playChocobozzz2018-04-032-7/+3
|
* Improve playerChocobozzz2018-04-031-38/+10
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* 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
* 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?
* 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
|
* 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
* Fix my videos list pageChocobozzz2018-03-271-1/+1
|
* 4 lines per page instead of 3 for videos listChocobozzz2018-03-271-1/+1
|
* 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
|
* 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
|
* Force form validation in configurationChocobozzz2018-03-231-0/+2
|
* fix #382 generic error when password is too long (#383)jomo2018-03-231-2/+7
|