Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: use new syntax for iframe allow attribute | Sam Potts | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | Sam Potts | 2020-11-14 | 1 | -9/+3 |
|\ | | | | | | | | | | | | | | | | | # Conflicts: # package.json # src/js/plugins/vimeo.js # src/js/plugins/youtube.js # src/js/ui.js # yarn.lock | ||||
| * | Linting changes | Sam Potts | 2020-11-14 | 1 | -15/+15 |
| | | |||||
| * | vimeo oembed api | Benny739 | 2020-09-23 | 1 | -11/+5 |
| | | |||||
* | | feat: custom controls option for embedded players | Sam Potts | 2020-10-19 | 1 | -16/+22 |
| | | |||||
* | | chore: update packages and linting | Sam Potts | 2020-08-30 | 1 | -16/+16 |
|/ | |||||
* | Poster image fix (fixes #1763) | Sam Potts | 2020-04-19 | 1 | -2/+2 |
| | |||||
* | Vimeo ratio fixes | Sam Potts | 2020-04-19 | 1 | -23/+29 |
| | |||||
* | Converted to 2 space indentation | Sam Potts | 2020-04-11 | 1 | -369/+369 |
| | |||||
* | Formatting fixes | Sam Potts | 2020-03-30 | 1 | -7/+10 |
| | |||||
* | catch error in setPlaybackRate on Vimeo | Hugues | 2020-02-20 | 1 | -0/+3 |
| | |||||
* | Speed settings logic improvements | Sam Potts | 2020-02-10 | 1 | -6/+11 |
| | |||||
* | Added vimeo options to hide controls and set referrerPolicy | Sam Potts | 2020-02-10 | 1 | -6/+9 |
| | |||||
* | Clean up speed options logic | Sam Potts | 2020-02-08 | 1 | -6/+0 |
| | |||||
* | #615: updates to vimeo and youtube plugins to ensure that loading classes ↵ | Dustin Harrell | 2019-09-23 | 1 | -0/+8 |
| | | | | are added as content is buffering | ||||
* | File rename and clean up | Sam Potts | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | Linting changes | Sam Potts | 2019-06-01 | 1 | -2/+0 |
| | |||||
* | Ratio improvements | Sam Potts | 2019-04-25 | 1 | -1/+1 |
| | |||||
* | Set download URL via setter | Sam Potts | 2019-04-12 | 1 | -3/+3 |
| | |||||
* | Aspect ratio improvements (fixes #1042, fixes #1366) | Sam Potts | 2019-04-12 | 1 | -1/+1 |
| | |||||
* | Tweaks | Sam Potts | 2019-01-26 | 1 | -13/+15 |
| | |||||
* | Adds options for vimeo plugin #1316 | Christian Gambardella | 2019-01-24 | 1 | -5/+5 |
| | | | | This adds replaces hard coded vimeo options with options that can be passed to the Plyr instance when initializing. | ||||
* | Fullscreen fixes | Sam Potts | 2019-01-14 | 1 | -43/+6 |
| | |||||
* | Fix for Vimeo fullscreen with non 16:9 aspect ratios | Sam Potts | 2018-11-08 | 1 | -3/+20 |
| | |||||
* | Added download button | Sam Potts | 2018-09-28 | 1 | -1/+2 |
| | |||||
* | Linting, housekeeping, duration fix (fixes #1074) | Sam Potts | 2018-06-29 | 1 | -10/+10 |
| | |||||
* | Respect call order and prioritize public API calls for setting poster, in ↵ | Albin Larsson | 2018-06-15 | 1 | -1/+1 |
| | | | | order to avoid race conditions | ||||
* | Copy poster when creating new media element for YouTube and Vimeo (needed ↵ | Albin Larsson | 2018-06-15 | 1 | -1/+4 |
| | | | | for #1018) | ||||
* | Remove line breaks in arrays | Albin Larsson | 2018-06-13 | 1 | -6/+3 |
| | |||||
* | Merge branch 'develop' of github.com:sampotts/plyr into develop | Sam Potts | 2018-06-13 | 1 | -17/+17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/js/captions.js # src/js/controls.js # src/js/fullscreen.js # src/js/html5.js # src/js/listeners.js # src/js/plugins/youtube.js # src/js/plyr.js # src/js/utils.js | ||||
* | | Utils broken down into seperate files and exports | Sam Potts | 2018-06-13 | 1 | -36/+62 |
|/ | |||||
* | Merge pull request #1015 from friday/captions-fixes-again | Sam Potts | 2018-06-11 | 1 | -8/+3 |
|\ | | | | | Captions rewrite (use index internally to support missing or duplicate languages) | ||||
| * | Merge captions setText and setCue into updateCues (fixes #998 and vimeo ↵ | Albin Larsson | 2018-06-08 | 1 | -8/+3 |
| | | | | | | | | cuechange event) | ||||
* | | Merge pull request #1020 from friday/1016 | Sam Potts | 2018-06-11 | 1 | -0/+8 |
|\ \ | | | | | | | Vimeo: Update playback state and assure events are triggered on load | ||||
| * | | Vimeo: Assure state is updated with autoplay (fixes #1016) | Albin Larsson | 2018-06-11 | 1 | -0/+8 |
| |/ | |||||
* / | Fix problem with YouTube and Vimeo seeking while playing | Albin Larsson | 2018-06-11 | 1 | -3/+7 |
|/ | |||||
* | Fix #876: YouTube and Vimeo autoplays on seek | Albin Larsson | 2018-05-19 | 1 | -20/+20 |
| | |||||
* | Fix playback state (paused) and events (play/pause) | Albin Larsson | 2018-05-19 | 1 | -13/+14 |
| | |||||
* | Rewrite ui.setPoster to check that images arent broken or youtube fallback ↵ | Albin Larsson | 2018-05-15 | 1 | -5/+2 |
| | | | | images. Only show poster element when valid | ||||
* | Vimeo options, docs for multiple players | Sam Potts | 2018-05-08 | 1 | -1/+4 |
| | |||||
* | Use div for poster, Vimeo fixes, Tooltip fixes | Sam Potts | 2018-05-08 | 1 | -1/+2 |
| | |||||
* | v3.3.0 | Sam Potts | 2018-05-06 | 1 | -4/+23 |
| | |||||
* | ARIA and Vimeo fixes | Sam Potts | 2018-04-18 | 1 | -1/+12 |
| | |||||
* | More bug fixes | Sam Potts | 2018-04-17 | 1 | -3/+13 |
| | |||||
* | Vimeo hotfix | Sam Potts | 2018-03-29 | 1 | -3/+9 |
| | |||||
* | Bug fixes | Sam Potts | 2018-03-28 | 1 | -4/+13 |
| | |||||
* | Vimeo offset tweak (fixes #826) | Sam Potts | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Fix for .stop() method (fixes #819) | Sam Potts | 2018-03-22 | 1 | -4/+2 |
| | |||||
* | Event listener fixes, loadScript promise, ads tweaks | Sam Potts | 2018-03-11 | 1 | -3/+8 |
| | |||||
* | Ready event fix, YouTube play event fix, docs update | Sam Potts | 2018-03-03 | 1 | -1/+1 |
| |