Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Plyr

A simple HTML5, YouTube and Vimeo player
Collective - Host: opensource - https://opencollective.com/plyr - Website: https://plyr.io - Code: https://github.com/sampotts/plyr

Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - 5b39986835e9b5d0932e3e9f491f4ca3a320629c authored over 6 years ago by Sam Potts <[email protected]>
ARIA and Vimeo fixes

github.com/sampotts/plyr - a97b08e8ea0022646eae005ce64a7edf8b26fb29 authored over 6 years ago by Sam Potts <[email protected]>
Merge pull request #903 from friday/901

Show captions even if toggle button is omitted from controls

github.com/sampotts/plyr - 56d1be944720a98aad0de52de83ac561af21e93b authored over 6 years ago by Sam Potts <[email protected]>
Merge pull request #904 from friday/881

Fullscreen aria-pressed event listened fix for Chrome

github.com/sampotts/plyr - a241cb52154afb746d6151e27093f89ab75badd2 authored over 6 years ago by Sam Potts <[email protected]>
Fullscreen aria-pressed event listened fix for Chrome

github.com/sampotts/plyr - 042b1a82941dac194a02f62256b1a965ee656730 authored over 6 years ago by Albin Larsson <[email protected]>
Don't require captions toggle button to be enabled in order to show captions

github.com/sampotts/plyr - 6d79b8cd4cb3b256ee5616ffc196c87cf74bf6f8 authored over 6 years ago by Albin Larsson <[email protected]>
More bug fixes

github.com/sampotts/plyr - 119b471b84f8e2a25c61a09c0905d429a475407d authored over 6 years ago by Sam Potts <[email protected]>
Fix for `playing` false positive (fixes #898)

github.com/sampotts/plyr - 7f079e0ec3abbc9909807a1d9da60e18099a48f0 authored over 6 years ago by Sam Potts <[email protected]>
Fixed bug for captions with no srclang and labels and improved logic (fixes #875)

github.com/sampotts/plyr - 46fe3eecff478a80636f538a9f843bb0f21f4802 authored over 6 years ago by Sam Potts <[email protected]>
PR merge

github.com/sampotts/plyr - 3061a701d57ab04a3b48ebe5174e9c9bef8d6d7d authored over 6 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - e45109e1d70b84375db789b69baa80d41e76ad3f authored over 6 years ago by Sam Potts <[email protected]>
Merge pull request #895 from nicolasthy/patch-1

Fix IE10 split error

github.com/sampotts/plyr - e138e6d51e3cd85d85ccbd32674f75a63a3771ef authored over 6 years ago by Sam Potts <[email protected]>
Fix IE10 with default captions.language

github.com/sampotts/plyr - aef1363b0462535909ab70325a9d37d5e5a46570 authored over 6 years ago by Nicolas Thiry <[email protected]>
Fix IE10 split error

On IE10, Plyr throws the error `Unable to get property 'split' of undefined or null reference`. ...

github.com/sampotts/plyr - 766dd03d81d6320062e0d797489b879539117f20 authored over 6 years ago by Nicolas Thiry <[email protected]>
Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - ab393651ecd3a68f720524574360c38637015ed6 authored over 6 years ago by Sam Potts <[email protected]>
Merge pull request #888 from Antonio-Laguna/master

Safer check for active caption

github.com/sampotts/plyr - ffd265d0ae5fc146cb56aa1f99026fd2f98ff529 authored over 6 years ago by Sam Potts <[email protected]>
Safer check for active caption

github.com/sampotts/plyr - 72155472dd2f0899f819fcd530def2a65707e940 authored over 6 years ago by Antonio Laguna <[email protected]>
Merge pull request #887 from danielsarin/use-i18n-for-normal-speed

Add i18n support for "Normal" value in speed options

github.com/sampotts/plyr - 9b7170834e568bb82767e0306cf6e23f7959f0fe authored over 6 years ago by Sam Potts <[email protected]>
Add i18n support for "Normal" value in speed options

github.com/sampotts/plyr - 3e57a87bf7809d4393e1d3fdf6df0c4ac66ea8c5 authored over 6 years ago by Daniel Sarin <[email protected]>
Merge pull request #886 from danielsarin/increate-menu-z-index

Increase menu container z-index to be higher than controls

github.com/sampotts/plyr - a15d1c9f1c6c146594ea9688ff469c9a727d7cea authored over 6 years ago by Sam Potts <[email protected]>
Increase menu container z-index to be higher than controls

github.com/sampotts/plyr - a095a64f90e19f5e26b3d63f54e1fdbdbe805632 authored over 6 years ago by Daniel Sarin <[email protected]>
Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - 2374d6b1c46b6d2e9c172e1573d6e6f93919391c authored over 6 years ago by Sam Potts <[email protected]>
Restore paused state after seek

github.com/sampotts/plyr - 5ed3ff9084c5be598d1d2711a88ff9871580ff33 authored over 6 years ago by Sam Potts <[email protected]>
Merge pull request #874 from friday/873

Fixes issue leaving fullscreen in Chrome using button

github.com/sampotts/plyr - 385be55510b03f2a18d93738c56257feb05deee3 authored almost 7 years ago by Sam Potts <[email protected]>
Fixes #873 Can't leave fullscreen in Chrome (using button)

github.com/sampotts/plyr - 3082d0d128b5f0c91a264f750f7fdc93be96fafa authored almost 7 years ago by Albin Larsson <[email protected]>
Merge pull request #871 from friday/867

Fix #867: Add custom property fallback

github.com/sampotts/plyr - f7e242f0545d176b6c4e7bb49e1faa7671884628 authored almost 7 years ago by Sam Potts <[email protected]>
Merge pull request #868 from friday/null-no-controls

Fix string "null" being appended after the video if controls argument is empty.

github.com/sampotts/plyr - 28745050049df76e3967556e749f4e90881f3118 authored almost 7 years ago by Sam Potts <[email protected]>
Fix #867: Add custom property fallback

github.com/sampotts/plyr - ed9e0c13d78ca69886ee5daa7749a0c9049afff8 authored almost 7 years ago by Albin Larsson <[email protected]>
Fix 'null' being appended after the video if controls is empty array

github.com/sampotts/plyr - 10be94fa99cf30b7b386eb0860718bad2f89eb00 authored almost 7 years ago by Albin Larsson <[email protected]>
Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - ee79c46145578c77fbf37c93389a3c7e7a950b0c authored almost 7 years ago by Sam Potts <[email protected]>
Style fixes

github.com/sampotts/plyr - 384010a2c0b4c08bb226240f48b5e615564fbd22 authored almost 7 years ago by Sam Potts <[email protected]>
Merge pull request #863 from friday/data-plyr-config-no-options

Fix loading data-plyr-config when initiating Plyr without any options

github.com/sampotts/plyr - 1e47019122248b1376e09e30c51fab885fb3c200 authored almost 7 years ago by Sam Potts <[email protected]>
Fix loading data-plyr-config when initiating Plyr without any options

github.com/sampotts/plyr - 536c65e82cc73e82ca8d9e72450a17abac4fd78e authored almost 7 years ago by Albin Larsson <[email protected]>
Changelog

github.com/sampotts/plyr - cdf14932ecae744fc8b5ff1088880c845d9ebc76 authored almost 7 years ago by Sam Potts <[email protected]>
v3.1.0

github.com/sampotts/plyr - 3b20dbd9fdd7438d0ebb64ea0672550d87f3bafb authored almost 7 years ago by Sam Potts <[email protected]>
Styling fixes

github.com/sampotts/plyr - e4d975af00d54bc636cc5b947d6a44176f09dd0b authored almost 7 years ago by Sam Potts <[email protected]>
v3.1.0-beta.2

github.com/sampotts/plyr - 2782a00e7c3db2b88e4487b4293a12545ca333df authored almost 7 years ago by Sam Potts <[email protected]>
YouTube speed menu fix

github.com/sampotts/plyr - 91d192dd7c27edb877669d4e331ce8e8856e4cb6 authored almost 7 years ago by Sam Potts <[email protected]>
v3.1.0-beta.1

github.com/sampotts/plyr - b1e3abc795c6af0e4c215cc228c2d944942f3ce9 authored almost 7 years ago by Sam Potts <[email protected]>
HTML5 quality selection

github.com/sampotts/plyr - 3395e8df903cdd63e227a377b4b3be77da682aa8 authored almost 7 years ago by Sam Potts <[email protected]>
v3.0.11

github.com/sampotts/plyr - cce143a7da5f47e8cffa9a255239288387efe193 authored almost 7 years ago by Sam Potts <[email protected]>
Muted and autoplay fixes, small bug fixes

github.com/sampotts/plyr - d593005b32e37019532cc7786b8b4cbb984ed58f authored almost 7 years ago by Sam Potts <[email protected]>
v3.0.10

github.com/sampotts/plyr - 7be9d5d4d30df3fddc76a8a9d51612a8e742aaed authored almost 7 years ago by Sam Potts <[email protected]>
Controls docs, package upgrades

github.com/sampotts/plyr - d7141d5ed70492b084f4cdff9c200f959f149ef7 authored almost 7 years ago by Sam Potts <[email protected]>
Fix regression

github.com/sampotts/plyr - 0d0ece94d30fc7eb946174703c487012062c57df authored almost 7 years ago by Sam Potts <[email protected]>
Vimeo hotfix

github.com/sampotts/plyr - 1c06f6d06d689ac7a7226ddf03c0e81fece1f6b0 authored almost 7 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - dda8e30b9251c54ac088c62871be4a9285dd4768 authored almost 7 years ago by Sam Potts <[email protected]>
Bug fixes

github.com/sampotts/plyr - c4e2e2464326464627c37bdcb203d9f095856bbd authored almost 7 years ago by Sam Potts <[email protected]>
Update readme.md

github.com/sampotts/plyr - e020a105a3dc4b0fd9e4b0c283aeb23398f12279 authored almost 7 years ago by Sam Potts <[email protected]>
v3.0.6

github.com/sampotts/plyr - 2b7fe9a4f92e0e0065c8f0e5148094e0961ba4c8 authored almost 7 years ago by Sam Potts <[email protected]>
v3.0.5

github.com/sampotts/plyr - 951df64b7fb9b0ff731115ecc528cb65ca2d8e1d authored almost 7 years ago by Sam Potts <[email protected]>
v3.0.4

github.com/sampotts/plyr - 0976afe2826e7a4027dd8aadf013d61d470e8105 authored almost 7 years ago by Sam Potts <[email protected]>
Controls fixes

github.com/sampotts/plyr - 7b1e4abda7058c602c6d542ea2e12f0cba4fa332 authored almost 7 years ago by Sam Potts <[email protected]>
Revert API method change

github.com/sampotts/plyr - 0cf75eed3f8ec982300b2abdfd0347f638f83205 authored almost 7 years ago by Sam Potts <[email protected]>
Allow fullscreen in iframe

github.com/sampotts/plyr - d96957d086819fcc92cf245a7e27a17f68fade9c authored almost 7 years ago by Sam Potts <[email protected]>
Fix for seeking issue

github.com/sampotts/plyr - 1a032ea498c833f248ee6d1a2ea10cba40518dab authored almost 7 years ago by Sam Potts <[email protected]>
Use object.entries

github.com/sampotts/plyr - 5d079da1b8303b25c4fb5eb176c36403920d5d34 authored almost 7 years ago by Sam Potts <[email protected]>
Fixes for fast forward and issues with event.preventDefault()

github.com/sampotts/plyr - 9c1bc6ab08e4fe68565a12f76b58684f4c6a8354 authored almost 7 years ago by Sam Potts <[email protected]>
Update readme.md

github.com/sampotts/plyr - 3d2ba8c00942075ae387a09ab5aade1f680142c7 authored almost 7 years ago by Sam Potts <[email protected]>
Update readme.md

github.com/sampotts/plyr - e872ce3f77e9cab669ed5604df8013916c419685 authored almost 7 years ago by Sam Potts <[email protected]>
v3.0.3

github.com/sampotts/plyr - 9b23e13ce81264d3dfdcaa1e854ce7b23098dd71 authored almost 7 years ago by Sam Potts <[email protected]>
Vimeo offset tweak (fixes #826)

github.com/sampotts/plyr - 5eafe9baffe481d5653e05c2bfd32e94b16bd64c authored almost 7 years ago by Sam Potts <[email protected]>
Fix for .stop() method (fixes #819)

github.com/sampotts/plyr - c251c94131adec3a3c30ecedfb0c8661a287dd11 authored almost 7 years ago by Sam Potts <[email protected]>
Check for array for speed options (fixes #252)

github.com/sampotts/plyr - 17041efc717122cbfb873ced48784b722b1a16db authored almost 7 years ago by Sam Potts <[email protected]>
Restore as float (fixes #828)

github.com/sampotts/plyr - 05b8e8a6e0ed260801a4fe21f10656e86a47f8fd authored almost 7 years ago by Sam Potts <[email protected]>
Fix for Firefox fullscreen oddness (Fixes #821)

github.com/sampotts/plyr - f998b996faf2763b31cd093a42835bae142e9671 authored almost 7 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - 958b47c435a9cd5ad20dc167b855148a3a9c2b6f authored almost 7 years ago by Sam Potts <[email protected]>
Merge pull request #820 from saadshahd/patch-1

Fix fast-forward control

github.com/sampotts/plyr - a27248d3b6e0067f7aa36f34125d888f2a33f2fa authored almost 7 years ago by Sam Potts <[email protected]>
Merge branch 'master' of github.com:sampotts/plyr

github.com/sampotts/plyr - 1b1f7be7ff0e3ebdf51035ffc5a190d4acd2ca5a authored almost 7 years ago by Sam Potts <[email protected]>
Improve Sprite checking (fixes #827)

github.com/sampotts/plyr - 59d4a27240e77c7ee586829b1d5f032c912a1d87 authored almost 7 years ago by Sam Potts <[email protected]>
Fix fast-forward control

fast-forward control doesn't work.

github.com/sampotts/plyr - 75e9f3c2e3333d8310d0875a27f9ba8d645ddd30 authored almost 7 years ago by Saad Shahd <[email protected]>
Merge pull request #822 from DanielRuf/patch/fix-options-link

fix the options link in the readme

github.com/sampotts/plyr - 7132eccf50c6f84a3fc06fae6f43e3f1951c91b4 authored almost 7 years ago by Sam Potts <[email protected]>
fix the options link in the readme

github.com/sampotts/plyr - e953c6398cb374b472c42e934c118f279646fc2f authored almost 7 years ago by Daniel Ruf <[email protected]>
v3.0.2

github.com/sampotts/plyr - bb7eea27e513bf33dd4a4d846b3234b37a5be48d authored almost 7 years ago by Sam Potts <[email protected]>
Fix for Safari with adblockers

github.com/sampotts/plyr - 595c5e95bcae4927910b5166d41a4ba3032560d6 authored almost 7 years ago by Sam Potts <[email protected]>
Fix for local storage issue

github.com/sampotts/plyr - 43e6dcd41dac1ea3615f1ee92a2ec665e8c7edbc authored almost 7 years ago by Sam Potts <[email protected]>
Changelog updated

github.com/sampotts/plyr - b06c8ae43fa9cce4d395dcef8a55067cb9198e8f authored almost 7 years ago by Sam Potts <[email protected]>
Sentry in live only

github.com/sampotts/plyr - c7ea13c0c77126ce38cd3951a6a21991bd58aa23 authored almost 7 years ago by Sam Potts <[email protected]>
Added Sentry

github.com/sampotts/plyr - 0f8c6e147b384b437e7bc4093577a305026fb936 authored almost 7 years ago by Sam Potts <[email protected]>
Updated screenshot

github.com/sampotts/plyr - a06e0f589004d6a7495c48275aa233df94fa0ef2 authored almost 7 years ago by Sam Potts <[email protected]>
v3.0.0

github.com/sampotts/plyr - 3bccc0da01049af64ac3847b2fbea106fcd1bb36 authored almost 7 years ago by Sam Potts <[email protected]>
Removed beta message

github.com/sampotts/plyr - a0173d991ebe23ea990d84675d4384a6e26fccc8 authored almost 7 years ago by Sam Potts <[email protected]>
Merge branch 'beta'

# Conflicts:
# readme.md

github.com/sampotts/plyr - 600f0eb8a3cf49f5268e5c15487797d496bc19b6 authored almost 7 years ago by Sam Potts <[email protected]>
Added buffered getter

github.com/sampotts/plyr - 5db73b13276bf50357cc98896421318de66ab042 authored almost 7 years ago by Sam Potts <[email protected]>
Vimeo fix

github.com/sampotts/plyr - 5cb1628cd8f9d58b97bf1bf774ff89f61ceb31d5 authored almost 7 years ago by Sam Potts <[email protected]>
3.0.0-beta.20

github.com/sampotts/plyr - c74b75e8e189b187b1323f0a5e0b2ec106fcfd34 authored almost 7 years ago by Sam Potts <[email protected]>
3.0.0-beta.19

github.com/sampotts/plyr - 0538476d6fd058e46bb0028856cb30e01b0dafb4 authored almost 7 years ago by Sam Potts <[email protected]>
Typography fix

github.com/sampotts/plyr - 5ebe18d0812fe96b40adda8c6ad057197a8d4b39 authored almost 7 years ago by Sam Potts <[email protected]>
3.0.0-beta.18

github.com/sampotts/plyr - 207adde36dd7623b2d65750f00a6568cecf1f629 authored almost 7 years ago by Sam Potts <[email protected]>
Update ads

github.com/sampotts/plyr - 1b13ddaa5479baa8100e953e5d0752e3bd8654ab authored almost 7 years ago by Sam Potts <[email protected]>
Fix for null manager race condition

github.com/sampotts/plyr - 9981c349be60157dbaeaa3123a6ce44f312dc27a authored almost 7 years ago by Sam Potts <[email protected]>
Normalised event names and removed unused

github.com/sampotts/plyr - b3365a7373a788453710d0601d664b3856f68307 authored almost 7 years ago by Sam Potts <[email protected]>
Merge pull request #804 from friday/ads-trigger-arguments

[v3] Add optional arguments to Ads.trigger

github.com/sampotts/plyr - 9a0c1c830dde9774023429bbc2e7a6f61c08b661 authored almost 7 years ago by Sam Potts <[email protected]>
Add optional argument to Ads.trigger (currently only used for adblocker error)

github.com/sampotts/plyr - ef27ba16f4d1e8520c90cecf9e945b1edebb7ec0 authored almost 7 years ago by Albin Larsson <[email protected]>
Event listener fixes, loadScript promise, ads tweaks

github.com/sampotts/plyr - e206edc1f6a09e6c2584e83a60d2632202545733 authored almost 7 years ago by Sam Potts <[email protected]>
Merge branch 'beta' of github.com:sampotts/plyr into beta

github.com/sampotts/plyr - c734bc4957d217979931388b0946b2f78157402e authored almost 7 years ago by Sam Potts <[email protected]>
Manually merged PRs

github.com/sampotts/plyr - 572b8a7aca6c4b4fea1a7f7d371915cbe151be3d authored almost 7 years ago by Sam Potts <[email protected]>