aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Support different playback rates (#318)jonathanraes2018-03-011-0/+1
|
* Add messages about privacy concerns (P2P)Chocobozzz2018-02-281-52/+63
|
* Handle user rates in real timeChocobozzz2018-02-281-0/+3
|
* Add fallback to HTTPChocobozzz2018-02-261-3/+3
|
* Add confirm when admin use custom js/cssChocobozzz2018-02-221-29/+22
|
* Add support to video support on clientChocobozzz2018-02-201-1/+7
|
* Improve comment highlightingChocobozzz2018-02-191-1/+4
|
* Add ability to update thumbnail and preview on clientChocobozzz2018-02-161-0/+6
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-141-2/+4
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-17/+3
|
* Fix error with other videos displayedChocobozzz2018-02-081-1/+1
|
* Fix other videos not displayed in video watchChocobozzz2018-02-081-4/+12
|
* Fix changing video in watch pageChocobozzz2018-01-121-1/+1
|
* Fix spinnerChocobozzz2018-01-111-1/+0
|
* Run videojs outside angularChocobozzz2018-01-101-6/+9
|
* Update dependenciesChocobozzz2018-01-091-1/+3
|
* Add hotkeys in video playerChocobozzz2018-01-091-1/+3
| | | | Double click for full screen
* Refractor peertube videojs pluginChocobozzz2018-01-091-1/+0
|
* Fix lintChocobozzz2018-01-081-1/+1
|
* A few updates for the watch video view (#181)Benjamin Bouvier2018-01-071-28/+43
| | | | | | | | * Fixes #156: Filter out the video being watched from the list of other videos of the same author; * Fixes #167: in the video view, hide the author's domain when it's from the current host; * Fixes #171: Allow undoing a like/dislike;
* Add ability to delete commentsChocobozzz2018-01-041-1/+1
|