Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | Dynamically set YouTube autoplay from config | Shakeel Mohamed | 2016-03-12 | 2 | -3/+3 | |
| | |/ | | | | | | | | | | | | | The YouTube autoplay doesn't work without this change. | |||||
| | * | Update readme.md | Sam Potts | 2016-03-07 | 1 | -0/+2 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-03-07 | 1 | -3/+3 | |
| | | | ||||||
| * | | SASS fixes, Default font stack added | Sam Potts | 2016-03-13 | 3 | -9/+11 | |
| |/ | ||||||
| * | Bug fixes and native APIs exposed for embeds | Sam Potts | 2016-03-07 | 5 | -15/+27 | |
| | | ||||||
| * | Cancel requests on source change (Fixes #174) | Sam Potts | 2016-02-28 | 5 | -10/+56 | |
| | | ||||||
| * | CustomEvent polyfill (Fixes #172) | Sam Potts | 2016-02-28 | 5 | -13/+23 | |
| | | ||||||
| * | Remove version from source | Sam Potts | 2016-02-25 | 1 | -1/+0 | |
| | | ||||||
| * | Volume storage fix (Fixes #171) | Sam Potts | 2016-02-25 | 4 | -9/+13 | |
| | | ||||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-23 | 1 | -5/+5 | |
| |\ | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-21 | 1 | -5/+5 | |
| | | | ||||||
| * | | Docs code | Sam Potts | 2016-02-23 | 2 | -2/+2 | |
| |/ | ||||||
| * | Removed npm log | Sam Potts | 2016-02-21 | 2 | -20/+1 | |
| | | ||||||
| * | Fix for manual captions | Sam Potts | 2016-02-21 | 4 | -13/+23 | |
| | | ||||||
| * | v1.5.12 | Sam Potts | 2016-02-21 | 3 | -7/+27 | |
| | | ||||||
| * | 1.5.12 | Sam Potts | 2016-02-21 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-21 | 9 | -92/+107 | |
| |\ | | | | | | | | | | | | | # Conflicts: # src/js/plyr.js | |||||
| | * | Merge pull request #168 from gurupras/fix-captions | Sam Potts | 2016-02-21 | 1 | -8/+20 | |
| | |\ | | | | | | | | | Fixes for captions | |||||
| | | * | Updated manual caption split pattern | Guru Prasad Srinivasa | 2016-02-16 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Previously, Plyr was using a fixed pattern of '\n\n' to split contents into captions. This does not always work as some VTT files contain '\r\n'. This commit checks for both. | |||||
| | | * | Some WebVTT fixes to allow manual captions | Guru Prasad Srinivasa | 2016-02-16 | 1 | -5/+11 | |
| | |/ | | | | | | | | | | | | | | | | WebVTT allows additional parameters along with the line that contains the start and end times. These were not being filtered out while attempting to manually display captions. | |||||
| | * | Merge pull request #167 from ivanvermeyen/patch-1 | Sam Potts | 2016-02-15 | 0 | -0/+0 | |
| | |\ | | | | | | | | | Allow player control colors to be overridden #158 | |||||
| | | * | Allow player control colors to be overridden #158 | Ivan Vermeyen | 2016-02-12 | 1 | -6/+4 | |
| | | | | ||||||
| | * | | Update readme.md | Sam Potts | 2016-02-14 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | WIP on captions bug, manual duration option, reset media object | Sam Potts | 2016-02-21 | 7 | -450/+509 | |
| |/ / | ||||||
| * | | Version bump | Sam Potts | 2016-02-13 | 2 | -5/+13 | |
| | | | ||||||
| * | | 1.5.11 | Sam Potts | 2016-02-13 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'master' of github.com:selz/plyr | Sam Potts | 2016-02-13 | 3 | -16/+30 | |
| |\| | | | | | | | | | | | | | # Conflicts: # dist/plyr.js | |||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-09 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-05 | 1 | -0/+6 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-04 | 1 | -1/+12 | |
| | | | ||||||
| | * | Update readme.md | Sam Potts | 2016-02-04 | 1 | -4/+0 | |
| | | | ||||||
| | * | Merge pull request #156 from mortonfox/patch-1 | Sam Potts | 2016-02-02 | 1 | -1/+1 | |
| | |\ | | | | | | | | | Fix the svgfixer.js link | |||||
| | | * | Fix the svgfixer.js link | Morton Fox | 2016-02-01 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | Update readme.md | Sam Potts | 2016-01-29 | 1 | -0/+1 | |
| | | | ||||||
| | * | Merge pull request #154 from marvinhagemeister/fix_window_usage | Sam Potts | 2016-01-28 | 1 | -1/+1 | |
| | |\ | | | | | | | | | Get the proper reference to window on initialization. | |||||
| | | * | Get the proper window reference on initialization. | Marvin Hagemeister | 2016-01-27 | 1 | -1/+1 | |
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous code assumed that `this` points to the browsers window object, which is not the case when using a module bundler. So we check for the variable `window` first, before falling back to `this`. (taken from jQuery's codebase) | |||||
| | * | Merge pull request #152 from marvinhagemeister/fix_commonjs | Sam Potts | 2016-01-27 | 2 | -6/+6 | |
| | |\ | | | | | | | | | Swap CommonJS and AMD module check so that CommonJS is checked first | |||||
| | | * | Check for module.exports as well for CommonJS Modules | Marvin Hagemeister | 2016-01-26 | 2 | -3/+3 | |
| | | | | ||||||
| | | * | Swap CommonJS and AMD module check so that CommonJS is checked first. Fixes ↵ | Marvin Hagemeister | 2016-01-26 | 2 | -5/+5 | |
| | |/ | | | | | | | | | | Webpack module bundling | |||||
| * | | iOS fix (Fixes #166), Edge Progress Tip (Fixes #160), SASS fix (Fixes #158) | Sam Potts | 2016-02-13 | 10 | -33/+57 | |
| | | | ||||||
| * | | 1.5.10 | Sam Potts | 2016-01-26 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #151 from marvinhagemeister/fix_npm | Sam Potts | 2016-01-26 | 1 | -1/+1 | |
| |\ | | | | | | | Fix broken npm require/import | |||||
| | * | NPM package main must always be the main source file. Fixes broken ↵ | Marvin Hagemeister | 2016-01-26 | 1 | -1/+1 | |
| |/ | | | | | | | require/import | |||||
| * | Update readme.md | Sam Potts | 2016-01-26 | 1 | -0/+3 | |
| | | ||||||
| * | NPM updates and published (fixes #146) | Sam Potts | 2016-01-26 | 2 | -4/+17 | |
| | | ||||||
| * | Npm changes | Sam Potts | 2016-01-26 | 2 | -7/+7 | |
| | | ||||||
| * | Merge pull request #150 from marvinhagemeister/remove_global | Sam Potts | 2016-01-26 | 1 | -3/+0 | |
| |\ | | | | | | | Remove global preinstall script |