Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | Merge pull request #1655 from laukstein/patch-1 | Sam Potts | 2020-01-22 | 2 | -1/+2 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Uncaught RangeError: Maximum call stack size exceeded | |||||
| | | | * | | | | | | | Uncaught RangeError: Maximum call stack size exceeded | Binyamin Laukstein | 2020-01-22 | 1 | -1/+1 | |
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | Fix formatTime infinite loop #1621 | |||||
| | * | | | | | | | | Audio style fix | Sam Potts | 2020-01-26 | 5 | -7/+12 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Fix reference | Sam Potts | 2020-01-21 | 1 | -17/+22 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Presentation fixes | Sam Potts | 2020-01-21 | 3 | -6/+4 | |
| | | | | | | | | | ||||||
| | * | | | | | | | HTML5 poster fixes for multiple downloads | Sam Potts | 2020-01-21 | 3 | -4/+12 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2020-01-21 | 2 | -8/+24 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/sass/components/video.scss | |||||
| | | * \ \ \ \ \ \ | Merge pull request #1651 from shravan2x/develop | Sam Potts | 2020-01-21 | 3 | -8/+25 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fixed Plyr container not resizing responsively | |||||
| | | | * | | | | | | | Fixed Plyr container not resizing responsively | Shravan Rajinikanth | 2020-01-19 | 3 | -8/+25 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Fix issue with browser sync preview | Sam Potts | 2020-01-14 | 1 | -0/+1 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fix issues with fixed ratios and 100% height/width | Sam Potts | 2020-01-14 | 3 | -2/+5 | |
| | |/ / / / / / / | ||||||
| | * | | | | | | | Fix build | Sam Potts | 2020-01-14 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| | * | | | | | | | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2020-01-14 | 0 | -0/+0 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/controls.js # src/sass/components/volume.scss | |||||
| | | * \ \ \ \ \ \ | Merge pull request #1629 from sumanbh/ios-show-volume | Sam Potts | 2020-01-14 | 2 | -8/+1 | |
| | | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | IOS - Fix being unable to unmute auto-played videos | |||||
| | | | * | | | | | | | fix being unable to unmute autoplayed video on IOS | Suman Bhattarai | 2019-12-03 | 2 | -8/+1 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Remove logic to hide/show volume controls based on audio track | Sam Potts | 2020-01-14 | 1 | -7/+0 | |
| | | | | | | | | | | | ||||||
| | * | | | | | | | | | Manually merge PR #1629 | Sam Potts | 2020-01-14 | 3 | -24/+6 | |
| | |/ / / / / / / / | ||||||
| | * | | | | | | | | Manually merged PR #1607 | Sam Potts | 2020-01-14 | 2 | -30/+42 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fix browser sync vs watch issues | Sam Potts | 2020-01-14 | 1 | -16/+23 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Fix linting issues | Sam Potts | 2020-01-13 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #1484 from MaxGiting/patch-1 | Sam Potts | 2020-01-13 | 1 | -10/+10 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Improve clarity | |||||
| | | * | | | | | | | | Improve clarity | MaxGiting | 2019-07-01 | 1 | -10/+10 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge pull request #1505 from nskazki/detach-event-listeners-on-destroy | Sam Potts | 2020-01-13 | 1 | -5/+7 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Detach event listeners on destroy | |||||
| | | * | | | | | | | | Detach event listeners on destroy | nskazki | 2019-07-19 | 1 | -5/+7 | |
| | | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if "on" receives "this", it attaches "eventListeners" array to "this" and stores "{ element, type, callback }" hash in there. later, during the destruction process, all the entries from this array will be processed by "unbindListeners" helper to detach all the event listeners. | |||||
| | * | | | | | | | | Merge pull request #1521 from ondratra/develop | Sam Potts | 2020-01-13 | 2 | -0/+561 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | typescript typings | |||||
| | | * | | | | | | | | typescript typings | ondratra | 2019-08-07 | 2 | -0/+561 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Merge pull request #1516 from azizhk/toggle_return_promsie | Sam Potts | 2020-01-13 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Toggle also returns promise | |||||
| | | * | | | | | | | | Toggle also returns promise | Aziz Khambati | 2019-07-30 | 1 | -3/+3 | |
| | | | |_|/ / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge pull request #1552 from SoftCreatR/patch-2 | Sam Potts | 2020-01-13 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Fix ads configuration | |||||
| | | * | | | | | | | | Fixed ads configuration | Sascha Greuel | 2019-08-27 | 1 | -1/+1 | |
| | | | |/ / / / / / | | | |/| | | | | | | ||||||
| | * | | | | | | | | Merge pull request #1560 from 0xflotus/develop | Sam Potts | 2020-01-13 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Update readme.md | |||||
| | | * | | | | | | | | Update readme.md | 0xflotus | 2019-09-01 | 1 | -1/+1 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Comment clean up | Sam Potts | 2020-01-13 | 1 | -2/+3 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge pull request #1570 from felipedeboni/ie11-resetonend-fix | Sam Potts | 2020-01-13 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Prevents IE11 with resetOnEnd option set to true to play video again | |||||
| | | * | | | | | | | | Prevents IE11 with resetOnEnd option set to true to play video again | Felipe K. De Boni | 2019-09-16 | 1 | -0/+2 | |
| | | |/ / / / / / / | ||||||
| | * | | | | | | | | Fix linting issues | Sam Potts | 2020-01-13 | 2 | -7/+2 | |
| | | | | | | | | | | ||||||
| | * | | | | | | | | Merge branch 'master' into develop | Sam Potts | 2020-01-13 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2020-01-13 | 5 | -1/+21 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ | Merge pull request #1565 from lmislm/patch-1 | Sam Potts | 2020-01-13 | 1 | -0/+1 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Update defaults.js | |||||
| | | | * | | | | | | | | | Update defaults.js | Baskerville* | 2019-09-06 | 1 | -0/+1 | |
| | | | | |_|/ / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | update defaults.i18n | |||||
| | | * | | | | | | | | | Merge pull request #1525 from lunika/play-button-aria | Sam Potts | 2020-01-13 | 1 | -0/+1 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | ♿️(controls) change play button aria-label value when its state change | |||||
| | | | * | | | | | | | | | ♿️(controls) change play button aria-label value when its state change | Manuel Raynaud | 2019-08-07 | 1 | -0/+1 | |
| | | | | |_|/ / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The aria-label attribute set on all play buttons does not change according the player state. When the video is playing, the aria-label should change to pause otherwise screen reader will not detect that this button now can be used to pause the video. | |||||
| | | * | | | | | | | | | Merge pull request #1577 from avidnewmedia/issue-615 | Sam Potts | 2020-01-13 | 2 | -0/+14 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | #615: updates to vimeo and youtube buffering state | |||||
| | | | * | | | | | | | | | #615: updates to vimeo and youtube plugins to ensure that loading classes ↵ | Dustin Harrell | 2019-09-23 | 2 | -0/+14 | |
| | | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are added as content is buffering | |||||
| | | * | | | | | | | | | Merge pull request #1582 from bseib/1306-preserve-svg-symbol-viewbox | Sam Potts | 2020-01-13 | 1 | -1/+5 | |
| | | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve viewBox attribute in SVG sprite symbols | |||||
| | | | * | | | | | | | | | Preserve viewBox attribute in SVG sprite symbols | Broc Seib | 2019-10-01 | 1 | -1/+5 | |
| | | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When generating the SVG sprite (using imagemin and svstore) the imagemin step needs to NOT cleanup/remove the viewBox attributes from the individual svg files. fixes #1306 | |||||
| | * | | | | | | | | | | Manually port over change from PR #1616 | Sam Potts | 2020-01-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | Manually port over change from PR #1625 | Sam Potts | 2020-01-13 | 1 | -3/+1 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Merge branch 'master' into develop | Sam Potts | 2020-01-13 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Added local server, package upgrades | Sam Potts | 2020-01-13 | 26 | -2941/+6106 | |
| | | |_|/ / / / / / / | | |/| | | | | | | | |