aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
...
* fix likes bar, grid adjustment and menu widthRigel Kent2018-09-032-14/+8
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-032-2/+28
|
* fix other video margin-topRigel Kent2018-09-031-2/+2
|
* make left menu show the scrollbar on hover/focusRigel Kent2018-09-031-1/+1
| | | add hotkey to the overview page
* restore video-bottom marginsRigel Kent2018-09-031-3/+2
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-313-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe
* Delete highlighted comment too if neededChocobozzz2018-08-311-0/+2
|
* Videos overview page: first versionChocobozzz2018-08-311-14/+14
|
* watch view visual tweaks and search/comment placeholder dismiss on focus (#983)Rigel Kent2018-08-305-154/+174
| | | | | | | | - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view
* Add features table on signupChocobozzz2018-08-281-2/+2
|
* Add start at checkbox in share modalChocobozzz2018-08-274-17/+47
|
* Fix deprecated ng-bootstrap methodsChocobozzz2018-08-271-1/+1
|
* Infinite scroll to list our subscriptionsChocobozzz2018-08-271-1/+1
|
* Add ability to search video channelsChocobozzz2018-08-272-5/+1
|
* Add local user subscriptionsChocobozzz2018-08-272-9/+17
|
* Add ability to set a name to a channelChocobozzz2018-08-271-1/+1
|
* Translate player according to the interface langChocobozzz2018-08-161-1/+2
|
* Translate subtitle langs in playerChocobozzz2018-08-161-2/+2
|
* Update client according to new model pathsChocobozzz2018-08-141-2/+1
|
* Improve blacklist managementChocobozzz2018-08-143-3/+54
|
* Add blacklist reason fieldChocobozzz2018-08-147-25/+122
|
* Add ability to delete and update abuse on clientChocobozzz2018-08-141-1/+1
|
* Migrate to bootstrap 4 and ng-bootstrapChocobozzz2018-08-0912-203/+170
|
* Upgrade to bootstrap 4 first stepChocobozzz2018-08-091-0/+2
|
* Remove ability to delete video importsChocobozzz2018-08-062-0/+8
| | | | Users should remove the linked video instead
* Try to handle truncated markdown linksChocobozzz2018-07-311-2/+1
|
* Move subscription helper in the account lineChocobozzz2018-07-302-18/+24
|
* Fix attribute label width in video watch pageChocobozzz2018-07-271-1/+2
|
* Fix UI regressionsChocobozzz2018-07-241-5/+12
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-243-33/+44
|
* Fix regression in theater modeChocobozzz2018-07-172-12/+17
|
* Improve frontend accessibilityChocobozzz2018-07-172-7/+7
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Correctly handle error when remote instance is downChocobozzz2018-07-163-11/+39
|
* Fix other videos info left marginChocobozzz2018-07-161-1/+4
|
* Disable comment submit button when sending the commentChocobozzz2018-07-161-1/+1
|
* Handle subtitles in playerChocobozzz2018-07-161-11/+26
|
* QR Code (#802)DeeJayBro2018-07-123-1/+12
| | | | | Adding QR-Code to the Share modal. fixes #683
* rewording download option and reorder optionsRigel Kent2018-07-111-6/+6
| | | | ".torrent" is a common name for users familiar with BitTorrent, and less impressive than "metainfo" or no information as opposed to the magnet option, less commonly known but rather just clicked on most sites.
* Change friendly reminder about privacy.Chocobozzz2018-07-101-1/+1
|
* Use uuid for channel link in watch pageChocobozzz2018-07-091-1/+1
|
* Fix client error loggingChocobozzz2018-07-091-6/+6
|
* Client: Add ability to update video channel avatarChocobozzz2018-06-292-0/+9
|
* Fix #576 - show 'Others videos' on a <1300px viewportSimounet2018-06-281-1/+7
|
* Improve P2P & Privacy sectionChocobozzz2018-06-271-1/+1
|
* Fix #639 providing magnet URI in player and download modalRigel Kent2018-06-242-2/+19
|
* Handle markdown in account/video channel pagesChocobozzz2018-06-182-10/+1
|
* Blue links color in commentsChocobozzz2018-06-181-6/+9
|
* Prevent commenting twiceChocobozzz2018-06-181-1/+13
|
* Don't send view on private videoChocobozzz2018-06-181-2/+2
|
* Fixes #574 account link width on video view (#665)Sankar2018-06-151-1/+1
| | | Changed a tag from `flex` to `inline` to avoid misclicks.