Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | Fix fast-forward control | Saad Shahd | 2018-03-21 | 3 | -3/+3 | |
| | | | | | | | | | | | | fast-forward control doesn't work. | |||||
* | | | Merge branch 'master' of github.com:sampotts/plyr | Sam Potts | 2018-03-22 | 1 | -1/+1 | |
|\| | | ||||||
| * | | Merge pull request #822 from DanielRuf/patch/fix-options-link | Sam Potts | 2018-03-21 | 1 | -1/+1 | |
| |\ \ | | |/ | |/| | fix the options link in the readme | |||||
| | * | fix the options link in the readme | Daniel Ruf | 2018-03-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Improve Sprite checking (fixes #827) | Sam Potts | 2018-03-22 | 9 | -21/+46 | |
|/ / | ||||||
* | | v3.0.2 | Sam Potts | 2018-03-18 | 19 | -1885/+1090 | |
| | | ||||||
* | | Fix for Safari with adblockers | Sam Potts | 2018-03-18 | 15 | -1217/+3027 | |
| | | ||||||
* | | Fix for local storage issue | Sam Potts | 2018-03-18 | 15 | -45/+76 | |
| | | ||||||
* | | Changelog updated | Sam Potts | 2018-03-18 | 1 | -1/+1 | |
| | | ||||||
* | | Sentry in live only | Sam Potts | 2018-03-18 | 9 | -763/+783 | |
| | | ||||||
* | | Added Sentry | Sam Potts | 2018-03-18 | 15 | -373/+4156 | |
| | | ||||||
* | | Typo | Sam Potts | 2018-03-17 | 1 | -1/+1 | |
| | | ||||||
* | | Updated screenshot | Sam Potts | 2018-03-17 | 1 | -1/+1 | |
| | | ||||||
* | | v3.0.0 | Sam Potts | 2018-03-17 | 11 | -1706/+989 | |
| | | ||||||
* | | Removed beta message | Sam Potts | 2018-03-17 | 1 | -4/+0 | |
| | | ||||||
* | | Merge branch 'beta' | Sam Potts | 2018-03-17 | 148 | -13001/+37734 | |
|\| | | | | | | | | | # Conflicts: # readme.md | |||||
| * | Added buffered getter | Sam Potts | 2018-03-17 | 19 | -1091/+7597 | |
| | | ||||||
| * | Vimeo fix | Sam Potts | 2018-03-15 | 16 | -5860/+50 | |
| | | ||||||
| * | 3.0.0-beta.20 | Sam Potts | 2018-03-13 | 16 | -66/+118 | |
| | | ||||||
| * | 3.0.0-beta.19 | Sam Potts | 2018-03-13 | 14 | -50/+53 | |
| | | ||||||
| * | Typography fix | Sam Potts | 2018-03-13 | 13 | -31/+48 | |
| | | ||||||
| * | 3.0.0-beta.18 | Sam Potts | 2018-03-13 | 17 | -1708/+1010 | |
| | | ||||||
| * | Update ads | Sam Potts | 2018-03-13 | 11 | -62/+28 | |
| | | ||||||
| * | Fix for null manager race condition | Sam Potts | 2018-03-11 | 9 | -61/+59 | |
| | | ||||||
| * | Normalised event names and removed unused | Sam Potts | 2018-03-11 | 9 | -172/+196 | |
| | | ||||||
| * | Merge pull request #804 from friday/ads-trigger-arguments | Sam Potts | 2018-03-11 | 1 | -4/+5 | |
| |\ | | | | | | | [v3] Add optional arguments to Ads.trigger | |||||
| | * | Add optional argument to Ads.trigger (currently only used for adblocker error) | Albin Larsson | 2018-03-10 | 1 | -4/+5 | |
| |/ | ||||||
| * | Event listener fixes, loadScript promise, ads tweaks | Sam Potts | 2018-03-11 | 25 | -3265/+3438 | |
| | | ||||||
| * | Merge branch 'beta' of github.com:sampotts/plyr into beta | Sam Potts | 2018-03-10 | 4 | -56/+57 | |
| |\ | ||||||
| | * | Merge pull request #802 from gehaktmolen/ad-hotfixes | Sam Potts | 2018-03-10 | 4 | -56/+57 | |
| | |\ | | | | | | | | | Advertisement couldnt be loaded when creative dimensions do not align after resizing | |||||
| | | * | Removed redundant wrappers within the adsmanager promises. | Arthur Hulsman | 2018-03-09 | 1 | -3/+3 | |
| | | | | ||||||
| | | * | Unneeded else has been removed within the play() method. | Arthur Hulsman | 2018-03-09 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Made sure play() returns a promise. | Arthur Hulsman | 2018-03-09 | 1 | -2/+2 | |
| | | | | ||||||
| | | * | Ad block detection would not work when calling play() right after creating ↵ | Arthur Hulsman | 2018-03-09 | 3 | -45/+37 | |
| | | | | | | | | | | | | | | | | the player instance, so the adsManager now also rejects on such a case. Also made sure that calling play() will wait for the adsManager promise to resolve or otherwise return the media.play() method. | |||||
| | | * | Resizing the ad container while having it on display none will return offset ↵ | Arthur Hulsman | 2018-03-07 | 2 | -6/+17 | |
| | | | | | | | | | | | | | | | | width and height of 0, which will cause ads not to play when ad sizes are set within the clients DSP. Also making sure that the inner containers of the ad container are full size. The container is now hidden/ displayed using z-index. | |||||
| | | * | Made sure that cue points for midrolls are not displayed when the ad rule ↵ | Arthur Hulsman | 2018-03-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | for a midroll doesn't exceed the total play time of a video. | |||||
| | | * | Removed a double this.enabled variable and updated a comment in ads.js. Also ↵ | Arthur Hulsman | 2018-03-06 | 3 | -15/+13 | |
| | |/ | | | | | | | | | | made sure the adsmanager promise also can fail, so we can use it to wait for getting the advertisement ready when someone clicks the play button. Otherwise there it can look glitchy when the actual video starts playing and the video ad plays a few seconds later because the vast tag was slow to retrieve. Also fixed a typo. | |||||
| * / | Manually merged PRs | Sam Potts | 2018-03-10 | 16 | -1028/+1768 | |
| |/ | ||||||
| * | v3.0.0-beta.17 | Sam Potts | 2018-03-03 | 13 | -22/+22 | |
| | | ||||||
| * | Typo | Sam Potts | 2018-03-03 | 3 | -3/+3 | |
| | | ||||||
| * | 3.0.0-beta.16 | Sam Potts | 2018-03-03 | 10 | -1696/+989 | |
| | | ||||||
| * | Ready event fix, YouTube play event fix, docs update | Sam Potts | 2018-03-03 | 26 | -1235/+2103 | |
| | | ||||||
| * | Package updates | Sam Potts | 2018-02-22 | 7 | -11/+11 | |
| | | ||||||
| * | v3.0.0-beta.15 | Sam Potts | 2018-02-19 | 11 | -1706/+1003 | |
| | | ||||||
| * | Fix IE CORS captions | Sam Potts | 2018-02-19 | 10 | -1014/+1819 | |
| | | ||||||
| * | Pause button fix, polyfilled build, unminified builds | Sam Potts | 2018-02-17 | 22 | -79/+19940 | |
| | | ||||||
| * | Merge pull request #781 from friday/gulp-unminified-js-output | Sam Potts | 2018-02-17 | 4 | -28/+80 | |
| |\ | | | | | | | Build both minified and non-minified js-bundles | |||||
| | * | Merge branch 'beta' into gulp-unminified-js-output | Sam Potts | 2018-02-17 | 26 | -366/+392 | |
| | |\ | | |/ | |/| | ||||||
| * | | v3.0.0-beta.13 | Sam Potts | 2018-02-13 | 4 | -7/+7 | |
| | | | ||||||
| * | | Fix for custom controls | Sam Potts | 2018-02-13 | 10 | -61/+66 | |
| | | |