aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #654 from jjui/patch-1Sam Potts2017-11-042-1/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Enable start/stop toggle on whole element
| * | | | | | | | | | | | Update plyr.scssSam Potts2017-11-041-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update plyr.lessSam Potts2017-11-041-0/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Update plyr.lessJ2017-09-091-0/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | Enable start/stop toggle on whole elementJ2017-09-091-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to issue https://github.com/sampotts/plyr/issues/587
* | | | | | | | | | | | | Merge pull request #678 from StudyTube/use-url-as-input-for-vimeo-playerSam Potts2017-11-041-15/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add URL as a possible input option to Vimeo player
| * | | | | | | | | | | | | Add URL as a possible input option to Vimeo playerYuriy Kuzin2017-10-061-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-fixSam Potts2017-11-041-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 listenersGuru Prasad Srinivasa2017-11-011-3/+11
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than in-conjunction with defaultListener This allows the setup listeners to do things like preventDefault()/stopImmediatePropagation() and have them work
* | | | | | | | | | | | | | Merge pull request #700 from ashkanhosseini/masterSam Potts2017-11-041-5/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | fix #684 memory leaks issues after destroy.
| * | | | | | | | | | | | | fix #684 memory leaks issues after destroy.Ashkan Hosseini2017-10-281-5/+13
|/ / / / / / / / / / / / /
| | * | | | | | | | | | | TypoSam Potts2017-11-041-1/+1
| | | | | | | | | | | | |
| | * | | | | | | | | | | dding title to the player html template (build)Walter Cruz2017-08-284-5/+4
| | | | | | | | | | | | |
| | * | | | | | | | | | | Adding title to the player html templateWalter Cruz2017-08-282-0/+6
| |/ / / / / / / / / / /
| | | * | | | | | | | | Gulp buildversfx2017-07-061-2/+2
| | | | | | | | | | | |
| | | * | | | | | | | | Fix for https://github.com/sampotts/plyr/issues/601versfx2017-07-061-1/+4
| | |/ / / / / / / / /
| | | * | | | | | | | updated to check for global namespaceBrandon Pereira2017-05-012-4/+3
| | | | | | | | | | |
| | | * | | | | | | | fix for svg4everybody conflicting with plyrBrandon Pereira2017-05-013-4/+5
| | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | | * | | | | | Enable speed controls using Vimeo APIYuriy2017-10-261-1/+2
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | Version bumpSam Potts2017-10-052-5/+5
| | | | | | | | |
* | | | | | | | | Fullscreen bug fix (fixes #664)Sam Potts2017-10-059-93/+113
| | | | | | | | |
* | | | | | | | | Demo fixesSam Potts2017-10-0211-103/+137
| | | | | | | | |
* | | | | | | | | Readme fixSam Potts2017-10-021-1/+1
| | | | | | | | |
* | | | | | | | | CDN URL updatesSam Potts2017-10-0211-933/+1109
|/ / / / / / / /
* / / / / / / / Update readme.mdSam Potts2017-08-131-4/+2
|/ / / / / / /
* | | | | | | Delete notes.mdSam Potts2017-05-161-43/+0
| | | | | | |
* | | | | | | Update bower.jsonSam Potts2017-05-161-2/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Plugin versionsSam Potts2017-05-161-2/+2
| | | | | |
* | | | | | Vimeo demo bug fix + repo moveSam Potts2017-05-1611-49/+92
|/ / / / /
* | | | | Version bump to 2.0.12Sam Potts2017-03-257-11/+11
| | | | |
* | | | | Changelog updateSam Potts2017-03-251-0/+4
| | | | |
* | | | | Merge pull request #468 from jronallo/captions-listenerSam Potts2017-03-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | allow for setting additional listener for captions
| * | | | | allow for setting additional listener for captionsJason Ronallo2016-12-261-1/+1
| | | | | |
* | | | | | Merge pull request #504 from ShimShamSam/masterSam Potts2017-03-256-6/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add blankUrl option to set the URL for blank.mp4
| * | | | | | Generated dist filesSamuel Hodge2017-02-124-5/+5
| | | | | | |
| * | | | | | Documented the blankUrl optionSamuel Hodge2017-02-111-0/+6
| | | | | | |
| * | | | | | Allow configuration of the blank.mp4 URLSamuel Hodge2017-02-111-1/+2
| | | | | | | | | | | | | | | | | | | | | This is useful for people behind firewalls who need to host a blank mp4 themselves.
* | | | | | | Update readme.mdSam Potts2017-03-091-2/+2
|/ / / / / /
* | | | | | Update readme.mdSam Potts2017-02-101-0/+1
| | | | | |
* | | | | | Update readme.mdSam Potts2017-02-101-1/+3
| | | | | |
* | | | | | Update readme.mdSam Potts2017-02-091-1/+1
| | | | | |
* | | | | | Update readme.mdSam Potts2017-02-091-0/+6
| | | | | |
* | | | | | Merge pull request #437 from tv2/playgroundSam Potts2017-01-101-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed typo
| * | | | | | Fixed typoMorten Vestergaard Hansen2016-11-301-1/+1
| |/ / / / /
* | | | | | Merge pull request #477 from iamrobert/patch-1Sam Potts2017-01-101-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update index.html
| * | | | | | Update index.htmlRobert Stark2017-01-101-2/+2
|/ / / / / / | | | | | | | | | | | | Just missing the closing </li>
* | | | | | Update issue_template.mdSam Potts2017-01-101-1/+1
| | | | | |
* | | | | | Update issue_template.mdSam Potts2017-01-101-1/+11
|/ / / / /
* | | | | v2.0.11Sam Potts2016-11-275-19/+23
| | | | |
* | | | | Merge branch 'master' of https://github.com/Selz/plyrSam Potts2016-11-272-4/+8
|\ \ \ \ \