aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* fixing grid readjustment with expand and screens < 1150pxRigel Kent2018-09-041-0/+4
|
* add like, dislike and subscribe button hotkeysRigel Kent2018-09-031-1/+27
|
* Refactor: Separated "Other Videos" section into a dedicated ↵Brad Johnson2018-08-311-22/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add start at checkbox in share modalChocobozzz2018-08-271-7/+3
|
* 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-141-1/+31
|
* Add blacklist reason fieldChocobozzz2018-08-141-20/+7
|
* Remove ability to delete video importsChocobozzz2018-08-061-0/+4
| | | | Users should remove the linked video instead
* Try to handle truncated markdown linksChocobozzz2018-07-311-2/+1
|
* Add ability to click on category/licence/language/tags in watch pageChocobozzz2018-07-241-1/+1
|
* Fix regression in theater modeChocobozzz2018-07-171-1/+4
|
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
| | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons
* Correctly handle error when remote instance is downChocobozzz2018-07-161-6/+7
|
* Handle subtitles in playerChocobozzz2018-07-161-11/+26
|
* Handle markdown in account/video channel pagesChocobozzz2018-06-181-5/+0
|
* Don't send view on private videoChocobozzz2018-06-181-2/+2
|
* Add ability to schedule video publicationChocobozzz2018-06-151-0/+4
|
* Automatically jump to the highlighted threadChocobozzz2018-06-141-5/+7
|
* Add concept of video state, and add ability to wait transcoding beforeChocobozzz2018-06-121-72/+75
| | | | publishing a video
* Add theatre modeChocobozzz2018-06-111-1/+2
|
* Fix dislikes number in video watch pageChocobozzz2018-06-111-1/+1
|
* Remove video not foundChocobozzz2018-06-081-6/+0
|
* Little i18n refractoringChocobozzz2018-06-061-1/+2
|
* Localize playerChocobozzz2018-06-061-5/+14
|
* Fix i18n in componentsChocobozzz2018-06-051-3/+3
|
* Prepare i18n filesChocobozzz2018-06-051-15/+26
|
* Add 404 pageChocobozzz2018-05-311-13/+19
|
* Add context menu to playerChocobozzz2018-05-301-0/+1
|
* Fix play on iOS (grumph)Chocobozzz2018-05-221-0/+1
|
* Upgrade to rxjs 6Chocobozzz2018-05-161-2/+1
|
* Add video channel account listChocobozzz2018-04-251-4/+0
|
* Add account viewChocobozzz2018-04-241-7/+0
|
* Add ability to choose what policy we have for NSFW videosChocobozzz2018-04-191-1/+3
| | | | There is a global instance setting and a per user setting
* Simplify client syndicationsChocobozzz2018-04-171-11/+3
|
* feature: initial syndication feeds supportRigel Kent2018-04-171-4/+19
| | | | | | | | | | | | | | | | | | 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.
* Add ability to set a start timeChocobozzz2018-04-051-3/+8
|
* Fix show more description button on video changeChocobozzz2018-04-041-1/+4
|
* Fix video watch page responsiveChocobozzz2018-04-031-16/+14
|
* Fix watch page video changeChocobozzz2018-04-031-26/+31
|
* Improve first playChocobozzz2018-04-031-6/+2
|
* 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!
* Proxify local storage and handle if it is unavailableChocobozzz2018-03-231-2/+6
|
* Better handling video resizingChocobozzz2018-03-191-1/+2
|
* Try to detect incompatible web browsersChocobozzz2018-03-081-6/+6
|
* Use banner instead of modal for privacy concernsChocobozzz2018-03-071-16/+6
|
* Cleaner videojs control bar implementationChocobozzz2018-03-011-1/+23
|
* Fix playback rateChocobozzz2018-03-011-1/+1
|
* Add ability to change the homepageChocobozzz2018-03-011-6/+7
|