Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into master | Sam Potts | 2017-11-04 | 3 | -878/+1106 |
|\ | |||||
| * | Merge pull request #654 from jjui/patch-1 | Sam Potts | 2017-11-04 | 2 | -1/+11 |
| |\ | | | | | | | Enable start/stop toggle on whole element | ||||
| | * | Update plyr.scss | Sam Potts | 2017-11-04 | 1 | -0/+1 |
| | | | |||||
| | * | Update plyr.less | Sam Potts | 2017-11-04 | 1 | -0/+1 |
| | | | |||||
| | * | Update plyr.less | J | 2017-09-09 | 1 | -0/+4 |
| | | | |||||
| | * | Enable start/stop toggle on whole element | J | 2017-09-09 | 1 | -1/+5 |
| | | | | | | | | | Related to issue https://github.com/sampotts/plyr/issues/587 | ||||
| * | | Merge pull request #678 from StudyTube/use-url-as-input-for-vimeo-player | Sam Potts | 2017-11-04 | 1 | -15/+33 |
| |\ \ | | | | | | | | | Add URL as a possible input option to Vimeo player | ||||
| | * | | Add URL as a possible input option to Vimeo player | Yuriy Kuzin | 2017-10-06 | 1 | -15/+33 |
| | | | | | | | | | | | | | | | | This is reasonable to processing correctly private Vimeo links, like https://vimeo.com/25345658/fe46e209ac - that contain not only vimeo id, but also private key | ||||
| * | | | Merge pull request #703 from gurupras/early-listener-fix | Sam Potts | 2017-11-04 | 1 | -3/+11 |
| |\ \ \ | | | | | | | | | | | Allow Plyr.setup event listeners to be set up as separate event listeners | ||||
| | * | | | Allow setup event listeners to be set up as separate event listeners | Guru Prasad Srinivasa | 2017-11-01 | 1 | -3/+11 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | rather than in-conjunction with defaultListener This allows the setup listeners to do things like preventDefault()/stopImmediatePropagation() and have them work | ||||
| * / / | fix #684 memory leaks issues after destroy. | Ashkan Hosseini | 2017-10-28 | 1 | -5/+13 |
| |/ / | |||||
| * | | Version bump | Sam Potts | 2017-10-05 | 1 | -2/+2 |
| | | | |||||
| * | | Fullscreen bug fix (fixes #664) | Sam Potts | 2017-10-05 | 3 | -88/+104 |
| | | | |||||
| * | | Demo fixes | Sam Potts | 2017-10-02 | 1 | -2/+2 |
| | | | |||||
| * | | CDN URL updates | Sam Potts | 2017-10-02 | 1 | -783/+951 |
| |/ | |||||
* / | Adding title to the player html template | Walter Cruz | 2017-08-28 | 1 | -0/+5 |
|/ | |||||
* | Vimeo demo bug fix + repo move | Sam Potts | 2017-05-16 | 1 | -11/+11 |
| | |||||
* | Version bump to 2.0.12 | Sam Potts | 2017-03-25 | 1 | -2/+2 |
| | |||||
* | Merge pull request #468 from jronallo/captions-listener | Sam Potts | 2017-03-25 | 1 | -1/+1 |
|\ | | | | | allow for setting additional listener for captions | ||||
| * | allow for setting additional listener for captions | Jason Ronallo | 2016-12-26 | 1 | -1/+1 |
| | | |||||
* | | Allow configuration of the blank.mp4 URL | Samuel Hodge | 2017-02-11 | 1 | -1/+2 |
| | | | | | | This is useful for people behind firewalls who need to host a blank mp4 themselves. | ||||
* | | Fixed typo | Morten Vestergaard Hansen | 2016-11-30 | 1 | -1/+1 |
|/ | |||||
* | v2.0.11 | Sam Potts | 2016-11-27 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/Selz/plyr | Sam Potts | 2016-11-27 | 1 | -1/+3 |
|\ | |||||
| * | fixes bug where cleanUp would be called twice | Sebastian Carlsson | 2016-11-17 | 1 | -49/+51 |
| | | |||||
* | | Fix for iPad and YouTube issues | Sam Potts | 2016-11-27 | 3 | -87/+117 |
|/ | |||||
* | v2.0.10 | Sam Potts | 2016-11-02 | 1 | -2/+2 |
| | | | | | - Added seek event fixes for Vimeo and YouTube (fixes #409) - Added support for embed URLs rather than ID only (fixes #345) | ||||
* | Added seek event fixes (fixes #409), Added support for URLs (fixes #345) | Sam Potts | 2016-11-02 | 1 | -23/+44 |
| | |||||
* | Added logic to parse youtube video id | Guru Prasad Srinivasa | 2016-10-30 | 1 | -0/+19 |
| | | | | | | | | | This commit is targetted at solving issue#345 and adds functionality to parse youtube video IDs from various types of youtube video URLs. Other embed types like vimeo/soundcloud can be extended by following a similar structure as implemented in this commit. | ||||
* | v2.0.9 | Sam Potts | 2016-10-23 | 1 | -2/+2 |
| | | | | - Temporary patch for the YouTube API issues with `getDuration()` (relates to #374) | ||||
* | Temporary patch for the YouTube API issues with `getDuration()` (relates to ↵ | Sam Potts | 2016-10-23 | 1 | -0/+8 |
| | | | | #374) | ||||
* | v2.0.8 | Sam Potts | 2016-10-23 | 1 | -2/+2 |
| | | | | | | | | | - Added `isPaused()` API method (thanks to @darrena092) - Allowed `.on()` API method to be chainable (thanks to @gurupras) (fixes #357) - Improved the "awful" rendering of captions on small screens in fullscreen mode (fixes #390) - Fix for Firefox VTT compatibility (thanks to @magourex) - Fix for Firefox Developer Edition blank video due to `-webkit-mask-image` issue (fixes #392) - Added Issue and PR templates with the aim of reducing duplicate or duff issues | ||||
* | Fix for caption size (fixes #390), Fix for Firefox Dev (fixes #392) | Sam Potts | 2016-10-23 | 4 | -14/+23 |
| | |||||
* | Manually merged #395 | Sam Potts | 2016-10-23 | 1 | -1/+1 |
| | |||||
* | Added .isPaused to API | Darren Anderson | 2016-10-06 | 1 | -0/+1 |
| | |||||
* | Update plyr.js | Thomas LM | 2016-09-27 | 1 | -3/+14 |
| | |||||
* | Fixed API method, added new methods (fixes #346, #351) | Sam | 2016-08-29 | 1 | -5/+10 |
| | | | | | - Fixed `getCurrentTime()` method (fixes #351) - Added `getVolume()` , `isMuted()` and `getDuration()` API methods (fixes #346) | ||||
* | Fixed AMD definition | Sam | 2016-08-26 | 1 | -158/+87 |
| | |||||
* | Vimeo IE9/10 (Fixes #348), HTML5 ready event (Fixes #349) | Sam Potts | 2016-08-26 | 1 | -8/+10 |
| | |||||
* | Fix for Firefox full screen (fixes #343) | Sam | 2016-08-23 | 1 | -3/+5 |
| | |||||
* | Global keyboard shortcut changes | Sam Potts | 2016-08-22 | 1 | -4/+4 |
| | |||||
* | Added ‘global’ keyboard shortcut option | Sam Potts | 2016-08-22 | 1 | -73/+100 |
| | |||||
* | Version bump for NPM | Sam Potts | 2016-08-22 | 1 | -2/+2 |
| | |||||
* | Bump to v2.0.0 | Sam Potts | 2016-08-22 | 3 | -4/+2 |
| | |||||
* | Version bump | Sam Potts | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | Firefox and Edge fixes | Sam Potts | 2016-08-21 | 1 | -0/+15 |
| | |||||
* | Loading tweaks, Microsoft Edge tweaks | Sam Potts | 2016-08-21 | 3 | -102/+73 |
| | |||||
* | Work on docs | Sam | 2016-08-21 | 1 | -11/+46 |
| | |||||
* | Keyboard shortcuts | Sam | 2016-08-20 | 5 | -111/+200 |
| | |||||
* | Jshint tweaks, changelog | Sam | 2016-08-20 | 1 | -76/+74 |
| |