@ -0,0 +1,36 @@ |
||||
{ |
||||
"name": "mediaelement", |
||||
"homepage": "https://github.com/herby/mediaelement", |
||||
"description": "HTML5 <video> and <audio> made easy.", |
||||
"moduleType": [ |
||||
"globals" |
||||
], |
||||
"keywords": [ |
||||
"html5", |
||||
"video", |
||||
"audio", |
||||
"shim" |
||||
], |
||||
"license": "MIT", |
||||
"ignore": [ |
||||
"**", |
||||
"!/build/**", |
||||
"!/bower.json", |
||||
"!/README*", |
||||
"!/changelog*" |
||||
], |
||||
"main": [ |
||||
"./build/mediaelement-and-player.js", |
||||
"./build/mediaelementplayer.css" |
||||
], |
||||
"version": "2.23.2", |
||||
"_release": "2.23.2", |
||||
"_resolution": { |
||||
"type": "version", |
||||
"tag": "2.23.2", |
||||
"commit": "b427851d5ff9fc43eda0e58e02e821ec161e3e7a" |
||||
}, |
||||
"_source": "https://github.com/johndyer/mediaelement.git", |
||||
"_target": "2.*", |
||||
"_originalSource": "mediaelement" |
||||
} |
||||
@ -0,0 +1,70 @@ |
||||
# `MediaElement.js`: `<video>` and `<audio>` made easy. |
||||
|
||||
One file. Any browser. Same UI. |
||||
|
||||
* Author: John Dyer [http://j.hn/](http://j.hn/) |
||||
* Website: [http://mediaelementjs.com/](http://mediaelementjs.com/) |
||||
* License: [MIT](http://johndyer.mit-license.org/) |
||||
* Meaning: Use everywhere, keep copyright, it'd be swell if you'd link back here. |
||||
* Thanks: my employer, [Dallas Theological Seminary](http://www.dts.edu/) |
||||
* Contributors: [all contributors](https://github.com/johndyer/mediaelement/graphs/contributors) |
||||
|
||||
# Table of Contents |
||||
|
||||
* [Introduction](#intro) |
||||
* [Browser and Device support](#browser-support) |
||||
* [Installation and Usage](#installation) |
||||
* [API and Configuration](#api) |
||||
* [Guidelines for Contributors](#guidelines) |
||||
* [Change Log](#changelog) |
||||
* [TODO list](#todo) |
||||
|
||||
<a id="intro"></a> |
||||
## Introduction |
||||
|
||||
_MediaElementPlayer: HTML5 `<video>` and `<audio>` player_ |
||||
|
||||
A complete HTML/CSS audio/video player built on top `MediaElement.js` and `jQuery`. Many great HTML5 players have a completely separate Flash UI in fallback mode, but MediaElementPlayer.js uses the same HTML/CSS for all players. |
||||
|
||||
`MediaElement.js` is a set of custom Flash and Silverlight plugins that mimic the HTML5 MediaElement API for browsers that don't support HTML5 or don't support the media codecs you're using. |
||||
Instead of using Flash as a _fallback_, Flash is used to make the browser seem HTML5 compliant and enable codecs like H.264 (via Flash) and even WMV (via Silverlight) on all browsers. |
||||
|
||||
<a id="browser-support"></a> |
||||
## Browser and Device support |
||||
|
||||
Format | Support |
||||
------ | ------- |
||||
**mp4** | Please visit http://caniuse.com/#feat=mpeg4 for comprehensive information |
||||
**webm** | Please visit http://caniuse.com/#feat=webm for comprehensive information |
||||
**mp3** | Please visit http://caniuse.com/#feat=mp3 for comprehensive information |
||||
**m3u8** | Safari and iOS (native); all browsers that support **Flash** (version 10 or later) |
||||
**rtmp/flv** | All browsers that support **Flash** (version 10 or later) |
||||
**wmv/wma** | All browsers that support **Silverlight** |
||||
**YouTube** | All browsers since it uses `iframe` tag |
||||
|
||||
<a id="installation"></a> |
||||
## Installation and Usage |
||||
|
||||
The full documentation on how to install `MediaElement.js` is available at [Installation](installation.md). |
||||
|
||||
A brief guide on how to create and use instances of `MediaElement` available at [Usage](usage.md). |
||||
|
||||
<a id="api"></a> |
||||
## API and Configuration |
||||
|
||||
`MediaElement.js` has many options that you can take advantage from. Visit [API and Configuration](api.md) for more details. |
||||
|
||||
<a id="guidelines"></a> |
||||
## Guidelines for Contributors |
||||
|
||||
If you want to contribute to improve this package, please read [Guidelines](guidelines.md). |
||||
|
||||
<a id="changelog"></a> |
||||
## Change Log |
||||
|
||||
Changes available at [Change Log](changelog.md) |
||||
|
||||
<a id="todo"></a> |
||||
## TODO list |
||||
|
||||
New features and pending bugs can be found at [TODO list](TODO.md). |
||||
@ -0,0 +1,26 @@ |
||||
{ |
||||
"name": "mediaelement", |
||||
"homepage": "https://github.com/herby/mediaelement", |
||||
"description": "HTML5 <video> and <audio> made easy.", |
||||
"moduleType": [ |
||||
"globals" |
||||
], |
||||
"keywords": [ |
||||
"html5", |
||||
"video", |
||||
"audio", |
||||
"shim" |
||||
], |
||||
"license": "MIT", |
||||
"ignore": [ |
||||
"**", |
||||
"!/build/**", |
||||
"!/bower.json", |
||||
"!/README*", |
||||
"!/changelog*" |
||||
], |
||||
"main": [ |
||||
"./build/mediaelement-and-player.js", |
||||
"./build/mediaelementplayer.css" |
||||
] |
||||
} |
||||
|
After Width: | Height: | Size: 166 B |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 6.1 KiB |
@ -0,0 +1,289 @@ |
||||
/* TED player */ |
||||
.mejs-container.mejs-ted { |
||||
|
||||
} |
||||
.mejs-ted .mejs-controls { |
||||
background: #eee; |
||||
height: 65px; |
||||
} |
||||
|
||||
.mejs-ted .mejs-button, |
||||
.mejs-ted .mejs-time { |
||||
position: absolute; |
||||
background: #ddd; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total { |
||||
background-color: none; |
||||
background: url(controls-ted.png) repeat-x 0 -52px; |
||||
height: 6px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering { |
||||
height: 6px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded { |
||||
background-color: none; |
||||
background: url(controls-ted.png) repeat-x 0 -52px; |
||||
width: 0; |
||||
height: 6px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current { |
||||
width: 0; |
||||
height: 6px; |
||||
background-color: none; |
||||
background: url(controls-ted.png) repeat-x 0 -59px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle { |
||||
display: block; |
||||
margin: 0; |
||||
width: 14px; |
||||
height: 21px; |
||||
top: -7px; |
||||
border: 0; |
||||
background: url(controls-ted.png) no-repeat 0 0; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float { |
||||
display: none; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-playpause-button { |
||||
top: 29px; |
||||
left: 9px; |
||||
width: 49px; |
||||
height: 28px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-playpause-button button { |
||||
width: 49px; |
||||
height: 28px; |
||||
background: url(controls-ted.png) no-repeat -50px -23px; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-pause button { |
||||
background-position: 0 -23px; |
||||
} |
||||
|
||||
.mejs-ted .mejs-controls .mejs-fullscreen-button { |
||||
top: 34px; |
||||
right: 9px; |
||||
width: 17px; |
||||
height: 15px; |
||||
background : none; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-fullscreen-button button { |
||||
width: 19px; |
||||
height: 17px; |
||||
background: transparent url(controls-ted.png) no-repeat 0 -66px; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-unfullscreen button { |
||||
background: transparent url(controls-ted.png) no-repeat -21px -66px; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-volume-button { |
||||
top: 30px; |
||||
right: 35px; |
||||
width: 24px; |
||||
height: 22px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-mute button { |
||||
background: url(controls-ted.png) no-repeat -15px 0; |
||||
width: 24px; |
||||
height: 22px; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-unmute button { |
||||
background: url(controls-ted.png) no-repeat -40px 0; |
||||
width: 24px; |
||||
height: 22px; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider { |
||||
background: #fff; |
||||
border: solid 1px #aaa; |
||||
border-width: 1px 1px 0 1px; |
||||
width: 22px; |
||||
height: 65px; |
||||
top: -65px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total { |
||||
background: url(controls-ted.png) repeat-y -41px -66px; |
||||
left: 8px; |
||||
width: 6px; |
||||
height: 50px; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current { |
||||
left: 8px; |
||||
width: 6px; |
||||
background: url(controls-ted.png) repeat-y -48px -66px; |
||||
height: 50px; |
||||
} |
||||
|
||||
.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle { |
||||
display: none; |
||||
} |
||||
|
||||
.mejs-ted .mejs-controls .mejs-time span { |
||||
color: #333; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-currenttime-container { |
||||
position: absolute; |
||||
top: 32px; |
||||
right: 100px; |
||||
border: solid 1px #999; |
||||
background: #fff; |
||||
color: #333; |
||||
padding-top: 2px; |
||||
border-radius: 3px; |
||||
color: #333; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-duration-container { |
||||
|
||||
position: absolute; |
||||
top: 32px; |
||||
right: 65px; |
||||
border: solid 1px #999; |
||||
background: #fff; |
||||
color: #333; |
||||
padding-top: 2px; |
||||
border-radius: 3px; |
||||
color: #333; |
||||
} |
||||
|
||||
.mejs-ted .mejs-controls .mejs-time button{ |
||||
color: #333; |
||||
} |
||||
.mejs-ted .mejs-controls .mejs-captions-button { |
||||
display: none; |
||||
} |
||||
/* END: TED player */ |
||||
|
||||
|
||||
/* WMP player */ |
||||
.mejs-container.mejs-wmp { |
||||
|
||||
} |
||||
.mejs-wmp .mejs-controls { |
||||
background: transparent url(controls-wmp-bg.png) center 16px no-repeat; |
||||
height: 65px; |
||||
} |
||||
|
||||
.mejs-wmp .mejs-button, |
||||
.mejs-wmp .mejs-time { |
||||
position: absolute; |
||||
background: transparent; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total { |
||||
background-color: transparent; |
||||
border: solid 1px #ccc; |
||||
height: 3px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering { |
||||
height: 3px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded { |
||||
background-color: rgba(255,255,255,0.3); |
||||
width: 0; |
||||
height: 3px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current { |
||||
width: 0; |
||||
height: 1px; |
||||
background-color: #014CB6; |
||||
border: solid 1px #7FC9FA; |
||||
border-width: 1px 0; |
||||
border-color: #7FC9FA #fff #619FF2 #fff; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle { |
||||
display: block; |
||||
margin: 0; |
||||
width: 16px; |
||||
height: 9px; |
||||
top: -3px; |
||||
border: 0; |
||||
background: url(controls-wmp.png) no-repeat 0 -80px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float { |
||||
display: none; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-playpause-button { |
||||
top: 10px; |
||||
left: 50%; |
||||
margin: 10px 0 0 -20px; |
||||
width: 40px; |
||||
height: 40px; |
||||
|
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-playpause-button button { |
||||
width: 40px; |
||||
height: 40px; |
||||
background: url(controls-wmp.png) no-repeat 0 0; |
||||
margin: 0; |
||||
padding: 0; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-pause button { |
||||
background-position: 0 -40px; |
||||
} |
||||
|
||||
.mejs-wmp .mejs-controls .mejs-currenttime-container { |
||||
position: absolute; |
||||
top: 25px; |
||||
left: 50%; |
||||
margin-left: -93px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-duration-container { |
||||
position: absolute; |
||||
top: 25px; |
||||
left: 50%; |
||||
margin-left: -58px; |
||||
} |
||||
|
||||
|
||||
.mejs-wmp .mejs-controls .mejs-volume-button { |
||||
top: 32px; |
||||
right: 50%; |
||||
margin-right: -55px; |
||||
width: 20px; |
||||
height: 15px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-volume-button button { |
||||
margin: 0; |
||||
padding: 0; |
||||
background: url(controls-wmp.png) no-repeat -42px -17px; |
||||
width: 20px; |
||||
height: 15px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-unmute button { |
||||
margin: 0; |
||||
padding: 0; |
||||
background: url(controls-wmp.png) no-repeat -42px 0; |
||||
width: 20px; |
||||
height: 15px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider { |
||||
background: rgba(102,102,102,0.6); |
||||
} |
||||
|
||||
.mejs-wmp .mejs-controls .mejs-fullscreen-button { |
||||
top: 32px; |
||||
right: 50%; |
||||
margin-right: -82px; |
||||
width: 15px; |
||||
height: 14px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-fullscreen-button button { |
||||
margin: 0; |
||||
padding: 0; |
||||
background: url(controls-wmp.png) no-repeat -63px 0; |
||||
width: 15px; |
||||
height: 14px; |
||||
} |
||||
.mejs-wmp .mejs-controls .mejs-captions-button { |
||||
display: none; |
||||
} |
||||
/* END: WMP player */ |
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 4.1 KiB |
@ -0,0 +1,902 @@ |
||||
### Version History |
||||
|
||||
*2.23.2 (2016/10/01)* |
||||
|
||||
* Added fix for time rail width described on #1356 @ron666 |
||||
* Integrated markers feature (https://github.com/johndyer/mediaelement/pull/1814) @hkasera |
||||
* Added French translation for Source Chooser feature (https://github.com/johndyer/mediaelement/pull/1850) @OlivierJaquemet |
||||
* Fixed German translation file (https://github.com/johndyer/mediaelement/pull/1852) @SoftCreatR |
||||
* Add complete list of supported language in translation demo file (https://github.com/johndyer/mediaelement/pull/1853) @OlivierJaquemet |
||||
* Fix for controls when no features are set in the configuration (https://github.com/johndyer/mediaelement/pull/1797) @ron666 |
||||
* Fixed issues with translatable elements in several features files that were not being translated properly and fixed typo in Spanish translation @ron666 |
||||
* Fixed YouTube loop issue according to @michaelbucklin recommendation @ron666 |
||||
* Fixed compilation error when using YUICompressor on i18n file (https://github.com/johndyer/mediaelement/pull/1861) @OlivierJaquemet |
||||
|
||||
*2.23.1 (2016/09/26)* |
||||
|
||||
* Fix documentation in regards of control icons with CSS in different path (https://github.com/johndyer/mediaelement/pull/1837) @jangrewe |
||||
* Added a new element to customize YouTube iframe, to solve #1840 (https://github.com/johndyer/mediaelement/pull/1842) @ron666 |
||||
* Fix issues with Chromium not playing audio files properly (https://github.com/johndyer/mediaelement/pull/1843) @ron666 |
||||
* Fix for issue related to space bar and Firefox triggering click event, causing issues in Accessibility (https://github.com/johndyer/mediaelement/pull/1848) @ron666 |
||||
* Update I18N to use unique id instead of strings (https://github.com/johndyer/mediaelement/pull/1845) @OlivierJaquemet |
||||
* Make the sourcechooser feature keyboard-friendly for Accessibility purposes (https://github.com/johndyer/mediaelement/pull/1841) @tennety |
||||
* Integration of `grunt` task to set translation files inside `/build/` folder (https://github.com/johndyer/mediaelement/pull/1834) @ron666 |
||||
|
||||
*2.23.0 (2016/09/06)* |
||||
|
||||
* Changed way to detect fullscreen method by using _onloadstart_ event (https://github.com/johndyer/mediaelement/pull/1815) @ale-grosselle |
||||
* Preserve volume muted when resizing player (https://github.com/johndyer/mediaelement/pull/1813) @ron666 |
||||
* Allow double lines of captions, added missing _captions_ type in tracks workflow and minor typo fix (https://github.com/johndyer/mediaelement/pull/1800) @ron666 |
||||
* Touch devices controls fix for #1820 (https://github.com/johndyer/mediaelement/issues/603) @ron666 |
||||
* Show controls when video is paused or ended (https://github.com/johndyer/mediaelement/pull/1786) @ron666 |
||||
* Progress bar variables set properly to fix #1600 (https://github.com/johndyer/mediaelement/pull/1824) @ron666 |
||||
* Configurable controls visibility time (https://github.com/johndyer/mediaelement/pull/1787) @ron666 |
||||
* Added delay when hovering out of control button (https://github.com/johndyer/mediaelement/pull/1615) @schrolli |
||||
* Added new Grunt task to compile all html5 elements including console messages (https://github.com/johndyer/mediaelement/pull/1614) @schrolli |
||||
* Added call to format time properly when metadata has been loaded (https://github.com/johndyer/mediaelement/pull/1826) @ron666 |
||||
* Added time tracker tooltip configuration to enable/disable it (#1692) (https://github.com/johndyer/mediaelement/pull/1830) @ron666 |
||||
* Set source properly on YouTube videos properly per @dazweeja's comments (https://github.com/johndyer/mediaelement/pull/1829) @ron666 |
||||
* Documentation improvements and addition of TODO list (https://github.com/johndyer/mediaelement/pull/1805) @ron666 |
||||
* Added missing error message configuration in documentation and in player settings |
||||
|
||||
*2.22.1 (2016/08/18)* |
||||
|
||||
* Fix wrong parameter sent to defaultSeekForwardInterval and defaultSeekBackwardInterval options (https://github.com/johndyer/mediaelement/pull/1784) @marjune163 |
||||
* Fullscreen in Safari Mac must show player skin (https://github.com/johndyer/mediaelement/pull/1794) @ale-grosselle |
||||
* Add missing string to the English locale template https://github.com/johndyer/mediaelement/pull/1782 @ocean90 |
||||
* Fix for aspect ratio when playing Hls Flash video if m3u8 does not have a resolution indicated (#1790) (https://github.com/johndyer/mediaelement/pull/1791) @ale-grosselle |
||||
* Only focus the play button when the control bar is not hidden (https://github.com/johndyer/mediaelement/pull/1798) @schrolli |
||||
* Avoid hiding audio controls when tabbing (#1668) (https://github.com/johndyer/mediaelement/pull/1804) @ron666 |
||||
* Stylesheet minor fixes (https://github.com/johndyer/mediaelement/pull/1808) @ron666 |
||||
* Time update on rail only when controls are visible (#1683) (https://github.com/johndyer/mediaelement/pull/1801) @ron666 |
||||
* ARIA attributes for big play button to continue improving player accessibility (https://github.com/johndyer/mediaelement/pull/1803) @ron666 |
||||
|
||||
*2.22.0 (2016/07/17)* |
||||
|
||||
* Introduce new stretching models (stretching: 'fill','responsive') (https://github.com/johndyer/mediaelement/pull/1760) @ron666 |
||||
* Fix for IE9-10 fullscreen control hover issues (https://github.com/johndyer/mediaelement/pull/1760) @ron666 |
||||
* Update Flash HLS to v0.4.4.21 (https://github.com/johndyer/mediaelement/pull/1762) @ale-grosselle |
||||
* Update Flash HLS to accept audio (https://github.com/johndyer/mediaelement/pull/1763) @ale-grosselle |
||||
* Updated Korean translation (#1743) @Jinkwon |
||||
* Improve video ID parsing for YouTube URLs (https://github.com/johndyer/mediaelement/pull/1774) @ocean90 |
||||
* Removed extraneous call to removePlugin @johndyer |
||||
|
||||
*2.21.2 (2016/05/08)* |
||||
|
||||
* Fixed IE8 compatibility with new security update |
||||
|
||||
*2.21.1 (2016/05/06)* |
||||
|
||||
* Fix YouTube embed functionality from 2.21.0 plugin handling updates @johndyer |
||||
* Added more Vimeo API functionality @johndyer |
||||
* Move source-chooser offscreen on load (https://github.com/johndyer/mediaelement/pull/1713) @tennety |
||||
|
||||
*2.21.0 (2016/05/05)* |
||||
|
||||
* Simplified plugin callback functions and querystring checking (security update) @johndyer |
||||
* Removed Chrome iframe fullscreen fix (https://github.com/johndyer/mediaelement/pull/1736) @13twelve |
||||
* Detect YouTube scheme (https://github.com/johndyer/mediaelement/pull/1730) @silkentrance |
||||
* Handle keydown events only for focused mediaelement (https://github.com/johndyer/mediaelement/pull/1732) @lucash |
||||
* Fix bad i18n string; create template for translating (https://github.com/johndyer/mediaelement/pull/1722) @cjbarth |
||||
* Fix lastControlPosition.top in browser zoom mode (https://github.com/johndyer/mediaelement/pull/1718) @DmitryKrekota |
||||
* Constrain volume to 0-1 range with arrow keys (https://github.com/johndyer/mediaelement/pull/1717) @tennety |
||||
* Pass the entire event object to the key action (https://github.com/johndyer/mediaelement/pull/1701) @tennety |
||||
* Support for VAST3 adpods (https://github.com/johndyer/mediaelement/pull/1702) @cherylquirion |
||||
* Allow progress to follow configuration (https://github.com/johndyer/mediaelement/pull/1703) @tennety |
||||
* YouTube: poster hiding and multi-pause issues (https://github.com/johndyer/mediaelement/pull/1719) @msant7 |
||||
* Fix for timerail when duration is over 1 hour #1727 @johndyer |
||||
|
||||
*2.19.1 (2016/02/26)* |
||||
|
||||
* Fix for closed caption button caused by previous 508 change |
||||
|
||||
*2.19.0 (2016/02/24)* |
||||
|
||||
* YouTube now uses HTML5 iframe API as a priority to Flash |
||||
* Simplified Fullscreen code for older browsers without native API support |
||||
* 508 Accessibility Fixes #1690 @rtackett |
||||
* Fix a minor typo in Readme #1693 @pra85 |
||||
* Fix wrong "currentSrc" call in ga plugins #1687 @ivanteoh |
||||
|
||||
*2.19.0 (2015/12/18)* |
||||
|
||||
* No longer clone media DOM element on iOS (https://github.com/johndyer/mediaelement/pull/1661) |
||||
* Expose fragment playing event in HLSMediaElement (https://github.com/johndyer/mediaelement/pull/1655) |
||||
* Flash: Only log to console if debug is true (https://github.com/johndyer/mediaelement/pull/1651/files) |
||||
* Detect svgAsImg support to fix old FF (https://github.com/johndyer/mediaelement/pull/1649) @axnd |
||||
* Correcting swf compilation instruction location (https://github.com/johndyer/mediaelement/pull/1618/files) @che-effe |
||||
* Brazilian Portuguese translation (https://github.com/johndyer/mediaelement/pull/1648/files) @odnamrataizem |
||||
* Hide controls only when available (https://github.com/johndyer/mediaelement/pull/1644/files) @nseibert |
||||
* removed duplicate calls to hide- and showControls() (https://github.com/johndyer/mediaelement/pull/1616/files) @schrolli |
||||
|
||||
*2.18.2 (2015/10/09)* |
||||
|
||||
* event fix for players inside of iframes (https://github.com/johndyer/mediaelement/pull/1597) @meirish |
||||
* Fixed blinking controls issue on Firefox (https://github.com/johndyer/mediaelement/pull/1570) @krrg |
||||
* Better handling of default options (https://github.com/johndyer/mediaelement/pull/1553/files) @ManojKumarDhankhar |
||||
* Fixes a11y issue with keyboard only users (https://github.com/johndyer/mediaelement/pull/1572) @krrg @neilgupta |
||||
* Flash code cleanup and bug fixes (https://github.com/johndyer/mediaelement/pull/1575) @sdiemer (also @pawelsamselarkena) |
||||
* Keep track of playback speed when the source changes (https://github.com/johndyer/mediaelement/pull/1580) @neilgupta |
||||
* Maintain backward compatibility in secondsToTime() code method signature. (https://github.com/johndyer/mediaelement/pull/1591/files) @bradyvercher |
||||
* Add Danish locale (https://github.com/johndyer/mediaelement/pull/1607) @greew |
||||
|
||||
*2.18.1 (2015/08/11)* |
||||
|
||||
* More accurate progress bar (https://github.com/johndyer/mediaelement/pull/1557) @khalilravanna |
||||
* Fix Flash event bug @johndyer via @herby |
||||
|
||||
*2.18.0 (2015/08/05)* |
||||
|
||||
* add Zepto support to MediaElement (https://github.com/johndyer/mediaelement/pull/1546) @zry656565 |
||||
* Move all code/libraries out of FLA to allow grunt build (https://github.com/johndyer/mediaelement/pull/1480) @stevemayhew |
||||
* Jump forward feature (see previous) |
||||
* OWASP - alowscriptaccess now defaults to sameDomain (https://github.com/johndyer/mediaelement/pull/1390) @gregoryo |
||||
* OWASP - Flash build no longer has debug parameters by default. @johndyer |
||||
* Support time format and speed vocabulary (https://github.com/johndyer/mediaelement/pull/1518) @LeResKP |
||||
* Adding a few more extensions to type guessing logic (https://github.com/johndyer/mediaelement/pull/1519) @herby |
||||
* Fix for spacebar bug (https://github.com/johndyer/mediaelement/pull/1549) @Miyou |
||||
* Improved max-width test for MediaElementPlayer.setPlayerSize (https://github.com/johndyer/mediaelement/pull/1531) @joemcgill |
||||
* Remove moot `version` property from bower.json (https://github.com/johndyer/mediaelement/pull/1516) @kkirsche |
||||
* Fixes for SWF Playback (https://github.com/johndyer/mediaelement/pull/1515) @lsvt-casey |
||||
* Remove track buttons on load error (https://github.com/johndyer/mediaelement/pull/1533) @kabel |
||||
* Add missing ALT tags to poster images (https://github.com/johndyer/mediaelement/pull/1534) @kabel |
||||
* Use more appropriate MediaElement events from spec (https://github.com/johndyer/mediaelement/pull/1535) @kabel |
||||
* Use an event to notify features of controls size change (https://github.com/johndyer/mediaelement/pull/1536) @kabel |
||||
* Remove various lint issues (https://github.com/johndyer/mediaelement/pull/1537) @kabel |
||||
* Added missing license field for npm (https://github.com/johndyer/mediaelement/pull/1541) @pluma |
||||
* Added missing main field for browserify (https://github.com/johndyer/mediaelement/pull/1542) @pluma |
||||
* Added player.js to simplify `require()` usage (https://github.com/johndyer/mediaelement/pull/1543) @pluma |
||||
* string comparison (types) is now case insensitive (https://github.com/johndyer/mediaelement/pull/1544) @domwar |
||||
* Update variable usage (https://github.com/johndyer/mediaelement/pull/1545) @domwar |
||||
* Progress bar loaded percent uses last array value (https://github.com/johndyer/mediaelement/pull/1469) @line-0 |
||||
* Fix #1499 Play button and loading animation not aligned. (https://github.com/johndyer/mediaelement/pull/1500) @hhonisch |
||||
* Fullscreen updates on some "retina" machines (https://github.com/johndyer/mediaelement/pull/1472) @13twelve |
||||
* Update dispatchEvent on pluginMediaElement match the native API @johndyer |
||||
* Fix iOS access to `.player` property @johndyer |
||||
* Remove `.mejs-offscreen` when `remove()` is called @johndyer |
||||
|
||||
*2.17.0 (2015/05/30)* |
||||
|
||||
* Reset size method (https://github.com/johndyer/mediaelement/pull/1434) @LukaszGrela |
||||
* Fix HLS video full screen size problem (https://github.com/johndyer/mediaelement/pull/1439) @wolfg1969 |
||||
* canPlayAfterSourceSwitchHandler is fired twice (https://github.com/johndyer/mediaelement/pull/1441) @karroupa |
||||
* Fixed error display when source not available (https://github.com/johndyer/mediaelement/pull/1442) @karroupa |
||||
* Avoid an error when there are no controls in the control bar (https://github.com/johndyer/mediaelement/pull/1451) @Fab1en |
||||
* Fix errors when not found elements (https://github.com/johndyer/mediaelement/pull/1445) @dukex |
||||
* Support ShadowRoot parent (https://github.com/johndyer/mediaelement/pull/1465) @dukex |
||||
* Can't initialize MediaElement on a virtual DOM in IE8 and lower. (https://github.com/johndyer/mediaelement/pull/1423) @dd32 |
||||
* Fix missing `</span>` tag (https://github.com/johndyer/mediaelement/pull/1498) @kevnk (https://github.com/johndyer/mediaelement/pull/1501) @hhonisch |
||||
* Add DailyMotion support in Flash (https://github.com/johndyer/mediaelement/pulls) @Fab1en |
||||
* change (un)mute button title when status changes (https://github.com/johndyer/mediaelement/pull/1482) @jrglasgow |
||||
* Bug #1397, Fix for screen reader accessibility of captions (#1340) (https://github.com/johndyer/mediaelement/pull/1398) @nfreear |
||||
* Fix Speed control when multiple players are present (https://github.com/johndyer/mediaelement/pull/1506) @LeResKP |
||||
|
||||
*2.16.4 (2015/03/01)* |
||||
|
||||
* Removed reference to jQuery/$ in froogaloop code (https://github.com/johndyer/mediaelement/pull/1394) @staylor |
||||
* Ensure screen reader text is hidden on long pages (https://github.com/johndyer/mediaelement/pull/1388) @bradyvercher |
||||
* Can't initialize MediaElement on a virtual DOM in IE8 and lower (https://github.com/johndyer/mediaelement/pull/1423) @dd32 |
||||
* CC list refresh feature (https://github.com/johndyer/mediaelement/pull/1417) |
||||
* Revered time rail from `<a>` tag to fix dragging @johndyer |
||||
|
||||
*2.16.3 (2014/12/10)* |
||||
|
||||
* Fix for calculating rail width with horizontal volume bar (all audio controls) |
||||
* Insert the accessible player title span and container div separately (https://github.com/johndyer/mediaelement/pull/1385) @bradyvercher |
||||
* Fixes for YouTube on iOS and Android (https://github.com/johndyer/mediaelement/pull/1383) @ OwenEdwards |
||||
Fix startvolume parsing in Silverlight fallback (https://github.com/johndyer/mediaelement/pull/1378) @fixedmachine |
||||
* Add configurable initVars for JavaScript init and event callback functions (https://github.com/johndyer/mediaelement/pull/1362) |
||||
* Flash no longer sends timeupdate events before it starts playing |
||||
|
||||
*2.16.2 (2014/11/15)* |
||||
|
||||
* Fixed broken swf files because of new problem with binary @OwenEdwards |
||||
|
||||
*2.16.1 (2014/11/07)* |
||||
|
||||
* Fixed strict `undefined` check for posterUrl issue (https://github.com/johndyer/mediaelement/pull/1348) |
||||
|
||||
*2.16.0 (2014/11/06)* |
||||
|
||||
* Migration from Builder.py to Grunt (https://github.com/johndyer/mediaelement/pull/1309) @dmfrancisco |
||||
* remove event listeners from flash AudioElement (https://github.com/johndyer/mediaelement/pull/1294) @phinze |
||||
* mep-feature-ads: Link overlay only when url is given (https://github.com/johndyer/mediaelement/pull/1296) @schrolli |
||||
* Add repository field to package.json to avoid warning (https://github.com/johndyer/mediaelement/pull/1300) @dmfrancisco |
||||
* Fix IE8 error on window resizing (https://github.com/johndyer/mediaelement/pull/1301) @chemerisuk |
||||
* send `this` to dispatchEvent callbacks (https://github.com/johndyer/mediaelement/pull/1295) @phinze |
||||
* Added link to MIT license to README.md (https://github.com/johndyer/mediaelement/pull/1303) @SuriyaaKudoIsc |
||||
* Fix for dynamically created players in responsive design (https://github.com/johndyer/mediaelement/pull/1337) @staylor |
||||
* Added skipback feature (https://github.com/johndyer/mediaelement/pull/1320) @matthillman |
||||
* Allow click/touch event bubbling on time rail (https://github.com/johndyer/mediaelement/pull/1318) @dennyferra |
||||
* Additional translations for i18n (https://github.com/johndyer/mediaelement/pull/1310) @OlivierJaquemet |
||||
* update HLS support with flashls v0.3.3 (https://github.com/johndyer/mediaelement/pull/1339) @mangui |
||||
* Make progres bar accessible (https://github.com/johndyer/mediaelement/pull/1292) @rylan @nfreear |
||||
* Make volume control accessible (https://github.com/johndyer/mediaelement/pull/1290) @rylan |
||||
* Fix: Loading animation doesn't disappear Android (https://github.com/johndyer/mediaelement/pull/1288) @MoritzGiessmann |
||||
* Accept IETF language tags, plus accessible play/pause button -- "iet-ou/cr1262/a11y" (https://github.com/johndyer/mediaelement/pull/1270#issuecomment-61791241) @nfreear |
||||
* Improved screen reader accessibility of captions (https://github.com/johndyer/mediaelement/pull/1340) |
||||
|
||||
|
||||
*2.15.1 (2014/08/11)* |
||||
|
||||
* Fixes for various sizing issues with 2.15.0 |
||||
* Fix nativeWidth() to return defaultAudioWidth (https://github.com/johndyer/mediaelement/pull/1271) |
||||
* Don't set .me-plugin width/height to 0 (https://github.com/johndyer/mediaelement/pull/1273) @staylor |
||||
* Remove video-only restriction on playback speed feature (https://github.com/johndyer/mediaelement/pull/1268) @phinze |
||||
* a work around for zero height containers (https://github.com/johndyer/mediaelement/pull/1274) @maimairel |
||||
|
||||
|
||||
*2.15.0 (2014/08/03)* |
||||
|
||||
* support m3u8 (https://github.com/johndyer/mediaelement/pull/1074) @clkao |
||||
* add Flash/HTTP Live Streaming Support (https://github.com/johndyer/mediaelement/pull/1066) @mangui |
||||
* Fix jQuery reference in plugin (https://github.com/johndyer/mediaelement/pull/1231) @blackbyte-pl |
||||
* Added plugin for Universal Google Analytics (https://github.com/johndyer/mediaelement/pull/1229) @louiedp3 |
||||
* Implement keyboard accessibility (https://github.com/johndyer/mediaelement/pull/1221) @joedolson |
||||
* Removed "touchstart" to prevent Android issues (https://github.com/johndyer/mediaelement/pull/1212) @MoritzGiessmann |
||||
* Vimeo API Cleanup and Fix (https://github.com/johndyer/mediaelement/pull/1199) @maimairel |
||||
* Fix for silverlight issue with fullscreen button (https://github.com/johndyer/mediaelement/pull/1196) @PaulVrugt |
||||
* Fix IE10/11 error with `clone()` and `show()` (https://github.com/johndyer/mediaelement/pull/1194) @benjroy |
||||
* Add bower.json (https://github.com/johndyer/mediaelement/pull/1188) @herby |
||||
* i18n : add French translation (https://github.com/johndyer/mediaelement/pull/1177) @kloh-fr |
||||
* IE8 layout (Adding width and height to .me-plugin) @peterh-capella |
||||
* Fixes #1113 - Youtube Playbutton on load hidden (https://github.com/johndyer/mediaelement/pull/1140) @LOK-Soft |
||||
* setVideoSize : verify this.pluginElement before this.pluginElement.style (https://github.com/johndyer/mediaelement/pull/1175) @bdecarne |
||||
* VideoElement.as: fix duration on setSrc (https://github.com/johndyer/mediaelement/pull/1127) @rounce |
||||
* don't hide controls when they're being hovered over (https://github.com/johndyer/mediaelement/pull/1121) @rounce |
||||
* flash: send keydown events up to javascript (https://github.com/johndyer/mediaelement/pull/1120) @rounce |
||||
* Restore IE6 compatibility for 100% (https://github.com/johndyer/mediaelement/pull/1021) @ryokenau |
||||
* Added playback speed (HTML5 only), fixed caption's auto-size when fullscreen (https://github.com/johndyer/mediaelement/pull/1027) @cheng-shiwen |
||||
* Cleaned up playback speed (https://github.com/johndyer/mediaelement/pull/1249) @matthillman |
||||
* Chromium Web Browser Support (https://github.com/johndyer/mediaelement/pull/1020) @ryokenau |
||||
* Always listen for the fullscreenchange event on the document (https://github.com/johndyer/mediaelement/pull/1240) @foolip |
||||
* The hours are not required on the webvtt format (https://github.com/johndyer/mediaelement/pull/1252) @LeResKP |
||||
* Fix wrong initial player size when responsive (https://github.com/johndyer/mediaelement/pull/1247) @Wizard13 |
||||
* Make mejs.MediaFeatures.isFullScreen() more consistent (https://github.com/johndyer/mediaelement/pull/1239) @foolip |
||||
* Fix flash source chooser (https://github.com/johndyer/mediaelement/pull/1191) @dajulia3 |
||||
* Option `setDimensions` to allow deactivation of inline widths and heights at player elements (https://github.com/johndyer/mediaelement/pull/1236) @feeela |
||||
* Fix Captions start language is not ticked in Firefox (https://github.com/johndyer/mediaelement/pull/1260) |
||||
* Updated SVG to fix Chrome 38's rendering problems |
||||
|
||||
*2.14.2 (2014/04/04)* |
||||
|
||||
* Additional progress bar checks for hidden/missing bars |
||||
* Add Gruntfile.js build support (https://github.com/johndyer/mediaelement/pull/1147) @jeremyfelt |
||||
* Add #! line to Builder.py for legacy builds (https://github.com/johndyer/mediaelement/pull/1036) @amenonsen |
||||
|
||||
*2.14.1 (2014/03/31)* |
||||
|
||||
* Fix infinite loop on progress bar |
||||
|
||||
*2.14.0 (2014/03/29)* |
||||
|
||||
* Vimeo support (https://github.com/johndyer/mediaelement/pull/1079) @clkao |
||||
* fix for aac-audio (itunes-samples etc.) (https://github.com/johndyer/mediaelement/pull/1133) @faebser |
||||
* added 'm4a' file type, to be detected as 'audio/mp4' (https://github.com/johndyer/mediaelement/pull/988) @heshiming |
||||
* Function remove() should remove mejs container only if it exists (https://github.com/johndyer/mediaelement/pull/1144) @lucash |
||||
* Handle the case when parentNode is null (https://github.com/johndyer/mediaelement/pull/1136) @lbeder, also hypomodern |
||||
* fix leaky variables (https://github.com/johndyer/mediaelement/pull/1123) @kernel |
||||
* Fixed display of volume control on non-mobile touch devices (https://github.com/johndyer/mediaelement/pull/1093) @OwenEdwards |
||||
* Calculate correctly the video player height for 100% (https://github.com/johndyer/mediaelement/pull/1083) @LeResKP |
||||
* restore focus after click on the controls (https://github.com/johndyer/mediaelement/pull/1094) @rounce |
||||
* Support youtu.be URL for youtube source (https://github.com/johndyer/mediaelement/pull/1135) @clkao |
||||
* Make slider work on touch devices (https://github.com/johndyer/mediaelement/pull/1033) @Singularetantum |
||||
* add Simplified Chinese translation (https://github.com/johndyer/mediaelement/pull/1065) @michaeljayt |
||||
* Fixed the reference to `media` in the bigPlay control creation. (https://github.com/johndyer/mediaelement/pull/1111) @nuzzio |
||||
* Fix layout bug when zooming page (https://github.com/johndyer/mediaelement/pull/1097) @ChiChou |
||||
* Fix fullscreen iframe zoom bug. (https://github.com/johndyer/mediaelement/pull/1070) @lisbakke |
||||
|
||||
*2.13.2 (2014/01/24)* |
||||
|
||||
* Removed breaking `hasTouch` detection |
||||
* Fixed IE detection https://github.com/johndyer/mediaelement/pull/1018 |
||||
* fix play() on ipad does not start playing and double click issue (https://github.com/johndyer/mediaelement/pull/918) @fbuecklers |
||||
* added scale=default to Flash for better 100% https://github.com/johndyer/mediaelement/pull/963 |
||||
* Add code fences for GHFM https://github.com/johndyer/mediaelement/pull/975 |
||||
* i18n improvements https://github.com/johndyer/mediaelement/pull/1025 |
||||
|
||||
*2.13.1 (2013/09/?06)* |
||||
|
||||
* Support for fullscreen in IE11 beta |
||||
|
||||
*2.13.0 (2013/09/01)* |
||||
|
||||
* BREAKING FLASH SECURITY CHANGE: Removed `allowDomain("*")` by default. If you use MediaElement.js on a different domain use the `flashmediaelement-cdn.swf` file (nacin) https://github.com/johndyer/mediaelement/pull/956 |
||||
* Use only FlashVars and ignore parameters passed via query string. |
||||
* Force LTR in controls (for RTL users) https://github.com/johndyer/mediaelement/pull/958 @nacin |
||||
|
||||
*2.12.1 (2013/08/26)* |
||||
|
||||
* Remove all `console.log` statements in `Builder.py` @johndyer |
||||
* More i18n fixes for Wordpress https://github.com/johndyer/mediaelement/pull/940 @SergeyBiryukov |
||||
* Fix touch detection in QtWebKit https://github.com/johndyer/mediaelement/pull/939 @peterbrook |
||||
* Added configuration option httpsBasicAuthSite fix sites using HTTPS basic authentication (benroy73) https://github.com/johndyer/mediaelement/pull/937 |
||||
* Fixed backlight plugin error https://github.com/johndyer/mediaelement/pull/932 @eviweb |
||||
* Fix some wrong dates on the change log https://github.com/johndyer/mediaelement/pull/930 @heartcode |
||||
* Add a mejs-fullscreen css class on the root element https://github.com/johndyer/mediaelement/pull/925 @fbuecklers |
||||
* fix for ff switch between fullscreen and normal mode https://github.com/johndyer/mediaelement/pull/924 @fbuecklers |
||||
* Multiple fixes: old issue #548, current issues #754 and #902 https://github.com/johndyer/mediaelement/pull/923 @peterh-capella |
||||
* fix firefox detect 100% mode issue https://github.com/johndyer/mediaelement/pull/919 @KaptinLin |
||||
* Option to show the poster when the video is ended https://github.com/johndyer/mediaelement/pull/891 @LeResKP |
||||
* Fix for Chrome autoplaying when forcing Flash https://github.com/johndyer/mediaelement/pull/889 @tjsnyder |
||||
* Allow SWF to work over insecure domain https://github.com/johndyer/mediaelement/pull/897 @sebablanco |
||||
* Corrected buffering height on CSS https://github.com/johndyer/mediaelement/pull/875 SourceR85 |
||||
* CSS cleanup https://github.com/johndyer/mediaelement/pull/883 @awittdesigns |
||||
|
||||
|
||||
*2.12.0 (2013/06/02)* |
||||
|
||||
* Removed old media files from repo (reduced filesize from 150MB to 25MB) |
||||
* Added `test.html` to `/tests/` folder to use JS files in `/src/` folder |
||||
* Fullscreen plugin player toggles play/pause when controls are clicked https://github.com/johndyer/mediaelement/pull/742 @JeffreyATW |
||||
* Making use of pluginWidth & pluginHeight https://github.com/johndyer/mediaelement/pull/837 @eyefood |
||||
* Proportional poster images (IE9+ Chrome, Safari, Firefox) https://github.com/johndyer/mediaelement/pull/838 @eyefood |
||||
* Fixed video resolution on seek in flash https://github.com/johndyer/mediaelement/pull/839 @efEris |
||||
* Option for custom error message when no plugins are found. https://github.com/johndyer/mediaelement/pull/842 @svoynow-lz |
||||
* Fix for Safari to play video on HTTPS site https://github.com/johndyer/mediaelement/pull/845 @benroy73 |
||||
* Fixes Mute/UnMute when playing from a YouTube source https://github.com/johndyer/mediaelement/pull/848 @mbaker3 |
||||
* i18n fixes for better compatibility with WordPress https://github.com/johndyer/mediaelement/pull/850 @SergeyBiryukov |
||||
* Fixing invalid characters restrictions for URLs https://github.com/johndyer/mediaelement/pull/859 @sebablanco |
||||
* Checking for pluginType on media instead of mediaelementplayer in Fullscreen https://github.com/johndyer/mediaelement/pull/865 @JeffreyATW |
||||
* Problem with IE9 on Windows 7 N / Windows 7 KN without WMP installed https://github.com/johndyer/mediaelement/pull/868 @sarvaje |
||||
* Cleanup stylesheet https://github.com/johndyer/mediaelement/pull/867 @jawittdesigns |
||||
* Properly treat namespace-only events for `globalUnbind()` https://github.com/johndyer/mediaelement/pull/878 @odnamrataizem |
||||
* Fixed issue with slash character separating time https://github.com/johndyer/mediaelement/pull/879 @S2 |
||||
|
||||
*2.11.3 (2013/04/13)* |
||||
|
||||
* Change to `getScriptPath` to allow querystring variables to be added (for Wordpress Core) |
||||
|
||||
*2.11.2 (2013/04/12)* |
||||
|
||||
* Fixed overly aggressive XSS testing (excluding forward slashes) |
||||
* Fixed line endings on Flash (*.as) files (https://github.com/johndyer/mediaelement/pull/834) @markjaquith |
||||
* Included protocol relative URL for YouTube (https://github.com/johndyer/mediaelement/pull/832) Dan Tsosie |
||||
|
||||
*2.11.1 (2013/04/11)* |
||||
|
||||
Major changes |
||||
|
||||
* Removed Ogg, WebM, and MP3 files to keep download under 10MB. Files are now at https://github.com/johndyer/mediaelement-files |
||||
* Simple Flash Pseudo-streaming @set enablePseudoStreaming:true, pseudoStreamingStartQueryParam:'start' (https://github.com/johndyer/mediaelement/pull/814) @BryanMorgan |
||||
* Fixed possible XSS attack through `file=` parameter in `flashmediaelement.swf` |
||||
|
||||
Fixes and updates |
||||
|
||||
* Protocol relative YouTube URLs for `iframe` API (https://github.com/johndyer/mediaelement/pull/825) @dtsosie |
||||
* Added aria-label to all button elements (https://github.com/johndyer/mediaelement/pull/824) @Luzifer |
||||
* Fixed preroll adclick URL (johndyer) |
||||
* Traditional chinese locale strings for i18n module (latzt) (https://github.com/johndyer/mediaelement/pull/820) |
||||
* Allow captions on audio player (https://github.com/johndyer/mediaelement/pull/819) @LeResKP |
||||
* Fix incorrect path returned by `getScriptPath()` @Ciki |
||||
* Overhauling hover div creation and placement (https://github.com/johndyer/mediaelement/pull/813) @JeffreyATW |
||||
* Clear timeout for second fullscreen stretch attempt (https://github.com/johndyer/mediaelement/pull/812) @JeffreyATW |
||||
* fix type resolution when extension is uppercased (https://github.com/johndyer/mediaelement/pull/801) @jbdemonte |
||||
* "splice is not a function" fix on `MediaElementPlayer.remove()` (https://github.com/johndyer/mediaelement/pull/799) @odnamrataizem |
||||
* Make Flash stage handle CLICK rather than MOUSE_DOWN (https://github.com/johndyer/mediaelement/pull/804) @odnamrataizem |
||||
|
||||
|
||||
*2.11.0 (2013/03/13)* |
||||
|
||||
* Preroll ads manager |
||||
* VAST ads plugin (sponsored by Minito Video) |
||||
* Slides `<track>` type (non-standard HTML5 use) |
||||
* Calculate rails size only with visible elements (https://github.com/johndyer/mediaelement/pull/773) @romanbsd |
||||
* Round calculations of progress bar to prevent fractions (https://github.com/johndyer/mediaelement/pull/768) @romanbsd |
||||
* Fix AndroidUseNativeControls (https://github.com/johndyer/mediaelement/pull/749) @LeResKP |
||||
* Muting the volume icon if startVolume is set to 0 (https://github.com/johndyer/mediaelement/pull/747) @heartcode |
||||
* Make YouTube URL protocol relative (https://github.com/johndyer/mediaelement/pull/761) @strworkstation |
||||
* Prevent Flash audio player from sending too many 'progress' events (@johndyer) |
||||
* Properly clean up player when calling MediaElementPlayer.remove() (https://github.com/johndyer/mediaelement/pull/779) @odnamrataizem |
||||
* Add "mejs-shim" class to all shims to prevent improper resizing (https://github.com/johndyer/mediaelement/pull/789) @JeffreyATW |
||||
* Bug fix for the error "this.pluginApi.pauseMedia is not a function" when using the flash player and removing the dom element. https://github.com/johndyer/mediaelement/pull/788 @Jmaharman |
||||
* Make possible to open youtube links as audio only https://github.com/johndyer/mediaelement/pull/784 @Seb33300 |
||||
* Add a few basic Jasmine tests https://github.com/johndyer/mediaelement/pull/781 @msgilligan |
||||
* Add option to hide the video controls on load https://github.com/johndyer/mediaelement/pull/780#issuecomment-14781622 @eResKP |
||||
* @cc button can now be a toggle when there's just one track https://github.com/johndyer/mediaelement/pull/793 @LeResKP |
||||
* fixed error when srclang was missing |
||||
|
||||
*2.10.3 (2013/01/27)* |
||||
|
||||
* Fix broken scrollbar from API reference error (peterbrook) (https://github.com/johndyer/mediaelement/pull/739) |
||||
|
||||
*2.10.2 (2013/01/26)* |
||||
|
||||
* The project is now MIT-only, instead of dual licensed MIT and GPL (just as jQuery has done: http://jquery.org/license/) |
||||
* Fix audio height in 100% mode (https://github.com/johndyer/mediaelement/pull/667) |
||||
* Make rewinding at the end optional (https://github.com/johndyer/mediaelement/pull/725) |
||||
* Bugfix: attributes for PluginMediaElement (https://github.com/johndyer/mediaelement/pull/722) |
||||
* Add mejs-long-video class when capture is 1hr or longer, custom styles (https://github.com/johndyer/mediaelement/pull/715) |
||||
* Fix for dragging playhead horizontally off the video (https://github.com/johndyer/mediaelement/pull/711) |
||||
* Align timing of captions with show/hide controls (https://github.com/johndyer/mediaelement/pull/708) |
||||
* Missing semicolon (https://github.com/johndyer/mediaelement/pull/737) |
||||
* Don't send timeupdate event after ended event (https://github.com/johndyer/mediaelement/pull/727) |
||||
* Added option to disable pause/play on main div click (https://github.com/johndyer/mediaelement/pull/735) |
||||
|
||||
*2.10.1 (2012/12/31)* |
||||
|
||||
* New postroll feature (https://github.com/johndyer/mediaelement/pull/660) |
||||
* PluginMediaElement click-to-pause behavior doesn't work (https://github.com/johndyer/mediaelement/pull/691) |
||||
* Use the normal CSS property name after the vendor prefix (https://github.com/johndyer/mediaelement/pull/686) |
||||
* Select first source that is supported by the browser (https://github.com/johndyer/mediaelement/pull/679) |
||||
* fixed outerWidth for jQuery 1.8 compatiability (https://github.com/johndyer/mediaelement/pull/680) |
||||
* Fix for Issue #676 when Stop button does not behaves as expected in selected browsers (https://github.com/johndyer/mediaelement/pull/678) |
||||
* Fix source switching on Webkit in SourceChooser (https://github.com/johndyer/mediaelement/pull/675) |
||||
* Better 100% mode handling within non-visible container (https://github.com/johndyer/mediaelement/pull/668) |
||||
* Display chapter tracks for late-loading video sources, including YouTube (https://github.com/johndyer/mediaelement/pull/665) |
||||
* Added SVG Stop icon (https://github.com/johndyer/mediaelement/pull/696) |
||||
* Added SVG source chooser icon (https://github.com/johndyer/mediaelement/pull/669) |
||||
* Adding rounding to volume slider left, top, and and width setters (https://github.com/johndyer/mediaelement/pull/684) |
||||
* Display chapter tracks for late-loading video sources, including YouTube (https://github.com/johndyer/mediaelement/pull/665) |
||||
|
||||
*2.10.0 (2012/11/23)* |
||||
|
||||
* Support of matchMedia where possible @zachleat |
||||
* Fix for 100% audio using correct sizing @dougwilson |
||||
* SVG icons for better Retina support @johndyer |
||||
* Localized buttons @latzt https://github.com/johndyer/mediaelement/pull/627 |
||||
* Volume handle doesn't set initial position properly @JeffreyATW https://github.com/johndyer/mediaelement/pull/625 |
||||
* Cleaned up some CSS whitespace https://github.com/johndyer/mediaelement/pull/656 |
||||
* Vimeo - updated to iframe code (from old megaloop) |
||||
|
||||
*2.9.5 (2012/09/26)* |
||||
|
||||
* Fixed faulty FlashMediaElement.swf (due to Git program mashing it) |
||||
* Fixed track element issues introduced by DFXP captions |
||||
|
||||
*2.9.4 (2012/09/24)* |
||||
|
||||
* Improved RTMP parsing @pansapien https://github.com/johndyer/mediaelement/pull/574 |
||||
* Added `flashStreamer` option to separate streamer from file |
||||
* Raise an error for unknown video size in Flash @denmarkin https://github.com/johndyer/mediaelement/pull/571 |
||||
* Fix for alwaysShowControls with keyboard interaction @peterh-capella https://github.com/johndyer/mediaelement/pull/569 |
||||
* Support for DFXP captions @justinl-capella https://github.com/johndyer/mediaelement/pull/420 |
||||
|
||||
*2.9.3 (2012/08/23) * |
||||
|
||||
* Allows use of `style="max-width: 100%;"` for responsive video |
||||
* Added type to source buttons in mep-feature-sourcechooser.js:48 @flamadiddle |
||||
* Fix use of inArray and $ in src/js/me-shim.js @lftl, @Seb33300, @eusonic and others (this was a regression bug from another fix) |
||||
* Fixing syntax error in events demo @JeffreyATW |
||||
|
||||
*2.9.2 (2012/07/06) * |
||||
|
||||
* Added a few height checks (from Joe Anderson) |
||||
* Removed console.log statements |
||||
* Better file MIME type detection when the "type" attribute is not set @Seb33300) |
||||
* Pass the event keyCode to the keyActions handler, and make seek interval configurable @bborn |
||||
* Responsive flash fix, YouTube edits @heikki |
||||
* New `auto_plugin` mode that starts with plugins then tries HTML5 @savil |
||||
|
||||
*2.9.1 (2012/06/01)* |
||||
|
||||
* Fixed Firefox 10+ Fullscreen error |
||||
|
||||
*2.9.0 (2012/05/31)* |
||||
|
||||
* Fixed pointer-events detection in IE9 (when using Flash mode or YouTube) |
||||
* YouTube now shows annotations (using YouTube player rather than chromeless) |
||||
* Fix play/pause when clicking on video when overlays are displayed @markomarkovic |
||||
* Dont listen to mouse events when there's not a reason to @neverarriving |
||||
* Adding CSS animated buffer to the time rail @neverarriving |
||||
* Fix for box-sizing: border-box from cutting off time text. @MatthewCallis |
||||
|
||||
*2.8.2 (2012/05/15)* |
||||
|
||||
* Fixed volume slider bug when initially hidden |
||||
* Fixed YouTube size problems in Flash mode |
||||
|
||||
*2.8.1 (2012/04/19)* |
||||
|
||||
* Flash fullscreen: video not fullsized |
||||
* Flash fullscreen: youtube controls not working |
||||
|
||||
*2.8.0 (2012/04/17)* |
||||
|
||||
* Revamped YouTube to work using the Flash shim so that it supports fullscreen |
||||
* Fix for `remove()` method (lennym) |
||||
* Fix possible issue with ContextMenu ( quangvhg) |
||||
* Fix for stop button ( slavva97) |
||||
* Type on `var` and `;` (lennym) |
||||
* Fix for keyboard support forward and backward (myffical) |
||||
|
||||
*2.7.0 (2012/03/12)* |
||||
|
||||
* Added horizontal volume control, the new default for audio (based on work by @gavinlynch(http://github.com/gavinlynch)) |
||||
* Possible issues with < IE8 centering resolved |
||||
* Full set of controls under Silverlight (@Birol2010(https://github.com/Birol2010/)) |
||||
* YouTube fix @raknam |
||||
* shim now has a .tagName property, and other DOM-like methods @tantalic |
||||
* Poster display fix when HTML5, Flash, and Silverlight are all missing @bruha |
||||
* Source Chooser plugin @markomarkovic |
||||
* Fix for flash audio mute @lbernau |
||||
|
||||
*2.6.5 (2012/02/01)* |
||||
|
||||
* Removed iOS 3.x poster code @xtat @James Cross |
||||
* Fixed bug when player is initially hidden in `display:none;` |
||||
* Workaround for when inside an `<iframe>` and Chrome doesn't correctly report exiting from fullscreen |
||||
|
||||
*2.6.4 (2012/01/10)* |
||||
|
||||
* Fixed a Flash bug when one video ended and another was loaded through `setSrc()` and `load()` |
||||
* Option for markup between current time and duration @tantalic |
||||
|
||||
*2.6.3 (2012/01/08)* |
||||
|
||||
* Sending all options to Flash including colors |
||||
|
||||
*2.6.2 (2012/01/06)* |
||||
|
||||
* Fixed Flash fullscreen button inside an `<iframe>` |
||||
* Fixed flash auto starting in 100% mode |
||||
|
||||
*2.6.1 (2012/01/03)* |
||||
|
||||
* Updated Opera's Flash Fullscreen support (apparently, it doesn't like pointer-events:none with Flash) |
||||
* Added a `fullscreenchange` event to Flash to better track events |
||||
|
||||
*2.6.0 (2011/12/27)* |
||||
|
||||
* added major updates to Flash fullscreen mode controls @rmhall |
||||
* added sneaky `pointer-events: none` to allow Flash to enter fullscreen in one clean click |
||||
* added missing CSS3 gradients syntaxes (kristerkari) @https://github.com/johndyer/mediaelement/pull/339 |
||||
* added check for left offset to detect when mousedrag exceeds top boundary @jmcneese(https://github.com/johndyer/mediaelement/pull/335) |
||||
|
||||
*2.5.0 (2011/12/15) - 56kb* |
||||
|
||||
* Flash fullscreen now works on hover, so it's much easier to use. For Firefox it's always on, but for others `usePluginFullScreen:true` option |
||||
* For the audio player, Flash objects are positioned outside the main `<div>` which allows the player to be hidden without breaking flash |
||||
* Volume controls was adjusted slightly |
||||
* Removed Google translate features (Google killed the API) |
||||
|
||||
*2.4.3 (2011/12/10)* |
||||
|
||||
* keyboard controls are now an array, allowing multiple keys to do the same thing |
||||
* support for Google TV keybuttons (based on above) |
||||
* arrow keys now move when paused |
||||
* floating time is now handled via JavaScript instead of CSS :hover (and removed from touch devices) |
||||
|
||||
*2.4.2 (2011/12/06) - 57.3kb* |
||||
|
||||
* keyboard controls (up/down controls volume, left/right seeks, space play/pause, f goes fullscreen) |
||||
* `<audio>` now works with 100% for responsive layouts @283(https://github.com/johndyer/mediaelement/issues/283) |
||||
* Support for auto start with class `mejs-player` and `data-mejsoptions` e.g. `<video src="media.mp4" class="mejs-player" data-mejsoptions='{"features":@"playpause","progress","volume"}, "success": "myCallback"}'><video>` |
||||
* With multiple players on a page, when one starts the others pause (toggle `pauseOtherPlayers: true`) @285(https://github.com/johndyer/mediaelement/issues/285) |
||||
|
||||
*2.4.1 (2011/12/05) - 55.7kb* |
||||
|
||||
* Fixed fullscreen bug with Firefox (with Video for Everybody syntax) @270(https://github.com/johndyer/mediaelement/issues/270) |
||||
* Added `remove()` method to `MediaElement` and `MediaElementPlayer` to safely remove Flash (from IE) @111(https://github.com/johndyer/mediaelement/issues/111) |
||||
* Added a demo of MEJS skins to the /demo/ folder |
||||
* Closed issue with `ended` event in Flash (my example works) @246(https://github.com/johndyer/mediaelement/issues/246) |
||||
* Flash has better support for `preload="auto"` @290(https://github.com/johndyer/mediaelement/issues/290) |
||||
|
||||
*2.4.0 (2011/11/28) - 54.9kb* |
||||
|
||||
* Integration with YouTube API (and intial support for Vimeo API) : http://mediaelementjs.com/examples/?name=youtube |
||||
* Catch when Google Translate fails due to API limits |
||||
|
||||
*2.3.3 (2011/11/21) - 49.4kb* |
||||
|
||||
* removed volume controls for touch devices (Android and iOS require hardware volume) |
||||
* set a timeout to hide controls on touch devices |
||||
* fixed timecode bug with :09 (used radix) |
||||
* fixed bug when long videos end: (try/catch) |
||||
* fixed issue with `alwaysShowControls` |
||||
* removed a `console.log` in fullscreen that broke IE |
||||
|
||||
*2.3.2 (2011/11/12) 49.6kb* |
||||
|
||||
* removed `http` from Flash and Silverlight embeds to support SSL |
||||
* fixed a possible bug when neither `src` nor `type` was specified |
||||
* turned off useCapture for a few events |
||||
|
||||
*2.3.1 (2011/11/07)* |
||||
|
||||
* Another set of changes to handle various browser native fullscreen issues |
||||
* New control behavior for touch enabled devices (iPad, Android tablets) |
||||
* Bug fix for Flash (bradleyboy) |
||||
|
||||
*2.3.0 (2011/11/01) - 48.5kb* |
||||
|
||||
* Fixed bug when fullscreen was called before play pressed |
||||
* Additional classes mejs-audio, mejs-video, mejs-ios, mejs-iphone, mejs-ipad, mejs-android added to contianing `<div>` for styles |
||||
* IE9 can't use `<video width="100%">` so you must use either options ({videoHeight:'100%'}) or inline style `<video style="width:100%;height:100%;">` |
||||
* updated fullscreen code for Safari (erktime) |
||||
* loading indicators shows during 'waiting' event |
||||
* iOS and Android now show "big play" button again (sometimes overlaps on iPhone) |
||||
|
||||
*2.2.5 (2011/10/14)* |
||||
|
||||
* fix for Flash fallback in certain scenarios (IE RegExp problem, Firefox fullscreen Flash issue) |
||||
* adjustments for floating time indicator |
||||
|
||||
*2.2.4 (2011/10/10)* |
||||
|
||||
* True FullScreen support in Firefox (nightly) and Chrome (Canary) |
||||
* more updates for 100% mode |
||||
* enableContextMenu(), disableContextMenu() methods |
||||
* change to poster code to let it be set later |
||||
|
||||
*2.2.3 (2011/10/07b) - 45.8kb* |
||||
|
||||
* updated accessibility again for JAWS and NVDA (thanks to twitter.com/mohammed0204) |
||||
* added CSS class `<html class="mejs-embed">` for `<iframe>` embeds |
||||
|
||||
*2.2.2 (2011/10/07) - 45.8kb* |
||||
|
||||
* added support for <del>`<video width="100%" height="100%"></video>`</del> `<video style="width:100%;height:100%"></video>` (i.e. responsive/adaptive players) |
||||
* added :focus state for buttons to improve accessibility |
||||
* added title and aria-controls attributes to buttons to improve accessibility |
||||
* changed when loading circle appears (WebKit fires the 'loadstart' event differently than FF or IE) |
||||
|
||||
*2.2.1 (2011/10/06) - 44.1kb* |
||||
|
||||
* fixed a bug with fullscreen that caused IE to completely mess up it layout |
||||
* fixed another bug with fullscreen and z-index |
||||
|
||||
*2.2.0 (2011/10/04)* |
||||
|
||||
* controls now display on iPad, iPhone, and Android. Can be turned off using (iPadForceNativeControls:true) |
||||
* fullscreen support for iPad (different from true fullscreen on Safari 5.1) |
||||
* added frameaccurate timecode (via gselva) |
||||
* added contextmenu as a feature. if turned on the default includes: fullscreen toggle, mute toggle, and media download |
||||
* updated WebVTT support (still had some SRT formatting restrictions) |
||||
* dynamic player creation: from `<a href="media.mp4">video</a>` and `<div class="mejs"></div>` specifying type (string or array) |
||||
* Fixed bug where Flash couldn't go fullscreen with track chapters |
||||
* fixed a bug with Flash fullscreen ratios |
||||
* controls now disappear on timeout when mouse is idle (useful for fullscreen) |
||||
* enableControls() and disableControls() (for pre/post roll scenarios) |
||||
* added an autoplay override (especially for WebKit browsers) |
||||
* fixed functionality of mute toggling |
||||
* reorganized plugins to use $.extend |
||||
* updating functionality of loading graphic to account for various browser inconsistencies (loadstart event) |
||||
|
||||
*2.1.9 (2011/08/04) - 36.9kb* |
||||
|
||||
* fixed Android 2.1 and 2.2 playing problems (still need a good 2.3 and 3.0 device. hint. hint.) |
||||
|
||||
*2.1.8 (2011/08/03) - 36.9kb* |
||||
|
||||
* True fullscreen for Safari 5.1 |
||||
* Flash/Silverlight fullscreen is now "full window" (except for Firefox which cannot handle adjusting Flash without reloading it) |
||||
|
||||
*2.1.7 (2011/07/19) - 35.9kb* |
||||
|
||||
* fixed mute button (kaichen) |
||||
* added alwaysShowControls option (kaichen) |
||||
* forceful padding override on buttons |
||||
* started "ender" branch to experiment with removing jQuery dependency and baking in ender.js |
||||
* updated the use of `type` javascript option with src is present |
||||
* remove preload="none" hack for Chrome now that it supports it (note: Chrome still strangely fires a 'loadstart' event) |
||||
* added hooks for other jQuery compatible libraries like @ender.js(http://enderjs.com) |
||||
* Wordpress: if you don't specify a file extension, mejs will look for attached files and use them @video src="/wp-content/uploads/myfile" |
||||
* Wordpress: option to select a 'skin' |
||||
* Wordpress: option to select audio width/height |
||||
|
||||
*2.1.6 (2011/06/14) - 35.5kb* |
||||
|
||||
* fix errors when the progress bar isn't present |
||||
* buttons are now actual `<button>` tags which allows tabbed controls (for better accessibility and possible ARIA support) |
||||
* fix problems with low volume in Flash on startup (startVolume was sometimes 0!) |
||||
* updated a few places to use jQuery 1.6's new prop/attr methods |
||||
* updated skins to account for new `<button>` (still need highlighted style) |
||||
|
||||
*2.1.5 (2011/05/28) - 35.2kb* |
||||
|
||||
* minor fix for controls not showing time or duration |
||||
* when switching files, the Flash plugin now forcibly stops downliading |
||||
|
||||
*2.1.4 (2011/05/20) - 35.2kb* |
||||
|
||||
* fixed display of hours |
||||
* fixed Flash audio bug where pausing when the file wasn't fully loaded would cause the progress bar to go offscreen |
||||
* fixed Flash video bug where percent loaded was always 100% |
||||
* fixed Flash audio bug where pressing pause, then play would always restart playback from the beginning |
||||
* startVolume works more clearly in plugins (esp. Opera and Linux) |
||||
* tracks support no longer refers to WebSRT, but is more generic for WebVTT (not all features of WebVTT are supported yet) |
||||
* fixed fullscreen in Safari OS X 10.5 (which doens't really support true fullscreen) |
||||
* Flash and Silverlight can now start downloading if preload="auto" or preload="metadata" (warning: preload="metadata" will load the entire thing) |
||||
|
||||
*2.1.3 (2011/04/12) - 35.8kb* |
||||
|
||||
* added support for hours in time format (00:00:00) and an alwaysShowHours option to force hours to always show |
||||
* removed some duplicate flash events |
||||
* added 'seeking' event to Flash/SL (already had 'seeked') |
||||
|
||||
*2.1.2 (2011/03/23) - 34.4kb* |
||||
|
||||
* fixed IE6 and IE7 caption position |
||||
* fixed IE7 failure in certain places |
||||
* changed browser UA detection to use only lowercase (iPhone iphone) |
||||
* fixed Flash audio loaded bug (reporting 0 after loaded) |
||||
* added removeEventListener to shims |
||||
* new rail-resizing code |
||||
|
||||
*2.1.1 (2011/03/07) - 33.5kb* |
||||
|
||||
* added 'loadeddata' event to Flash and Silverlight |
||||
* switched to flashvars parameter to support Apache's mod_security |
||||
* better flash fullscreen support |
||||
* added flv-x to flash's accepted types |
||||
* Fixed a bug in poster sizing (only affected IE) |
||||
* added "isFullScreen" property to media objects (like Safari's webkitDisplayingFullscreen) |
||||
* controls start hidden with autoplay |
||||
* fixed iOS loading issues (success wasn't firing, other errors) |
||||
* fixed IE6 when using new MediaElementPlayer(), rather than jQuery |
||||
|
||||
*2.1.0 (2011/02/23) - 32.9kb* |
||||
|
||||
* Updated control styles for a cleaner look |
||||
* Added loadeddata and canplay events to Flash and Silverlight |
||||
* Added loading indicator to MediaElementPlayer |
||||
* Added stop button (pause, then return to currentTime:0) |
||||
* IE6/7 CSS updates |
||||
* Poster is now forced to the size of the player (could be updated to be proportional if someone wants to add that) |
||||
* Updated Flash ended event to account for buffering weirdness |
||||
* Fixed a track text hovering problem |
||||
|
||||
*2.0.7 (2011/02/13) - 31.9kb* |
||||
|
||||
* Added 'mode' option to force native (HTML5) or shim (Flash,Silverlight) modes |
||||
* Fixed audio seeking bug in Flash (thanks Andy!) |
||||
* Fixed startVolume not working in Flash |
||||
* Overrided Chrome's autoplay since it doesn't always work |
||||
|
||||
*2.0.6 (2011/02/04) - 31.7kb* |
||||
|
||||
* Whitespace cleanup on files |
||||
* Preventing flash/sl plugins from reinitializing when they are removed by another script |
||||
* Fixed IE JavaScript errors in Flash fallback (seen in Wordpress) |
||||
* Added 'play' event to Silverlight to prevent errors |
||||
|
||||
*2.0.5 (2011/01/25) - 31.7kb* |
||||
|
||||
* Added error object to player |
||||
* Adjusted popup timer and progress bar |
||||
* Fixed media URL escaping |
||||
* Stopped sending poster to plugin |
||||
* Silverlight culture update |
||||
* Added back reference check (also makes jQuery usage easier) |
||||
* Added stop() function to mediaelement |
||||
* timerupdate still fires when paused (plugins) |
||||
* Added Security.allowDomain("*") to Flash so it can be used on different domains |
||||
* Fixed progress bar for Firefox 3 with Ogg files |
||||
* Prevented Flash from re-creating the player when show/hide restarts it |
||||
* Fixed initial volume level in non-HTML5 players |
||||
* Made PNG8 versions of controls images (for IE6) |
||||
|
||||
*2.0.4 (2011/01/14) - 31.2kb* |
||||
|
||||
* Fixed a major bug in plugin detection. |
||||
|
||||
*2.0.3 (2011/01/13) - 31.2kb* |
||||
|
||||
* changed IE Flash insertion to include me-plugin CSS class |
||||
* changed player error handling |
||||
* fixed a bug in the Silverlight player related to URLs |
||||
|
||||
*2.0.2 (2010/12/31) - 31.1kb* |
||||
|
||||
* Changed HTML escape method to encodeURICompnent |
||||
* Flash-based RMTP support (contributor: sylvinus) |
||||
* Fixed Wordpress loop bug |
||||
* Changed time popup to move with mouse instead of currentTime |
||||
* added enablePluginSmoothing (Flash) |
||||
* Added some "play" "playing" event duplication to Flash |
||||
|
||||
*2.0.1 (2010/12/20) - XX.Xkb* |
||||
|
||||
* Changed Flash to allow cross domain video |
||||
* Added 'click' event to Flash and Silverlight |
||||
* Updated autoplay attribute detection |
||||
|
||||
*2.0.0 (2010/12/13) - 30.8kb* |
||||
|
||||
* Reorganized MediaElementPlayer code to allow each button to become a pluggable feature that can be removed or overrided |
||||
* Enabled a no JavaScript version to support Video for Everybody nested syntax (optional) |
||||
* Enabled drag on progress bar |
||||
* Preload="none" is default for Flash and Silverlight |
||||
* Preload="none" enabled on Google Chrome |
||||
* Added skins to download |
||||
* Support for skin swapping |
||||
* Updated volume handle controls |
||||
* Update progress controls display |
||||
* Exposed MediaElement API methods on player |
||||
* Adjusted layout for IE6 |
||||
|
||||
*1.1.7 (2010/11/29) - 29.8kb* |
||||
|
||||
* Fixed bug with `<track>` loading on `<audio>` player |
||||
|
||||
*1.1.6 (2010/11/23) - 29.8kb* |
||||
|
||||
* Chapters support `<track kind="chapters" />` |
||||
|
||||
*1.1.5 (2010/11/21) - 29.8kb* |
||||
|
||||
* Workaround for IE issues when accidentally placed inside `<p>` tag |
||||
* Fixed silverlight pause state reporting |
||||
* Switched back to Flash as default |
||||
* Removed requirement for Google translate API `<script>` (direct JSONP call) |
||||
* Added googleApiKey option |
||||
|
||||
*1.1.4 (2010/11/21) - 29.5kb* |
||||
|
||||
* Added Default volume level to options (0.8) |
||||
* Fix for IE volume slider positioning |
||||
* Fix for IE tracks parsing (replacement String.split) |
||||
* Changed namespace from html5 to mejs |
||||
* Remove all showMessage references |
||||
* Controls show again after playback ends |
||||
|
||||
*1.1.3 (2010/11/20) - 29.0kb* |
||||
|
||||
* Change to fallback mechanism and styling (Windows Phone 7) |
||||
|
||||
*1.1.2 (2010/11/19) - 28.9kb* |
||||
|
||||
* Removed messages, added big play button |
||||
* Google translate now supports more than 1000 characters |
||||
* Added a dropdownlist of languages from which the user can select |
||||
* Added timerUpdate option to set the millisecond speed of timeupdate events |
||||
* Updated the media file and examples |
||||
|
||||
*1.1.1 (2010/11/18) - 27.1kb* |
||||
|
||||
* added captioning support via the `<track>` tag (thanks to @Playr(http://www.delphiki.com/html5/playr) for the example) |
||||
* added auto-translation support via Google translate API |
||||
|
||||
*1.1.0 (2010/11/17) - 22.6kb* |
||||
|
||||
* Total re-oganization of MediaElement, MediaElementPlayer, and supporting objects |
||||
* Updated CSS to a cleaner look, with better IE support & big play button |
||||
* Simplified all plugin and version detection |
||||
* Added loop option (useful for audio files) |
||||
* Added the ability to turn each control button on/off |
||||
* Added canPlayType to PluginMediaElement |
||||
* Updated setSrc to take multiple sources |
||||
|
||||
*1.0.7 (2010/11/16) - 18.15kb* |
||||
|
||||
* Total re-oganization of MediaElement code |
||||
* JSLint compliant, YUI compliant |
||||
|
||||
*1.0.6 (2010/11/15) - 17.96kb* |
||||
|
||||
* Rebuilt PluginDetection (removed SWFObject and Microsoft code) |
||||
* More JSLint compatible (still a few iterations to get there) |
||||
* Added jQuery 1.4.4 |
||||
|
||||
*1.0.5 (2010/11/10 later on)* |
||||
|
||||
* Fixed a problem with the *.min.js files |
||||
* Added jQuery 1.4.3 |
||||
|
||||
*1.0.4 (2010/11/10) - 18.32kb* |
||||
|
||||
* Fixed Flash display when `<video>` did not match actual dimensions |
||||
* autosizing in Flash and Silverlight |
||||
* added options for defaultVideoWidth, defaultVideoHeight when `<video>` `height` and `width` are not set |
||||
* included minified versions using YUI compressor |
||||
|
||||
*1.0.3 (2010/09/24)* |
||||
|
||||
* changes in poster handling |
||||
* fix IE9 startup bug (its 'play' event fires wrongly it seems) |
||||
* fixed Flock, Opera sizing bugs |
||||
* fixed audio ended bug in special cases under Flash |
||||
* added default height/width when they are not specified in attributes |
||||
|
||||
*1.0.2 (2010/09/17)* |
||||
|
||||
* minor updates to support IE9 beta1 |
||||
|
||||
*1.0.1 (2010/09/13)* |
||||
|
||||
* added native fullscreen support for Safari 5 (via webkitEnterFullScreen) |
||||
|
||||
*1.0.0 (2010/08/09)* |
||||
|
||||
* initial release |
||||
@ -0,0 +1,47 @@ |
||||
{ |
||||
"name": "pwstrength-bootstrap", |
||||
"version": "2.0.3", |
||||
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap", |
||||
"authors": [ |
||||
"Alejandro Blanco <alejandro.b.e@gmail.com>" |
||||
], |
||||
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.", |
||||
"main": "dist/pwstrength-bootstrap.js", |
||||
"dependencies": { |
||||
"jquery": ">=1.7.0", |
||||
"bootstrap": ">=2.0.0", |
||||
"zxcvbn": ">=4.2.0", |
||||
"i18next": ">=2.4.0" |
||||
}, |
||||
"moduleType": [ |
||||
"globals" |
||||
], |
||||
"keywords": [ |
||||
"jquery", |
||||
"bootstrap", |
||||
"password", |
||||
"strength", |
||||
"meter" |
||||
], |
||||
"license": "MIT", |
||||
"ignore": [ |
||||
"**/.*", |
||||
"node_modules", |
||||
"bower_components", |
||||
"spec", |
||||
"examples", |
||||
"AUTHORS.txt", |
||||
"CHANGES.md", |
||||
"Gruntfile.js", |
||||
"package.json" |
||||
], |
||||
"_release": "2.0.3", |
||||
"_resolution": { |
||||
"type": "version", |
||||
"tag": "2.0.3", |
||||
"commit": "134e8360142c8be075011424ee3e22a9917ce99c" |
||||
}, |
||||
"_source": "https://github.com/ablanco/jquery.pwstrength.bootstrap.git", |
||||
"_target": "*", |
||||
"_originalSource": "pwstrength-bootstrap" |
||||
} |
||||
@ -0,0 +1,674 @@ |
||||
GNU GENERAL PUBLIC LICENSE |
||||
Version 3, 29 June 2007 |
||||
|
||||
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> |
||||
Everyone is permitted to copy and distribute verbatim copies |
||||
of this license document, but changing it is not allowed. |
||||
|
||||
Preamble |
||||
|
||||
The GNU General Public License is a free, copyleft license for |
||||
software and other kinds of works. |
||||
|
||||
The licenses for most software and other practical works are designed |
||||
to take away your freedom to share and change the works. By contrast, |
||||
the GNU General Public License is intended to guarantee your freedom to |
||||
share and change all versions of a program--to make sure it remains free |
||||
software for all its users. We, the Free Software Foundation, use the |
||||
GNU General Public License for most of our software; it applies also to |
||||
any other work released this way by its authors. You can apply it to |
||||
your programs, too. |
||||
|
||||
When we speak of free software, we are referring to freedom, not |
||||
price. Our General Public Licenses are designed to make sure that you |
||||
have the freedom to distribute copies of free software (and charge for |
||||
them if you wish), that you receive source code or can get it if you |
||||
want it, that you can change the software or use pieces of it in new |
||||
free programs, and that you know you can do these things. |
||||
|
||||
To protect your rights, we need to prevent others from denying you |
||||
these rights or asking you to surrender the rights. Therefore, you have |
||||
certain responsibilities if you distribute copies of the software, or if |
||||
you modify it: responsibilities to respect the freedom of others. |
||||
|
||||
For example, if you distribute copies of such a program, whether |
||||
gratis or for a fee, you must pass on to the recipients the same |
||||
freedoms that you received. You must make sure that they, too, receive |
||||
or can get the source code. And you must show them these terms so they |
||||
know their rights. |
||||
|
||||
Developers that use the GNU GPL protect your rights with two steps: |
||||
(1) assert copyright on the software, and (2) offer you this License |
||||
giving you legal permission to copy, distribute and/or modify it. |
||||
|
||||
For the developers' and authors' protection, the GPL clearly explains |
||||
that there is no warranty for this free software. For both users' and |
||||
authors' sake, the GPL requires that modified versions be marked as |
||||
changed, so that their problems will not be attributed erroneously to |
||||
authors of previous versions. |
||||
|
||||
Some devices are designed to deny users access to install or run |
||||
modified versions of the software inside them, although the manufacturer |
||||
can do so. This is fundamentally incompatible with the aim of |
||||
protecting users' freedom to change the software. The systematic |
||||
pattern of such abuse occurs in the area of products for individuals to |
||||
use, which is precisely where it is most unacceptable. Therefore, we |
||||
have designed this version of the GPL to prohibit the practice for those |
||||
products. If such problems arise substantially in other domains, we |
||||
stand ready to extend this provision to those domains in future versions |
||||
of the GPL, as needed to protect the freedom of users. |
||||
|
||||
Finally, every program is threatened constantly by software patents. |
||||
States should not allow patents to restrict development and use of |
||||
software on general-purpose computers, but in those that do, we wish to |
||||
avoid the special danger that patents applied to a free program could |
||||
make it effectively proprietary. To prevent this, the GPL assures that |
||||
patents cannot be used to render the program non-free. |
||||
|
||||
The precise terms and conditions for copying, distribution and |
||||
modification follow. |
||||
|
||||
TERMS AND CONDITIONS |
||||
|
||||
0. Definitions. |
||||
|
||||
"This License" refers to version 3 of the GNU General Public License. |
||||
|
||||
"Copyright" also means copyright-like laws that apply to other kinds of |
||||
works, such as semiconductor masks. |
||||
|
||||
"The Program" refers to any copyrightable work licensed under this |
||||
License. Each licensee is addressed as "you". "Licensees" and |
||||
"recipients" may be individuals or organizations. |
||||
|
||||
To "modify" a work means to copy from or adapt all or part of the work |
||||
in a fashion requiring copyright permission, other than the making of an |
||||
exact copy. The resulting work is called a "modified version" of the |
||||
earlier work or a work "based on" the earlier work. |
||||
|
||||
A "covered work" means either the unmodified Program or a work based |
||||
on the Program. |
||||
|
||||
To "propagate" a work means to do anything with it that, without |
||||
permission, would make you directly or secondarily liable for |
||||
infringement under applicable copyright law, except executing it on a |
||||
computer or modifying a private copy. Propagation includes copying, |
||||
distribution (with or without modification), making available to the |
||||
public, and in some countries other activities as well. |
||||
|
||||
To "convey" a work means any kind of propagation that enables other |
||||
parties to make or receive copies. Mere interaction with a user through |
||||
a computer network, with no transfer of a copy, is not conveying. |
||||
|
||||
An interactive user interface displays "Appropriate Legal Notices" |
||||
to the extent that it includes a convenient and prominently visible |
||||
feature that (1) displays an appropriate copyright notice, and (2) |
||||
tells the user that there is no warranty for the work (except to the |
||||
extent that warranties are provided), that licensees may convey the |
||||
work under this License, and how to view a copy of this License. If |
||||
the interface presents a list of user commands or options, such as a |
||||
menu, a prominent item in the list meets this criterion. |
||||
|
||||
1. Source Code. |
||||
|
||||
The "source code" for a work means the preferred form of the work |
||||
for making modifications to it. "Object code" means any non-source |
||||
form of a work. |
||||
|
||||
A "Standard Interface" means an interface that either is an official |
||||
standard defined by a recognized standards body, or, in the case of |
||||
interfaces specified for a particular programming language, one that |
||||
is widely used among developers working in that language. |
||||
|
||||
The "System Libraries" of an executable work include anything, other |
||||
than the work as a whole, that (a) is included in the normal form of |
||||
packaging a Major Component, but which is not part of that Major |
||||
Component, and (b) serves only to enable use of the work with that |
||||
Major Component, or to implement a Standard Interface for which an |
||||
implementation is available to the public in source code form. A |
||||
"Major Component", in this context, means a major essential component |
||||
(kernel, window system, and so on) of the specific operating system |
||||
(if any) on which the executable work runs, or a compiler used to |
||||
produce the work, or an object code interpreter used to run it. |
||||
|
||||
The "Corresponding Source" for a work in object code form means all |
||||
the source code needed to generate, install, and (for an executable |
||||
work) run the object code and to modify the work, including scripts to |
||||
control those activities. However, it does not include the work's |
||||
System Libraries, or general-purpose tools or generally available free |
||||
programs which are used unmodified in performing those activities but |
||||
which are not part of the work. For example, Corresponding Source |
||||
includes interface definition files associated with source files for |
||||
the work, and the source code for shared libraries and dynamically |
||||
linked subprograms that the work is specifically designed to require, |
||||
such as by intimate data communication or control flow between those |
||||
subprograms and other parts of the work. |
||||
|
||||
The Corresponding Source need not include anything that users |
||||
can regenerate automatically from other parts of the Corresponding |
||||
Source. |
||||
|
||||
The Corresponding Source for a work in source code form is that |
||||
same work. |
||||
|
||||
2. Basic Permissions. |
||||
|
||||
All rights granted under this License are granted for the term of |
||||
copyright on the Program, and are irrevocable provided the stated |
||||
conditions are met. This License explicitly affirms your unlimited |
||||
permission to run the unmodified Program. The output from running a |
||||
covered work is covered by this License only if the output, given its |
||||
content, constitutes a covered work. This License acknowledges your |
||||
rights of fair use or other equivalent, as provided by copyright law. |
||||
|
||||
You may make, run and propagate covered works that you do not |
||||
convey, without conditions so long as your license otherwise remains |
||||
in force. You may convey covered works to others for the sole purpose |
||||
of having them make modifications exclusively for you, or provide you |
||||
with facilities for running those works, provided that you comply with |
||||
the terms of this License in conveying all material for which you do |
||||
not control copyright. Those thus making or running the covered works |
||||
for you must do so exclusively on your behalf, under your direction |
||||
and control, on terms that prohibit them from making any copies of |
||||
your copyrighted material outside their relationship with you. |
||||
|
||||
Conveying under any other circumstances is permitted solely under |
||||
the conditions stated below. Sublicensing is not allowed; section 10 |
||||
makes it unnecessary. |
||||
|
||||
3. Protecting Users' Legal Rights From Anti-Circumvention Law. |
||||
|
||||
No covered work shall be deemed part of an effective technological |
||||
measure under any applicable law fulfilling obligations under article |
||||
11 of the WIPO copyright treaty adopted on 20 December 1996, or |
||||
similar laws prohibiting or restricting circumvention of such |
||||
measures. |
||||
|
||||
When you convey a covered work, you waive any legal power to forbid |
||||
circumvention of technological measures to the extent such circumvention |
||||
is effected by exercising rights under this License with respect to |
||||
the covered work, and you disclaim any intention to limit operation or |
||||
modification of the work as a means of enforcing, against the work's |
||||
users, your or third parties' legal rights to forbid circumvention of |
||||
technological measures. |
||||
|
||||
4. Conveying Verbatim Copies. |
||||
|
||||
You may convey verbatim copies of the Program's source code as you |
||||
receive it, in any medium, provided that you conspicuously and |
||||
appropriately publish on each copy an appropriate copyright notice; |
||||
keep intact all notices stating that this License and any |
||||
non-permissive terms added in accord with section 7 apply to the code; |
||||
keep intact all notices of the absence of any warranty; and give all |
||||
recipients a copy of this License along with the Program. |
||||
|
||||
You may charge any price or no price for each copy that you convey, |
||||
and you may offer support or warranty protection for a fee. |
||||
|
||||
5. Conveying Modified Source Versions. |
||||
|
||||
You may convey a work based on the Program, or the modifications to |
||||
produce it from the Program, in the form of source code under the |
||||
terms of section 4, provided that you also meet all of these conditions: |
||||
|
||||
a) The work must carry prominent notices stating that you modified |
||||
it, and giving a relevant date. |
||||
|
||||
b) The work must carry prominent notices stating that it is |
||||
released under this License and any conditions added under section |
||||
7. This requirement modifies the requirement in section 4 to |
||||
"keep intact all notices". |
||||
|
||||
c) You must license the entire work, as a whole, under this |
||||
License to anyone who comes into possession of a copy. This |
||||
License will therefore apply, along with any applicable section 7 |
||||
additional terms, to the whole of the work, and all its parts, |
||||
regardless of how they are packaged. This License gives no |
||||
permission to license the work in any other way, but it does not |
||||
invalidate such permission if you have separately received it. |
||||
|
||||
d) If the work has interactive user interfaces, each must display |
||||
Appropriate Legal Notices; however, if the Program has interactive |
||||
interfaces that do not display Appropriate Legal Notices, your |
||||
work need not make them do so. |
||||
|
||||
A compilation of a covered work with other separate and independent |
||||
works, which are not by their nature extensions of the covered work, |
||||
and which are not combined with it such as to form a larger program, |
||||
in or on a volume of a storage or distribution medium, is called an |
||||
"aggregate" if the compilation and its resulting copyright are not |
||||
used to limit the access or legal rights of the compilation's users |
||||
beyond what the individual works permit. Inclusion of a covered work |
||||
in an aggregate does not cause this License to apply to the other |
||||
parts of the aggregate. |
||||
|
||||
6. Conveying Non-Source Forms. |
||||
|
||||
You may convey a covered work in object code form under the terms |
||||
of sections 4 and 5, provided that you also convey the |
||||
machine-readable Corresponding Source under the terms of this License, |
||||
in one of these ways: |
||||
|
||||
a) Convey the object code in, or embodied in, a physical product |
||||
(including a physical distribution medium), accompanied by the |
||||
Corresponding Source fixed on a durable physical medium |
||||
customarily used for software interchange. |
||||
|
||||
b) Convey the object code in, or embodied in, a physical product |
||||
(including a physical distribution medium), accompanied by a |
||||
written offer, valid for at least three years and valid for as |
||||
long as you offer spare parts or customer support for that product |
||||
model, to give anyone who possesses the object code either (1) a |
||||
copy of the Corresponding Source for all the software in the |
||||
product that is covered by this License, on a durable physical |
||||
medium customarily used for software interchange, for a price no |
||||
more than your reasonable cost of physically performing this |
||||
conveying of source, or (2) access to copy the |
||||
Corresponding Source from a network server at no charge. |
||||
|
||||
c) Convey individual copies of the object code with a copy of the |
||||
written offer to provide the Corresponding Source. This |
||||
alternative is allowed only occasionally and noncommercially, and |
||||
only if you received the object code with such an offer, in accord |
||||
with subsection 6b. |
||||
|
||||
d) Convey the object code by offering access from a designated |
||||
place (gratis or for a charge), and offer equivalent access to the |
||||
Corresponding Source in the same way through the same place at no |
||||
further charge. You need not require recipients to copy the |
||||
Corresponding Source along with the object code. If the place to |
||||
copy the object code is a network server, the Corresponding Source |
||||
may be on a different server (operated by you or a third party) |
||||
that supports equivalent copying facilities, provided you maintain |
||||
clear directions next to the object code saying where to find the |
||||
Corresponding Source. Regardless of what server hosts the |
||||
Corresponding Source, you remain obligated to ensure that it is |
||||
available for as long as needed to satisfy these requirements. |
||||
|
||||
e) Convey the object code using peer-to-peer transmission, provided |
||||
you inform other peers where the object code and Corresponding |
||||
Source of the work are being offered to the general public at no |
||||
charge under subsection 6d. |
||||
|
||||
A separable portion of the object code, whose source code is excluded |
||||
from the Corresponding Source as a System Library, need not be |
||||
included in conveying the object code work. |
||||
|
||||
A "User Product" is either (1) a "consumer product", which means any |
||||
tangible personal property which is normally used for personal, family, |
||||
or household purposes, or (2) anything designed or sold for incorporation |
||||
into a dwelling. In determining whether a product is a consumer product, |
||||
doubtful cases shall be resolved in favor of coverage. For a particular |
||||
product received by a particular user, "normally used" refers to a |
||||
typical or common use of that class of product, regardless of the status |
||||
of the particular user or of the way in which the particular user |
||||
actually uses, or expects or is expected to use, the product. A product |
||||
is a consumer product regardless of whether the product has substantial |
||||
commercial, industrial or non-consumer uses, unless such uses represent |
||||
the only significant mode of use of the product. |
||||
|
||||
"Installation Information" for a User Product means any methods, |
||||
procedures, authorization keys, or other information required to install |
||||
and execute modified versions of a covered work in that User Product from |
||||
a modified version of its Corresponding Source. The information must |
||||
suffice to ensure that the continued functioning of the modified object |
||||
code is in no case prevented or interfered with solely because |
||||
modification has been made. |
||||
|
||||
If you convey an object code work under this section in, or with, or |
||||
specifically for use in, a User Product, and the conveying occurs as |
||||
part of a transaction in which the right of possession and use of the |
||||
User Product is transferred to the recipient in perpetuity or for a |
||||
fixed term (regardless of how the transaction is characterized), the |
||||
Corresponding Source conveyed under this section must be accompanied |
||||
by the Installation Information. But this requirement does not apply |
||||
if neither you nor any third party retains the ability to install |
||||
modified object code on the User Product (for example, the work has |
||||
been installed in ROM). |
||||
|
||||
The requirement to provide Installation Information does not include a |
||||
requirement to continue to provide support service, warranty, or updates |
||||
for a work that has been modified or installed by the recipient, or for |
||||
the User Product in which it has been modified or installed. Access to a |
||||
network may be denied when the modification itself materially and |
||||
adversely affects the operation of the network or violates the rules and |
||||
protocols for communication across the network. |
||||
|
||||
Corresponding Source conveyed, and Installation Information provided, |
||||
in accord with this section must be in a format that is publicly |
||||
documented (and with an implementation available to the public in |
||||
source code form), and must require no special password or key for |
||||
unpacking, reading or copying. |
||||
|
||||
7. Additional Terms. |
||||
|
||||
"Additional permissions" are terms that supplement the terms of this |
||||
License by making exceptions from one or more of its conditions. |
||||
Additional permissions that are applicable to the entire Program shall |
||||
be treated as though they were included in this License, to the extent |
||||
that they are valid under applicable law. If additional permissions |
||||
apply only to part of the Program, that part may be used separately |
||||
under those permissions, but the entire Program remains governed by |
||||
this License without regard to the additional permissions. |
||||
|
||||
When you convey a copy of a covered work, you may at your option |
||||
remove any additional permissions from that copy, or from any part of |
||||
it. (Additional permissions may be written to require their own |
||||
removal in certain cases when you modify the work.) You may place |
||||
additional permissions on material, added by you to a covered work, |
||||
for which you have or can give appropriate copyright permission. |
||||
|
||||
Notwithstanding any other provision of this License, for material you |
||||
add to a covered work, you may (if authorized by the copyright holders of |
||||
that material) supplement the terms of this License with terms: |
||||
|
||||
a) Disclaiming warranty or limiting liability differently from the |
||||
terms of sections 15 and 16 of this License; or |
||||
|
||||
b) Requiring preservation of specified reasonable legal notices or |
||||
author attributions in that material or in the Appropriate Legal |
||||
Notices displayed by works containing it; or |
||||
|
||||
c) Prohibiting misrepresentation of the origin of that material, or |
||||
requiring that modified versions of such material be marked in |
||||
reasonable ways as different from the original version; or |
||||
|
||||
d) Limiting the use for publicity purposes of names of licensors or |
||||
authors of the material; or |
||||
|
||||
e) Declining to grant rights under trademark law for use of some |
||||
trade names, trademarks, or service marks; or |
||||
|
||||
f) Requiring indemnification of licensors and authors of that |
||||
material by anyone who conveys the material (or modified versions of |
||||
it) with contractual assumptions of liability to the recipient, for |
||||
any liability that these contractual assumptions directly impose on |
||||
those licensors and authors. |
||||
|
||||
All other non-permissive additional terms are considered "further |
||||
restrictions" within the meaning of section 10. If the Program as you |
||||
received it, or any part of it, contains a notice stating that it is |
||||
governed by this License along with a term that is a further |
||||
restriction, you may remove that term. If a license document contains |
||||
a further restriction but permits relicensing or conveying under this |
||||
License, you may add to a covered work material governed by the terms |
||||
of that license document, provided that the further restriction does |
||||
not survive such relicensing or conveying. |
||||
|
||||
If you add terms to a covered work in accord with this section, you |
||||
must place, in the relevant source files, a statement of the |
||||
additional terms that apply to those files, or a notice indicating |
||||
where to find the applicable terms. |
||||
|
||||
Additional terms, permissive or non-permissive, may be stated in the |
||||
form of a separately written license, or stated as exceptions; |
||||
the above requirements apply either way. |
||||
|
||||
8. Termination. |
||||
|
||||
You may not propagate or modify a covered work except as expressly |
||||
provided under this License. Any attempt otherwise to propagate or |
||||
modify it is void, and will automatically terminate your rights under |
||||
this License (including any patent licenses granted under the third |
||||
paragraph of section 11). |
||||
|
||||
However, if you cease all violation of this License, then your |
||||
license from a particular copyright holder is reinstated (a) |
||||
provisionally, unless and until the copyright holder explicitly and |
||||
finally terminates your license, and (b) permanently, if the copyright |
||||
holder fails to notify you of the violation by some reasonable means |
||||
prior to 60 days after the cessation. |
||||
|
||||
Moreover, your license from a particular copyright holder is |
||||
reinstated permanently if the copyright holder notifies you of the |
||||
violation by some reasonable means, this is the first time you have |
||||
received notice of violation of this License (for any work) from that |
||||
copyright holder, and you cure the violation prior to 30 days after |
||||
your receipt of the notice. |
||||
|
||||
Termination of your rights under this section does not terminate the |
||||
licenses of parties who have received copies or rights from you under |
||||
this License. If your rights have been terminated and not permanently |
||||
reinstated, you do not qualify to receive new licenses for the same |
||||
material under section 10. |
||||
|
||||
9. Acceptance Not Required for Having Copies. |
||||
|
||||
You are not required to accept this License in order to receive or |
||||
run a copy of the Program. Ancillary propagation of a covered work |
||||
occurring solely as a consequence of using peer-to-peer transmission |
||||
to receive a copy likewise does not require acceptance. However, |
||||
nothing other than this License grants you permission to propagate or |
||||
modify any covered work. These actions infringe copyright if you do |
||||
not accept this License. Therefore, by modifying or propagating a |
||||
covered work, you indicate your acceptance of this License to do so. |
||||
|
||||
10. Automatic Licensing of Downstream Recipients. |
||||
|
||||
Each time you convey a covered work, the recipient automatically |
||||
receives a license from the original licensors, to run, modify and |
||||
propagate that work, subject to this License. You are not responsible |
||||
for enforcing compliance by third parties with this License. |
||||
|
||||
An "entity transaction" is a transaction transferring control of an |
||||
organization, or substantially all assets of one, or subdividing an |
||||
organization, or merging organizations. If propagation of a covered |
||||
work results from an entity transaction, each party to that |
||||
transaction who receives a copy of the work also receives whatever |
||||
licenses to the work the party's predecessor in interest had or could |
||||
give under the previous paragraph, plus a right to possession of the |
||||
Corresponding Source of the work from the predecessor in interest, if |
||||
the predecessor has it or can get it with reasonable efforts. |
||||
|
||||
You may not impose any further restrictions on the exercise of the |
||||
rights granted or affirmed under this License. For example, you may |
||||
not impose a license fee, royalty, or other charge for exercise of |
||||
rights granted under this License, and you may not initiate litigation |
||||
(including a cross-claim or counterclaim in a lawsuit) alleging that |
||||
any patent claim is infringed by making, using, selling, offering for |
||||
sale, or importing the Program or any portion of it. |
||||
|
||||
11. Patents. |
||||
|
||||
A "contributor" is a copyright holder who authorizes use under this |
||||
License of the Program or a work on which the Program is based. The |
||||
work thus licensed is called the contributor's "contributor version". |
||||
|
||||
A contributor's "essential patent claims" are all patent claims |
||||
owned or controlled by the contributor, whether already acquired or |
||||
hereafter acquired, that would be infringed by some manner, permitted |
||||
by this License, of making, using, or selling its contributor version, |
||||
but do not include claims that would be infringed only as a |
||||
consequence of further modification of the contributor version. For |
||||
purposes of this definition, "control" includes the right to grant |
||||
patent sublicenses in a manner consistent with the requirements of |
||||
this License. |
||||
|
||||
Each contributor grants you a non-exclusive, worldwide, royalty-free |
||||
patent license under the contributor's essential patent claims, to |
||||
make, use, sell, offer for sale, import and otherwise run, modify and |
||||
propagate the contents of its contributor version. |
||||
|
||||
In the following three paragraphs, a "patent license" is any express |
||||
agreement or commitment, however denominated, not to enforce a patent |
||||
(such as an express permission to practice a patent or covenant not to |
||||
sue for patent infringement). To "grant" such a patent license to a |
||||
party means to make such an agreement or commitment not to enforce a |
||||
patent against the party. |
||||
|
||||
If you convey a covered work, knowingly relying on a patent license, |
||||
and the Corresponding Source of the work is not available for anyone |
||||
to copy, free of charge and under the terms of this License, through a |
||||
publicly available network server or other readily accessible means, |
||||
then you must either (1) cause the Corresponding Source to be so |
||||
available, or (2) arrange to deprive yourself of the benefit of the |
||||
patent license for this particular work, or (3) arrange, in a manner |
||||
consistent with the requirements of this License, to extend the patent |
||||
license to downstream recipients. "Knowingly relying" means you have |
||||
actual knowledge that, but for the patent license, your conveying the |
||||
covered work in a country, or your recipient's use of the covered work |
||||
in a country, would infringe one or more identifiable patents in that |
||||
country that you have reason to believe are valid. |
||||
|
||||
If, pursuant to or in connection with a single transaction or |
||||
arrangement, you convey, or propagate by procuring conveyance of, a |
||||
covered work, and grant a patent license to some of the parties |
||||
receiving the covered work authorizing them to use, propagate, modify |
||||
or convey a specific copy of the covered work, then the patent license |
||||
you grant is automatically extended to all recipients of the covered |
||||
work and works based on it. |
||||
|
||||
A patent license is "discriminatory" if it does not include within |
||||
the scope of its coverage, prohibits the exercise of, or is |
||||
conditioned on the non-exercise of one or more of the rights that are |
||||
specifically granted under this License. You may not convey a covered |
||||
work if you are a party to an arrangement with a third party that is |
||||
in the business of distributing software, under which you make payment |
||||
to the third party based on the extent of your activity of conveying |
||||
the work, and under which the third party grants, to any of the |
||||
parties who would receive the covered work from you, a discriminatory |
||||
patent license (a) in connection with copies of the covered work |
||||
conveyed by you (or copies made from those copies), or (b) primarily |
||||
for and in connection with specific products or compilations that |
||||
contain the covered work, unless you entered into that arrangement, |
||||
or that patent license was granted, prior to 28 March 2007. |
||||
|
||||
Nothing in this License shall be construed as excluding or limiting |
||||
any implied license or other defenses to infringement that may |
||||
otherwise be available to you under applicable patent law. |
||||
|
||||
12. No Surrender of Others' Freedom. |
||||
|
||||
If conditions are imposed on you (whether by court order, agreement or |
||||
otherwise) that contradict the conditions of this License, they do not |
||||
excuse you from the conditions of this License. If you cannot convey a |
||||
covered work so as to satisfy simultaneously your obligations under this |
||||
License and any other pertinent obligations, then as a consequence you may |
||||
not convey it at all. For example, if you agree to terms that obligate you |
||||
to collect a royalty for further conveying from those to whom you convey |
||||
the Program, the only way you could satisfy both those terms and this |
||||
License would be to refrain entirely from conveying the Program. |
||||
|
||||
13. Use with the GNU Affero General Public License. |
||||
|
||||
Notwithstanding any other provision of this License, you have |
||||
permission to link or combine any covered work with a work licensed |
||||
under version 3 of the GNU Affero General Public License into a single |
||||
combined work, and to convey the resulting work. The terms of this |
||||
License will continue to apply to the part which is the covered work, |
||||
but the special requirements of the GNU Affero General Public License, |
||||
section 13, concerning interaction through a network will apply to the |
||||
combination as such. |
||||
|
||||
14. Revised Versions of this License. |
||||
|
||||
The Free Software Foundation may publish revised and/or new versions of |
||||
the GNU General Public License from time to time. Such new versions will |
||||
be similar in spirit to the present version, but may differ in detail to |
||||
address new problems or concerns. |
||||
|
||||
Each version is given a distinguishing version number. If the |
||||
Program specifies that a certain numbered version of the GNU General |
||||
Public License "or any later version" applies to it, you have the |
||||
option of following the terms and conditions either of that numbered |
||||
version or of any later version published by the Free Software |
||||
Foundation. If the Program does not specify a version number of the |
||||
GNU General Public License, you may choose any version ever published |
||||
by the Free Software Foundation. |
||||
|
||||
If the Program specifies that a proxy can decide which future |
||||
versions of the GNU General Public License can be used, that proxy's |
||||
public statement of acceptance of a version permanently authorizes you |
||||
to choose that version for the Program. |
||||
|
||||
Later license versions may give you additional or different |
||||
permissions. However, no additional obligations are imposed on any |
||||
author or copyright holder as a result of your choosing to follow a |
||||
later version. |
||||
|
||||
15. Disclaimer of Warranty. |
||||
|
||||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY |
||||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT |
||||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY |
||||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, |
||||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
||||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM |
||||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF |
||||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
||||
|
||||
16. Limitation of Liability. |
||||
|
||||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS |
||||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY |
||||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE |
||||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF |
||||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD |
||||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), |
||||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF |
||||
SUCH DAMAGES. |
||||
|
||||
17. Interpretation of Sections 15 and 16. |
||||
|
||||
If the disclaimer of warranty and limitation of liability provided |
||||
above cannot be given local legal effect according to their terms, |
||||
reviewing courts shall apply local law that most closely approximates |
||||
an absolute waiver of all civil liability in connection with the |
||||
Program, unless a warranty or assumption of liability accompanies a |
||||
copy of the Program in return for a fee. |
||||
|
||||
END OF TERMS AND CONDITIONS |
||||
|
||||
How to Apply These Terms to Your New Programs |
||||
|
||||
If you develop a new program, and you want it to be of the greatest |
||||
possible use to the public, the best way to achieve this is to make it |
||||
free software which everyone can redistribute and change under these terms. |
||||
|
||||
To do so, attach the following notices to the program. It is safest |
||||
to attach them to the start of each source file to most effectively |
||||
state the exclusion of warranty; and each file should have at least |
||||
the "copyright" line and a pointer to where the full notice is found. |
||||
|
||||
<one line to give the program's name and a brief idea of what it does.> |
||||
Copyright (C) <year> <name of author> |
||||
|
||||
This program is free software: you can redistribute it and/or modify |
||||
it under the terms of the GNU General Public License as published by |
||||
the Free Software Foundation, either version 3 of the License, or |
||||
(at your option) any later version. |
||||
|
||||
This program is distributed in the hope that it will be useful, |
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
||||
GNU General Public License for more details. |
||||
|
||||
You should have received a copy of the GNU General Public License |
||||
along with this program. If not, see <http://www.gnu.org/licenses/>. |
||||
|
||||
Also add information on how to contact you by electronic and paper mail. |
||||
|
||||
If the program does terminal interaction, make it output a short |
||||
notice like this when it starts in an interactive mode: |
||||
|
||||
<program> Copyright (C) <year> <name of author> |
||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
||||
This is free software, and you are welcome to redistribute it |
||||
under certain conditions; type `show c' for details. |
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate |
||||
parts of the General Public License. Of course, your program's commands |
||||
might be different; for a GUI interface, you would use an "about box". |
||||
|
||||
You should also get your employer (if you work as a programmer) or school, |
||||
if any, to sign a "copyright disclaimer" for the program, if necessary. |
||||
For more information on this, and how to apply and follow the GNU GPL, see |
||||
<http://www.gnu.org/licenses/>. |
||||
|
||||
The GNU General Public License does not permit incorporating your program |
||||
into proprietary programs. If your program is a subroutine library, you |
||||
may consider it more useful to permit linking proprietary applications with |
||||
the library. If this is what you want to do, use the GNU Lesser General |
||||
Public License instead of this License. But first, please read |
||||
<http://www.gnu.org/philosophy/why-not-lgpl.html>. |
||||
@ -0,0 +1,21 @@ |
||||
The MIT License |
||||
|
||||
Copyright (c) 2010 Tane Piper <github@digitalspaghetti.me.uk> |
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy |
||||
of this software and associated documentation files (the "Software"), to deal |
||||
in the Software without restriction, including without limitation the rights |
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
||||
copies of the Software, and to permit persons to whom the Software is |
||||
furnished to do so, subject to the following conditions: |
||||
|
||||
The above copyright notice and this permission notice shall be included in |
||||
all copies or substantial portions of the Software. |
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
||||
THE SOFTWARE. |
||||
@ -0,0 +1,376 @@ |
||||
# Options |
||||
|
||||
The plugin expect the options to follow this structure: |
||||
|
||||
```javascript |
||||
options = { |
||||
common: {}, |
||||
rules: {}, |
||||
ui: {} |
||||
}; |
||||
``` |
||||
|
||||
Let's see the options of each section. |
||||
|
||||
## Common |
||||
|
||||
* __minChar__: |
||||
|
||||
Default: `6` (Integer) |
||||
|
||||
Sets the minimum required of characters for a password to not be considered |
||||
too weak. |
||||
|
||||
* __usernameField__: |
||||
|
||||
Default: `"#username"` (String) |
||||
|
||||
The username field to match a password to, to ensure the user does not use |
||||
the same value for their password. |
||||
|
||||
* __userInputs__: |
||||
|
||||
Default: `[]` (Array) |
||||
|
||||
Array of CSS selectors for input fields with user input. The content of these |
||||
fields will be retrieved and passed to the zxcvbn library. |
||||
|
||||
This option only takes effect when the zxcvbn library is being used. Check |
||||
the `zxcvbn` option. |
||||
|
||||
* __onLoad__: |
||||
|
||||
Default: `undefined` (Function) |
||||
|
||||
A callback function, fired on load of the widget. No arguments will be |
||||
passed. |
||||
|
||||
* __onKeyUp__: |
||||
|
||||
Default: `undefined` (Function) |
||||
|
||||
A callback function, fired on key up when the user is typing. The `keyup` |
||||
event will be passed as first argument, and an object as second with the |
||||
score and the verdict text and level. |
||||
|
||||
This handler will also be called when the `change` or the `onpaste` events |
||||
happen. |
||||
|
||||
* __onScore__: |
||||
|
||||
Default: `undefined` (Function) |
||||
|
||||
A callback function that will be called when the score is calculted by the |
||||
rules engine, allowing for a final modification before rendering the result. |
||||
|
||||
The options, the word and the score will be passed as arguments, in that |
||||
order. |
||||
|
||||
* __zxcvbn__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Use the zxcvbn to calculate the password entropy and use it as the score. For |
||||
more information about zxcvbn plase check this |
||||
[post](https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/). |
||||
|
||||
If you activate this setting, then all the rules won't be applied, and all |
||||
the options under the _Rules_ section will be ignored as well. zxcvbn will be |
||||
used instead of the default rules engine. |
||||
|
||||
To use this option you must load the zxcvbn library file on your site. You'll |
||||
find it at their [repository](https://github.com/lowe/zxcvbn). |
||||
|
||||
* __zxcvbnTerms__: |
||||
|
||||
Default: `[]` (Array) |
||||
|
||||
An array of strings. A list of banned words for the zxcvbn library. This |
||||
option will be ignored if zxcvbn is not being used. |
||||
|
||||
* __events__: `["keyup", "change", "paste"]` (Array) |
||||
|
||||
An array of strings. A list of the event names the plugin is going to listen |
||||
to. Customize this option to deal with iOS 9 keyup bug. |
||||
|
||||
* __debug__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
If true, it prints the password strength in the javascript console, so you |
||||
can test and tune your rules settings. |
||||
|
||||
## Rules |
||||
|
||||
* __extra__: |
||||
|
||||
Default: `{}` (Object) |
||||
|
||||
Empty object where custom rules functions will be stored. |
||||
|
||||
* __scores__: |
||||
|
||||
Default: (Object) |
||||
|
||||
``` |
||||
{ |
||||
wordNotEmail: -100, |
||||
wordLength: -50, |
||||
wordSimilarToUsername: -100, |
||||
wordSequences: -50, |
||||
wordTwoCharacterClasses: 2, |
||||
wordRepetitions: -25, |
||||
wordLowercase: 1, |
||||
wordUppercase: 3, |
||||
wordOneNumber: 3, |
||||
wordThreeNumbers: 5, |
||||
wordOneSpecialChar: 3, |
||||
wordTwoSpecialChar: 5, |
||||
wordUpperLowerCombo: 2, |
||||
wordLetterNumberCombo: 2, |
||||
wordLetterNumberCharCombo: 2 |
||||
} |
||||
``` |
||||
|
||||
Scores returned by the rules when they match. Negative values are for |
||||
penalizations. |
||||
|
||||
* __activated__: |
||||
|
||||
Default: (Object) |
||||
|
||||
``` |
||||
{ |
||||
wordNotEmail: true, |
||||
wordLength: true, |
||||
wordSimilarToUsername: true, |
||||
wordSequences: true, |
||||
wordTwoCharacterClasses: false, |
||||
wordRepetitions: false, |
||||
wordLowercase: true, |
||||
wordUppercase: true, |
||||
wordOneNumber: true, |
||||
wordThreeNumbers: true, |
||||
wordOneSpecialChar: true, |
||||
wordTwoSpecialChar: true, |
||||
wordUpperLowerCombo: true, |
||||
wordLetterNumberCombo: true, |
||||
wordLetterNumberCharCombo: true |
||||
} |
||||
``` |
||||
An object that sets wich validation rules are activated. By changing this |
||||
object is possible to deactivate some validations, or to activate them for |
||||
extra security. |
||||
|
||||
* __raisePower__: |
||||
|
||||
Default: `1.4` (Double) |
||||
|
||||
The value used to modify the final score, based on the password length, |
||||
allows you to tailor your results. |
||||
|
||||
## User Interface |
||||
|
||||
* __bootstrap2__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Sets if it supports legacy Bootstrap 2 (true) or the current Bootstrap 3 |
||||
(false), the progress bar html is different. |
||||
|
||||
* __bootstrap4__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Sets if it supports unstable Bootstrap 4 (true) or the current Bootstrap 3 |
||||
(false), the progress bar html is different. Keep in mind that the current |
||||
Boostrap 4 support is very basic. |
||||
|
||||
* __colorClasses__: |
||||
|
||||
Default: `["danger", "danger", "danger", "warning", "warning", "success"]` (Array) |
||||
|
||||
The css classes applied to the bar in the progress bar and to the verdicts, |
||||
depending on the strength of the password. |
||||
|
||||
Keep in mind that for Boostrap 2 a `bar-` prefix will be added, that for |
||||
Boostrap 3 the prefix will be `progress-bar-`, and that for Bootstrap 4 it |
||||
will be `progress-`. This is the case for the progress bar, not the verdicts. |
||||
For the verdicts there is no prefix whatsoever. |
||||
|
||||
* __showProgressBar__: |
||||
|
||||
Default: `true` (Boolean) |
||||
|
||||
Displays the password strength in a progress bar. |
||||
|
||||
* __progressBarEmptyPercentage__: |
||||
|
||||
Default: `1` (Integer) |
||||
|
||||
Minimum percentage filled in the progress bar that depicts the strength of |
||||
the password. An empty password will show the progress bar filled this much. |
||||
|
||||
* __progressBarMinPercentage__: |
||||
|
||||
Default: `1` (Integer) |
||||
|
||||
Minimum percentage filled in the progress bar that depicts the strength of |
||||
the password. A terrible but not empty password will show the progress bar |
||||
filled this much. |
||||
|
||||
* __progressBarExtraCssClasses__: |
||||
|
||||
Default: `""` (String) |
||||
|
||||
CSS classes to be added to the generated progress bar. It is meant to make |
||||
use of the extra classes provided by Bootstrap. The classes will be added to |
||||
the proper DOM element depending of which version of Bootstrap is being |
||||
used. |
||||
|
||||
* __showPopover__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Displays the error messages and the verdicts in a Bootstrap popover, instead |
||||
of below the input field. Bootstrap tooltip.js and popover.js must to be |
||||
included. |
||||
|
||||
If the `showVerdictsInsideProgressBar` option is active, then the verdicts |
||||
won't appear on the popover. |
||||
|
||||
* __popoverPlacement__: |
||||
|
||||
Default: `"bottom"` (String) |
||||
|
||||
Choose where the popover should be placed in relation with the input field. |
||||
The possible options are: `"top"` `"bottom"` `"left"` `"right"` `"auto"` |
||||
|
||||
* __showStatus__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Displays the password strength as a validation status in the password field, |
||||
for this to work, the Bootstrap form structure must be followed. |
||||
|
||||
* __spanError__: |
||||
|
||||
Default: (Function) |
||||
|
||||
```javascript |
||||
function (options, key) { |
||||
var text = options.i18n.t(key); |
||||
if (!text) { return ''; } |
||||
return '<span style="color: #d52929">' + text + '</span>'; |
||||
}; |
||||
``` |
||||
|
||||
Function to generate a span with the style property set to red font color, |
||||
used in the errors messages. Overwrite for custom styling. |
||||
|
||||
* __popoverError__: |
||||
|
||||
Default: (Function) |
||||
|
||||
```javascript |
||||
function (errors) { |
||||
var errors = options.instances.errors, |
||||
errorsTitle = options.i18n.t("errorList"), |
||||
message = "<div>" + errorsTitle + "<ul class='error-list' style='margin-bottom: 0;'>"; |
||||
|
||||
jQuery.each(errors, function (idx, err) { |
||||
message += "<li>" + err + "</li>"; |
||||
}); |
||||
message += "</ul></div>"; |
||||
return message; |
||||
}; |
||||
``` |
||||
|
||||
Function to generate the errors list in the popover if `showPopover` is true. |
||||
Overwrite for custom styling. |
||||
|
||||
* __showVerdicts__: |
||||
|
||||
Default: `true` (Boolean) |
||||
|
||||
Determines if the verdicts are displayed or not. |
||||
|
||||
* __showVerdictsInsideProgressBar__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Determines if the verdicts are displayed inside the progress bar or not. When |
||||
this setting is active, the verdict viewport is ignored and they won't appear |
||||
on the popover if it is being showed. Also this option overrides the value of |
||||
the _showVerdicts_ one. |
||||
|
||||
This option is not available when using Bootstrap 4. |
||||
|
||||
* __useVerdictCssClass__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Determines if it's necessary to add a css class in the verdict element. |
||||
|
||||
* __showErrors__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Determines if the error list is displayed with the progress bar or not. |
||||
|
||||
* __showScore__: |
||||
|
||||
Default: `false` (Boolean) |
||||
|
||||
Determines if the password score is displayed with the progress bar or not. |
||||
|
||||
* __container__: |
||||
|
||||
Default: `undefined` (CSS selector, or DOM node) |
||||
|
||||
If defined, it will be used to locate the viewports, if undefined, the parent |
||||
of the input password will be used instead. The viewports must be children of |
||||
this node. |
||||
|
||||
* __viewports__: |
||||
|
||||
Default: (Object) |
||||
|
||||
``` |
||||
{ |
||||
progress: undefined, |
||||
verdict: undefined, |
||||
errors: undefined, |
||||
score: undefined |
||||
} |
||||
``` |
||||
|
||||
An object containing the viewports to use to show the elements of the |
||||
strength meter. Each one can be a CSS selector (`"#progressbar"`) or a DOM |
||||
node reference. They must be contained by the `container`. |
||||
|
||||
* __scores__: |
||||
|
||||
Default: `[0, 14, 26, 38, 50]` (Array) |
||||
|
||||
The scores used to determine what colorClasses and verdicts to display. It |
||||
has to have 5 elements, which creates 6 categories of strength (the 6 |
||||
possible verdicts). |
||||
|
||||
### Example of an options object |
||||
|
||||
```javascript |
||||
var options = {}; |
||||
options.common = { |
||||
minChar: 8 |
||||
}; |
||||
options.rules = { |
||||
activated: { |
||||
wordTwoCharacterClasses: true, |
||||
wordRepetitions: true |
||||
} |
||||
}; |
||||
options.ui = { |
||||
showErrors: true |
||||
}; |
||||
``` |
||||
@ -0,0 +1,296 @@ |
||||
# jQuery Password Strength Meter for Twitter Bootstrap |
||||
|
||||
[](https://travis-ci.org/ablanco/jquery.pwstrength.bootstrap) |
||||
[](https://codeclimate.com/github/ablanco/jquery.pwstrength.bootstrap) |
||||
[](https://david-dm.org/ablanco/jquery.pwstrength.bootstrap#info=devDependencies) |
||||
|
||||
The jQuery Password Strength Meter is a plugin for Twitter Bootstrap that |
||||
provides rulesets for visualy displaying the quality of a users typed in |
||||
password. |
||||
|
||||
Dual licensed under the MIT and GPL licenses. You can choose the one that |
||||
suits your purposes better. |
||||
|
||||
[npm entry](https://www.npmjs.com/package/pwstrength-bootstrap) |
||||
|
||||
|
||||
## Requirements |
||||
|
||||
* jQuery 1.7 or higher |
||||
* Bootstrap 2, 3 or 4 |
||||
|
||||
### Not using Bootstrap? |
||||
|
||||
This plugin currently relies heavily on Bootstrap and it is not possible to |
||||
use it with another framework without making big changes in the code or |
||||
forgetting completely about the UI feedback. |
||||
|
||||
Forks to use it with another frameworks that I know of: |
||||
|
||||
* [Zurb Foundation fork by edtownend](https://github.com/edtownend/jquery.pwstrength.foundation) |
||||
|
||||
|
||||
## How to use it |
||||
|
||||
Get the latest version through [Bower](http://bower.io/search/?q=pwstrength-bootstrap), |
||||
[npm](https://www.npmjs.com/package/pwstrength-bootstrap), or just download it |
||||
from this [repository](https://github.com/ablanco/jquery.pwstrength.bootstrap/tree/master/dist). |
||||
Load it into your HTML after your original bootstrap and jQuery javascript files: |
||||
|
||||
```html |
||||
<script type="text/javascript" src="file/location/pwstrength-bootstrap-1.2.8.min.js"></script> |
||||
``` |
||||
|
||||
Then just invoke the plugin on the password fields you want to attach a strength |
||||
meter to. For example, to use it on all the password fields with the default |
||||
examples: |
||||
|
||||
```javascript |
||||
$(':password').pwstrength(); |
||||
``` |
||||
|
||||
To apply it only to one input and change the options: |
||||
|
||||
```javascript |
||||
$('#passwd1').pwstrength({ |
||||
ui: { showVerdictsInsideProgressBar: true } |
||||
}); |
||||
``` |
||||
|
||||
## Options |
||||
|
||||
Click here to find [the complete list of options for the plugin](OPTIONS.md). |
||||
|
||||
If you are looking for options to change or add new texts, please have a look |
||||
at the internationalization section. |
||||
|
||||
|
||||
## Methods |
||||
|
||||
Once the plugin has been initialized, it is possible to interact with it |
||||
through the methods. |
||||
|
||||
|
||||
### Force an update |
||||
|
||||
It is possible to force an update on a password strength meter. It will force |
||||
a new score calculation and an update of the UI elements, the `onKeyUp` |
||||
callback will be called. |
||||
|
||||
```javascript |
||||
$("#passwdfield").pwstrength("forceUpdate"); |
||||
``` |
||||
|
||||
|
||||
### Remove the strength meter |
||||
|
||||
This will remove the data associated to the meter, and the UI elements. |
||||
|
||||
```javascript |
||||
$("#passwdfield").pwstrength("destroy"); |
||||
``` |
||||
|
||||
|
||||
### Adding Custom Rules |
||||
|
||||
The plugin comes with the functionality to easily define your own custom rules. |
||||
The format is as follows: |
||||
|
||||
```javascript |
||||
$("#passwdfield").pwstrength("addRule", "ruleName", function (options, word, score) {}, rule_score, rule_enabled); |
||||
``` |
||||
|
||||
Example: |
||||
|
||||
```javascript |
||||
$("#passwdfield").pwstrength("addRule", "testRule", function (options, word, score) { |
||||
return word.match(/[a-z].[0-9]/) && score; |
||||
}, 10, true); |
||||
``` |
||||
|
||||
|
||||
### Change the score associated to a rule |
||||
|
||||
It is possible to change the score given by a rule. It works like this: |
||||
|
||||
```javascript |
||||
$("#passwdfield").pwstrength("changeScore", "wordSequences", -100); |
||||
``` |
||||
|
||||
That would penalize even more the presence of sequences in the password. |
||||
|
||||
|
||||
### Activate and deactivate rules |
||||
|
||||
It is also possible to activate or deactivate rules. It as simple as: |
||||
|
||||
```javascript |
||||
$("#passwdfield").pwstrength("ruleActive", "wordSequences", false); |
||||
``` |
||||
|
||||
That would avoid looking for sequences in the password being tested. |
||||
|
||||
|
||||
## Callback Functions |
||||
|
||||
The plugin provides three callback functions, onLoad, onKeyUp, and scoreCalculated. You can use |
||||
them like this: |
||||
|
||||
```javascript |
||||
$(document).ready(function () { |
||||
var options = {}; |
||||
options.common = { |
||||
onLoad: function () { |
||||
$('#messages').text('Start typing password'); |
||||
}, |
||||
onKeyUp: function (evt, data) { |
||||
$("#length-help-text").text("Current length: " + $(evt.target).val().length + " and score: " + data.score); |
||||
}, |
||||
onScore: function (options, word, totalScoreCalculated) { |
||||
// If my word meets a specific scenario, I want the min score to |
||||
// be the level 1 score, for example. |
||||
if (word.length === 20 && totalScoreCalculated < options.ui.scores[1]) { |
||||
// Score doesn't meet the score[1]. So we will return the min |
||||
// numbers of points to get that score instead. |
||||
return options.ui.score[1] |
||||
} |
||||
// Fall back to the score that was calculated by the rules engine. |
||||
// Must pass back the score to set the total score variable. |
||||
return totalScoreCalculated; |
||||
} |
||||
}; |
||||
$(':password').pwstrength(options); |
||||
}); |
||||
``` |
||||
|
||||
|
||||
## Extra security |
||||
|
||||
The plugin comes with two validation rules deactivated by default. One checks |
||||
for too many character repetitions, and the other checks the number of |
||||
character classes used. An easy way to increase the security of the passwords |
||||
is to activate this two rules: |
||||
|
||||
```javascript |
||||
$(document).ready(function () { |
||||
var options = {}; |
||||
options.rules = { |
||||
activated: { |
||||
wordTwoCharacterClasses: true, |
||||
wordRepetitions: true |
||||
} |
||||
}; |
||||
$(':password').pwstrength(options); |
||||
}); |
||||
``` |
||||
|
||||
|
||||
## Internationalization (i18n) |
||||
|
||||
The plugin has support for internationalization. It also comes with some |
||||
example translations, you can find them in the [locales folder](locales). |
||||
|
||||
The plugin provides a default implementation of the translation function, but |
||||
you can override it using the option `i18n.t`. |
||||
|
||||
The default implementation will try to make use of the popular |
||||
[i18next front-end translation tool](http://i18next.com/). If you happen to |
||||
use it, then you only need to add the translations into your resources and |
||||
load them. The plugin will automatically make use of it. You can find more |
||||
details about and how to use it i18next in their website. There is also an |
||||
example in the repository that uses that library. |
||||
|
||||
In case the i18next library is not available, then the default behavior is |
||||
to return the english texts as a fallback. |
||||
|
||||
### What are the translatable texts? |
||||
|
||||
You can find the non-rules texts in any of the |
||||
[provided translation example files](locales), and besides what you find there, |
||||
every rule name is a valid key for the translation file. __You can use this to |
||||
add new error messages (or remove them) for the engine rules__. |
||||
|
||||
### How to customize the translation function |
||||
|
||||
If you want to manage translations yourself or you don't use i18next you can |
||||
override the default translation function like this: |
||||
|
||||
```javascript |
||||
$(document).ready(function () { |
||||
var options = {}; |
||||
options.i18n = { |
||||
t: function (key) { |
||||
var result = translateThisThing(key); // Do your magic here |
||||
|
||||
return result === key ? '' : result; // This assumes you return the |
||||
// key if no translation was found, adapt as necessary |
||||
} |
||||
}; |
||||
$(':password').pwstrength(options); |
||||
}); |
||||
``` |
||||
|
||||
You can find an example of some keys and translations in the |
||||
[locales folder](locales). |
||||
|
||||
|
||||
## Examples |
||||
|
||||
There are some examples in the `examples` directory. Just serve them with any |
||||
webserver and check them in your browser. Make sure you serve the `examples` |
||||
directory as the site root. For example: |
||||
|
||||
```bash |
||||
cd examples |
||||
python -m SimpleHTTPServer |
||||
``` |
||||
|
||||
And go to [localhost:8000](http://localhost:8000). |
||||
|
||||
Alternatively, you can check-out the examples in a [hosted demo](https://cdn.rawgit.com/ablanco/jquery.pwstrength.bootstrap/master/examples/index.html). |
||||
|
||||
## Build and Test |
||||
|
||||
The build and testing processes rely on [Grunt](http://gruntjs.com/). To use |
||||
them you need to have [node.js](http://nodejs.org/) and grunt-cli installed on |
||||
your system. Assuming you have node.js in your Linux system, you'll need to do |
||||
something like this: |
||||
|
||||
```bash |
||||
sudo npm install -g grunt-cli |
||||
``` |
||||
|
||||
Now you have the grunt command line utility installed globally. |
||||
|
||||
|
||||
### Bundle and minified |
||||
|
||||
To generate the bundle and the minified file you only need to execute this in |
||||
the project directory: |
||||
|
||||
```bash |
||||
npm install -d |
||||
grunt |
||||
``` |
||||
|
||||
It will check the source files, and build a minified version with its |
||||
corresponding source map. The generated files will be available in the `dist` |
||||
directory. |
||||
|
||||
|
||||
### Testing |
||||
|
||||
To run the tests the only thing you need to do is execute this in the project |
||||
directory: |
||||
|
||||
```bash |
||||
npm install -d |
||||
grunt test |
||||
``` |
||||
|
||||
It will check all the source files with [JSLint](http://jslint.com) and run the |
||||
tests, which are written with [Jasmine](http://jasmine.github.io/). You'll find |
||||
the tests source code in the `spec` directory. |
||||
|
||||
[Travis](https://travis-ci.org/ablanco/jquery.pwstrength.bootstrap) is being |
||||
used for continuos integration. You can check there if the tests are passing. |
||||
@ -0,0 +1,38 @@ |
||||
{ |
||||
"name": "pwstrength-bootstrap", |
||||
"version": "2.0.3", |
||||
"homepage": "https://github.com/ablanco/jquery.pwstrength.bootstrap", |
||||
"authors": [ |
||||
"Alejandro Blanco <alejandro.b.e@gmail.com>" |
||||
], |
||||
"description": "jQuery plugin for Twitter Bootstrap that provides rulesets for visualy displaying the quality of a users typed in password.", |
||||
"main": "dist/pwstrength-bootstrap.js", |
||||
"dependencies": { |
||||
"jquery": ">=1.7.0", |
||||
"bootstrap": ">=2.0.0", |
||||
"zxcvbn": ">=4.2.0", |
||||
"i18next": ">=2.4.0" |
||||
}, |
||||
"moduleType": [ |
||||
"globals" |
||||
], |
||||
"keywords": [ |
||||
"jquery", |
||||
"bootstrap", |
||||
"password", |
||||
"strength", |
||||
"meter" |
||||
], |
||||
"license": "MIT", |
||||
"ignore": [ |
||||
"**/.*", |
||||
"node_modules", |
||||
"bower_components", |
||||
"spec", |
||||
"examples", |
||||
"AUTHORS.txt", |
||||
"CHANGES.md", |
||||
"Gruntfile.js", |
||||
"package.json" |
||||
] |
||||
} |
||||
@ -0,0 +1,819 @@ |
||||
/*! |
||||
* jQuery Password Strength plugin for Twitter Bootstrap |
||||
* Version: 2.0.3 |
||||
* |
||||
* Copyright (c) 2008-2013 Tane Piper |
||||
* Copyright (c) 2013 Alejandro Blanco |
||||
* Dual licensed under the MIT and GPL licenses. |
||||
*/ |
||||
|
||||
(function (jQuery) { |
||||
// Source: src/i18n.js
|
||||
|
||||
|
||||
|
||||
|
||||
var i18n = {}; |
||||
|
||||
(function (i18n, i18next) { |
||||
'use strict'; |
||||
|
||||
i18n.fallback = { |
||||
"wordLength": "Your password is too short", |
||||
"wordNotEmail": "Do not use your email as your password", |
||||
"wordSimilarToUsername": "Your password cannot contain your username", |
||||
"wordTwoCharacterClasses": "Use different character classes", |
||||
"wordRepetitions": "Too many repetitions", |
||||
"wordSequences": "Your password contains sequences", |
||||
"errorList": "Errors:", |
||||
"veryWeak": "Very Weak", |
||||
"weak": "Weak", |
||||
"normal": "Normal", |
||||
"medium": "Medium", |
||||
"strong": "Strong", |
||||
"veryStrong": "Very Strong" |
||||
}; |
||||
|
||||
i18n.t = function (key) { |
||||
var result = ''; |
||||
|
||||
// Try to use i18next.com
|
||||
if (i18next) { |
||||
result = i18next.t(key); |
||||
} else { |
||||
// Fallback to english
|
||||
result = i18n.fallback[key]; |
||||
} |
||||
|
||||
return result === key ? '' : result; |
||||
}; |
||||
}(i18n, window.i18next)); |
||||
|
||||
// Source: src/rules.js
|
||||
|
||||
|
||||
|
||||
|
||||
var rulesEngine = {}; |
||||
|
||||
try { |
||||
if (!jQuery && module && module.exports) { |
||||
var jQuery = require("jquery"), |
||||
jsdom = require("jsdom").jsdom; |
||||
jQuery = jQuery(jsdom().parentWindow); |
||||
} |
||||
} catch (ignore) {} |
||||
|
||||
(function ($, rulesEngine) { |
||||
"use strict"; |
||||
var validation = {}; |
||||
|
||||
rulesEngine.forbiddenSequences = [ |
||||
"0123456789", "abcdefghijklmnopqrstuvwxyz", "qwertyuiop", "asdfghjkl", |
||||
"zxcvbnm", "!@#$%^&*()_+" |
||||
]; |
||||
|
||||
validation.wordNotEmail = function (options, word, score) { |
||||
if (word.match(/^([\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+\.)*[\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+@((((([a-z0-9]{1}[a-z0-9\-]{0,62}[a-z0-9]{1})|[a-z])\.)+[a-z]{2,6})|(\d{1,3}\.){3}\d{1,3}(\:\d{1,5})?)$/i)) { |
||||
return score; |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordLength = function (options, word, score) { |
||||
var wordlen = word.length, |
||||
lenScore = Math.pow(wordlen, options.rules.raisePower); |
||||
if (wordlen < options.common.minChar) { |
||||
lenScore = (lenScore + score); |
||||
} |
||||
return lenScore; |
||||
}; |
||||
|
||||
validation.wordSimilarToUsername = function (options, word, score) { |
||||
var username = $(options.common.usernameField).val(); |
||||
if (username && word.toLowerCase().match(username.replace(/[\-\[\]\/\{\}\(\)\*\+\=\?\:\.\\\^\$\|\!\,]/g, "\\$&").toLowerCase())) { |
||||
return score; |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordTwoCharacterClasses = function (options, word, score) { |
||||
if (word.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/) || |
||||
(word.match(/([a-zA-Z])/) && word.match(/([0-9])/)) || |
||||
(word.match(/(.[!,@,#,$,%,\^,&,*,?,_,~])/) && word.match(/[a-zA-Z0-9_]/))) { |
||||
return score; |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordRepetitions = function (options, word, score) { |
||||
if (word.match(/(.)\1\1/)) { return score; } |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordSequences = function (options, word, score) { |
||||
var found = false, |
||||
j; |
||||
if (word.length > 2) { |
||||
$.each(rulesEngine.forbiddenSequences, function (idx, seq) { |
||||
if (found) { return; } |
||||
var sequences = [seq, seq.split('').reverse().join('')]; |
||||
$.each(sequences, function (idx, sequence) { |
||||
for (j = 0; j < (word.length - 2); j += 1) { // iterate the word trough a sliding window of size 3:
|
||||
if (sequence.indexOf(word.toLowerCase().substring(j, j + 3)) > -1) { |
||||
found = true; |
||||
} |
||||
} |
||||
}); |
||||
}); |
||||
if (found) { return score; } |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordLowercase = function (options, word, score) { |
||||
return word.match(/[a-z]/) && score; |
||||
}; |
||||
|
||||
validation.wordUppercase = function (options, word, score) { |
||||
return word.match(/[A-Z]/) && score; |
||||
}; |
||||
|
||||
validation.wordOneNumber = function (options, word, score) { |
||||
return word.match(/\d+/) && score; |
||||
}; |
||||
|
||||
validation.wordThreeNumbers = function (options, word, score) { |
||||
return word.match(/(.*[0-9].*[0-9].*[0-9])/) && score; |
||||
}; |
||||
|
||||
validation.wordOneSpecialChar = function (options, word, score) { |
||||
return word.match(/[!,@,#,$,%,\^,&,*,?,_,~]/) && score; |
||||
}; |
||||
|
||||
validation.wordTwoSpecialChar = function (options, word, score) { |
||||
return word.match(/(.*[!,@,#,$,%,\^,&,*,?,_,~].*[!,@,#,$,%,\^,&,*,?,_,~])/) && score; |
||||
}; |
||||
|
||||
validation.wordUpperLowerCombo = function (options, word, score) { |
||||
return word.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/) && score; |
||||
}; |
||||
|
||||
validation.wordLetterNumberCombo = function (options, word, score) { |
||||
return word.match(/([a-zA-Z])/) && word.match(/([0-9])/) && score; |
||||
}; |
||||
|
||||
validation.wordLetterNumberCharCombo = function (options, word, score) { |
||||
return word.match(/([a-zA-Z0-9].*[!,@,#,$,%,\^,&,*,?,_,~])|([!,@,#,$,%,\^,&,*,?,_,~].*[a-zA-Z0-9])/) && score; |
||||
}; |
||||
|
||||
rulesEngine.validation = validation; |
||||
|
||||
rulesEngine.executeRules = function (options, word) { |
||||
var totalScore = 0; |
||||
|
||||
$.each(options.rules.activated, function (rule, active) { |
||||
if (active) { |
||||
var score = options.rules.scores[rule], |
||||
funct = rulesEngine.validation[rule], |
||||
result, |
||||
errorMessage; |
||||
|
||||
if (!$.isFunction(funct)) { |
||||
funct = options.rules.extra[rule]; |
||||
} |
||||
|
||||
if ($.isFunction(funct)) { |
||||
result = funct(options, word, score); |
||||
if (result) { |
||||
totalScore += result; |
||||
} |
||||
if (result < 0 || (!$.isNumeric(result) && !result)) { |
||||
errorMessage = options.ui.spanError(options, rule); |
||||
if (errorMessage.length > 0) { |
||||
options.instances.errors.push(errorMessage); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}); |
||||
|
||||
if ($.isFunction(options.common.onScore)) { |
||||
totalScore = options.common.onScore(options, word, totalScore); |
||||
} |
||||
|
||||
return totalScore; |
||||
}; |
||||
}(jQuery, rulesEngine)); |
||||
|
||||
try { |
||||
if (module && module.exports) { |
||||
module.exports = rulesEngine; |
||||
} |
||||
} catch (ignore) {} |
||||
|
||||
// Source: src/options.js
|
||||
|
||||
|
||||
|
||||
|
||||
var defaultOptions = {}; |
||||
|
||||
defaultOptions.common = {}; |
||||
defaultOptions.common.minChar = 6; |
||||
defaultOptions.common.usernameField = "#username"; |
||||
defaultOptions.common.userInputs = [ |
||||
// Selectors for input fields with user input
|
||||
]; |
||||
defaultOptions.common.onLoad = undefined; |
||||
defaultOptions.common.onKeyUp = undefined; |
||||
defaultOptions.common.onScore = undefined; |
||||
defaultOptions.common.zxcvbn = false; |
||||
defaultOptions.common.zxcvbnTerms = [ |
||||
// List of disrecommended words
|
||||
]; |
||||
defaultOptions.common.events = ["keyup", "change", "paste"]; |
||||
defaultOptions.common.debug = false; |
||||
|
||||
defaultOptions.rules = {}; |
||||
defaultOptions.rules.extra = {}; |
||||
defaultOptions.rules.scores = { |
||||
wordNotEmail: -100, |
||||
wordLength: -50, |
||||
wordSimilarToUsername: -100, |
||||
wordSequences: -20, |
||||
wordTwoCharacterClasses: 2, |
||||
wordRepetitions: -25, |
||||
wordLowercase: 1, |
||||
wordUppercase: 3, |
||||
wordOneNumber: 3, |
||||
wordThreeNumbers: 5, |
||||
wordOneSpecialChar: 3, |
||||
wordTwoSpecialChar: 5, |
||||
wordUpperLowerCombo: 2, |
||||
wordLetterNumberCombo: 2, |
||||
wordLetterNumberCharCombo: 2 |
||||
}; |
||||
defaultOptions.rules.activated = { |
||||
wordNotEmail: true, |
||||
wordLength: true, |
||||
wordSimilarToUsername: true, |
||||
wordSequences: true, |
||||
wordTwoCharacterClasses: false, |
||||
wordRepetitions: false, |
||||
wordLowercase: true, |
||||
wordUppercase: true, |
||||
wordOneNumber: true, |
||||
wordThreeNumbers: true, |
||||
wordOneSpecialChar: true, |
||||
wordTwoSpecialChar: true, |
||||
wordUpperLowerCombo: true, |
||||
wordLetterNumberCombo: true, |
||||
wordLetterNumberCharCombo: true |
||||
}; |
||||
defaultOptions.rules.raisePower = 1.4; |
||||
|
||||
defaultOptions.ui = {}; |
||||
defaultOptions.ui.bootstrap2 = false; |
||||
defaultOptions.ui.bootstrap4 = false; |
||||
defaultOptions.ui.colorClasses = [ |
||||
"danger", "danger", "danger", "warning", "warning", "success" |
||||
]; |
||||
defaultOptions.ui.showProgressBar = true; |
||||
defaultOptions.ui.progressBarEmptyPercentage = 1; |
||||
defaultOptions.ui.progressBarMinPercentage = 1; |
||||
defaultOptions.ui.progressBarExtraCssClasses = ''; |
||||
defaultOptions.ui.showPopover = false; |
||||
defaultOptions.ui.popoverPlacement = "bottom"; |
||||
defaultOptions.ui.showStatus = false; |
||||
defaultOptions.ui.spanError = function (options, key) { |
||||
"use strict"; |
||||
var text = options.i18n.t(key); |
||||
if (!text) { return ''; } |
||||
return '<span style="color: #d52929">' + text + '</span>'; |
||||
}; |
||||
defaultOptions.ui.popoverError = function (options) { |
||||
"use strict"; |
||||
var errors = options.instances.errors, |
||||
errorsTitle = options.i18n.t("errorList"), |
||||
message = "<div>" + errorsTitle + "<ul class='error-list' style='margin-bottom: 0;'>"; |
||||
|
||||
jQuery.each(errors, function (idx, err) { |
||||
message += "<li>" + err + "</li>"; |
||||
}); |
||||
message += "</ul></div>"; |
||||
return message; |
||||
}; |
||||
defaultOptions.ui.showVerdicts = true; |
||||
defaultOptions.ui.showVerdictsInsideProgressBar = false; |
||||
defaultOptions.ui.useVerdictCssClass = false; |
||||
defaultOptions.ui.showErrors = false; |
||||
defaultOptions.ui.showScore = false; |
||||
defaultOptions.ui.container = undefined; |
||||
defaultOptions.ui.viewports = { |
||||
progress: undefined, |
||||
verdict: undefined, |
||||
errors: undefined, |
||||
score: undefined |
||||
}; |
||||
defaultOptions.ui.scores = [0, 14, 26, 38, 50]; |
||||
|
||||
defaultOptions.i18n = {}; |
||||
defaultOptions.i18n.t = i18n.t; |
||||
|
||||
// Source: src/ui.js
|
||||
|
||||
|
||||
|
||||
|
||||
var ui = {}; |
||||
|
||||
(function ($, ui) { |
||||
"use strict"; |
||||
|
||||
var statusClasses = ["error", "warning", "success"], |
||||
verdictKeys = [ |
||||
"veryWeak", "weak", "normal", "medium", "strong", "veryStrong" |
||||
]; |
||||
|
||||
ui.getContainer = function (options, $el) { |
||||
var $container; |
||||
|
||||
$container = $(options.ui.container); |
||||
if (!($container && $container.length === 1)) { |
||||
$container = $el.parent(); |
||||
} |
||||
return $container; |
||||
}; |
||||
|
||||
ui.findElement = function ($container, viewport, cssSelector) { |
||||
if (viewport) { |
||||
return $container.find(viewport).find(cssSelector); |
||||
} |
||||
return $container.find(cssSelector); |
||||
}; |
||||
|
||||
ui.getUIElements = function (options, $el) { |
||||
var $container, selector, result; |
||||
|
||||
if (options.instances.viewports) { |
||||
return options.instances.viewports; |
||||
} |
||||
|
||||
$container = ui.getContainer(options, $el); |
||||
|
||||
result = {}; |
||||
if (options.ui.bootstrap4) { |
||||
selector = "progress.progress"; |
||||
} else { |
||||
selector = "div.progress"; |
||||
} |
||||
result.$progressbar = ui.findElement($container, options.ui.viewports.progress, selector); |
||||
if (options.ui.showVerdictsInsideProgressBar) { |
||||
result.$verdict = result.$progressbar.find("span.password-verdict"); |
||||
} |
||||
|
||||
if (!options.ui.showPopover) { |
||||
if (!options.ui.showVerdictsInsideProgressBar) { |
||||
result.$verdict = ui.findElement($container, options.ui.viewports.verdict, "span.password-verdict"); |
||||
} |
||||
result.$errors = ui.findElement($container, options.ui.viewports.errors, "ul.error-list"); |
||||
} |
||||
result.$score = ui.findElement($container, options.ui.viewports.score, |
||||
"span.password-score"); |
||||
|
||||
options.instances.viewports = result; |
||||
return result; |
||||
}; |
||||
|
||||
ui.initProgressBar = function (options, $el) { |
||||
var $container = ui.getContainer(options, $el), |
||||
progressbar = "<div class='progress "; |
||||
|
||||
if (options.ui.bootstrap2) { |
||||
// Boostrap 2
|
||||
progressbar += options.ui.progressBarExtraCssClasses + |
||||
"'><div class='"; |
||||
} else if (!options.ui.bootstrap2 && !options.ui.bootstrap4) { |
||||
// Bootstrap 3
|
||||
progressbar += "'><div class='" + |
||||
options.ui.progressBarExtraCssClasses + " progress-"; |
||||
} |
||||
progressbar += "bar'>"; |
||||
|
||||
if (options.ui.bootstrap4) { |
||||
// Boostrap 4
|
||||
progressbar = "<progress class='progress " + |
||||
options.ui.progressBarExtraCssClasses + "' value='0' max='100'>"; |
||||
} |
||||
|
||||
if (options.ui.showVerdictsInsideProgressBar) { |
||||
progressbar += "<span class='password-verdict'></span>"; |
||||
} |
||||
|
||||
if (options.ui.bootstrap4) { |
||||
progressbar += "</progress>"; |
||||
} else { |
||||
progressbar += "</div></div>"; |
||||
} |
||||
|
||||
if (options.ui.viewports.progress) { |
||||
$container.find(options.ui.viewports.progress).append(progressbar); |
||||
} else { |
||||
$(progressbar).insertAfter($el); |
||||
} |
||||
}; |
||||
|
||||
ui.initHelper = function (options, $el, html, viewport) { |
||||
var $container = ui.getContainer(options, $el); |
||||
if (viewport) { |
||||
$container.find(viewport).append(html); |
||||
} else { |
||||
$(html).insertAfter($el); |
||||
} |
||||
}; |
||||
|
||||
ui.initVerdict = function (options, $el) { |
||||
ui.initHelper(options, $el, "<span class='password-verdict'></span>", |
||||
options.ui.viewports.verdict); |
||||
}; |
||||
|
||||
ui.initErrorList = function (options, $el) { |
||||
ui.initHelper(options, $el, "<ul class='error-list'></ul>", |
||||
options.ui.viewports.errors); |
||||
}; |
||||
|
||||
ui.initScore = function (options, $el) { |
||||
ui.initHelper(options, $el, "<span class='password-score'></span>", |
||||
options.ui.viewports.score); |
||||
}; |
||||
|
||||
ui.initPopover = function (options, $el) { |
||||
$el.popover("destroy"); |
||||
$el.popover({ |
||||
html: true, |
||||
placement: options.ui.popoverPlacement, |
||||
trigger: "manual", |
||||
content: " " |
||||
}); |
||||
}; |
||||
|
||||
ui.initUI = function (options, $el) { |
||||
if (options.ui.showPopover) { |
||||
ui.initPopover(options, $el); |
||||
} else { |
||||
if (options.ui.showErrors) { ui.initErrorList(options, $el); } |
||||
if (options.ui.showVerdicts && !options.ui.showVerdictsInsideProgressBar) { |
||||
ui.initVerdict(options, $el); |
||||
} |
||||
} |
||||
if (options.ui.showProgressBar) { |
||||
ui.initProgressBar(options, $el); |
||||
} |
||||
if (options.ui.showScore) { |
||||
ui.initScore(options, $el); |
||||
} |
||||
}; |
||||
|
||||
ui.updateProgressBar = function (options, $el, cssClass, percentage) { |
||||
var $progressbar = ui.getUIElements(options, $el).$progressbar, |
||||
$bar = $progressbar.find(".progress-bar"), |
||||
cssPrefix = "progress-"; |
||||
|
||||
if (options.ui.bootstrap2) { |
||||
$bar = $progressbar.find(".bar"); |
||||
cssPrefix = ""; |
||||
} |
||||
|
||||
$.each(options.ui.colorClasses, function (idx, value) { |
||||
if (options.ui.bootstrap4) { |
||||
$progressbar.removeClass(cssPrefix + value); |
||||
} else { |
||||
$bar.removeClass(cssPrefix + "bar-" + value); |
||||
} |
||||
}); |
||||
if (options.ui.bootstrap4) { |
||||
$progressbar.addClass(cssPrefix + options.ui.colorClasses[cssClass]); |
||||
$progressbar.val(percentage); |
||||
} else { |
||||
$bar.addClass(cssPrefix + "bar-" + options.ui.colorClasses[cssClass]); |
||||
$bar.css("width", percentage + '%'); |
||||
} |
||||
}; |
||||
|
||||
ui.updateVerdict = function (options, $el, cssClass, text) { |
||||
var $verdict = ui.getUIElements(options, $el).$verdict; |
||||
$verdict.removeClass(options.ui.colorClasses.join(' ')); |
||||
if (cssClass > -1) { |
||||
$verdict.addClass(options.ui.colorClasses[cssClass]); |
||||
} |
||||
$verdict.html(text); |
||||
}; |
||||
|
||||
ui.updateErrors = function (options, $el, remove) { |
||||
var $errors = ui.getUIElements(options, $el).$errors, |
||||
html = ""; |
||||
|
||||
if (!remove) { |
||||
$.each(options.instances.errors, function (idx, err) { |
||||
html += "<li>" + err + "</li>"; |
||||
}); |
||||
} |
||||
$errors.html(html); |
||||
}; |
||||
|
||||
ui.updateScore = function (options, $el, score, remove) { |
||||
var $score = ui.getUIElements(options, $el).$score, |
||||
html = ""; |
||||
|
||||
if (!remove) { html = score.toFixed(2); } |
||||
$score.html(html); |
||||
}; |
||||
|
||||
ui.updatePopover = function (options, $el, verdictText, remove) { |
||||
var popover = $el.data("bs.popover"), |
||||
html = "", |
||||
hide = true; |
||||
|
||||
if (options.ui.showVerdicts && |
||||
!options.ui.showVerdictsInsideProgressBar && |
||||
verdictText.length > 0) { |
||||
html = "<h5><span class='password-verdict'>" + verdictText + |
||||
"</span></h5>"; |
||||
hide = false; |
||||
} |
||||
if (options.ui.showErrors) { |
||||
if (options.instances.errors.length > 0) { |
||||
hide = false; |
||||
} |
||||
html += options.ui.popoverError(options); |
||||
} |
||||
|
||||
if (hide || remove) { |
||||
$el.popover("hide"); |
||||
return; |
||||
} |
||||
|
||||
if (options.ui.bootstrap2) { popover = $el.data("popover"); } |
||||
|
||||
if (popover.$arrow && popover.$arrow.parents("body").length > 0) { |
||||
$el.find("+ .popover .popover-content").html(html); |
||||
} else { |
||||
// It's hidden
|
||||
popover.options.content = html; |
||||
$el.popover("show"); |
||||
} |
||||
}; |
||||
|
||||
ui.updateFieldStatus = function (options, $el, cssClass, remove) { |
||||
var targetClass = options.ui.bootstrap2 ? ".control-group" : ".form-group", |
||||
$container = $el.parents(targetClass).first(); |
||||
|
||||
$.each(statusClasses, function (idx, css) { |
||||
if (!options.ui.bootstrap2) { css = "has-" + css; } |
||||
$container.removeClass(css); |
||||
}); |
||||
|
||||
if (remove) { return; } |
||||
|
||||
cssClass = statusClasses[cssClass]; |
||||
if (!options.ui.bootstrap2) { cssClass = "has-" + cssClass; } |
||||
$container.addClass(cssClass); |
||||
}; |
||||
|
||||
ui.percentage = function (options, score, maximun) { |
||||
var result = Math.floor(100 * score / maximun), |
||||
min = options.ui.progressBarMinPercentage; |
||||
|
||||
result = result <= min ? min : result; |
||||
result = result > 100 ? 100 : result; |
||||
return result; |
||||
}; |
||||
|
||||
ui.getVerdictAndCssClass = function (options, score) { |
||||
var level, verdict; |
||||
|
||||
if (score === undefined) { return ['', 0]; } |
||||
|
||||
if (score <= options.ui.scores[0]) { |
||||
level = 0; |
||||
} else if (score < options.ui.scores[1]) { |
||||
level = 1; |
||||
} else if (score < options.ui.scores[2]) { |
||||
level = 2; |
||||
} else if (score < options.ui.scores[3]) { |
||||
level = 3; |
||||
} else if (score < options.ui.scores[4]) { |
||||
level = 4; |
||||
} else { |
||||
level = 5; |
||||
} |
||||
|
||||
verdict = verdictKeys[level]; |
||||
|
||||
return [options.i18n.t(verdict), level]; |
||||
}; |
||||
|
||||
ui.updateUI = function (options, $el, score) { |
||||
var cssClass, barPercentage, verdictText, verdictCssClass; |
||||
|
||||
cssClass = ui.getVerdictAndCssClass(options, score); |
||||
verdictText = score === 0 ? '' : cssClass[0]; |
||||
cssClass = cssClass[1]; |
||||
verdictCssClass = options.ui.useVerdictCssClass ? cssClass : -1; |
||||
|
||||
if (options.ui.showProgressBar) { |
||||
if (score === undefined) { |
||||
barPercentage = options.ui.progressBarEmptyPercentage; |
||||
} else { |
||||
barPercentage = ui.percentage(options, score, options.ui.scores[4]); |
||||
} |
||||
ui.updateProgressBar(options, $el, cssClass, barPercentage); |
||||
if (options.ui.showVerdictsInsideProgressBar) { |
||||
ui.updateVerdict(options, $el, verdictCssClass, verdictText); |
||||
} |
||||
} |
||||
|
||||
if (options.ui.showStatus) { |
||||
ui.updateFieldStatus(options, $el, cssClass, score === undefined); |
||||
} |
||||
|
||||
if (options.ui.showPopover) { |
||||
ui.updatePopover(options, $el, verdictText, score === undefined); |
||||
} else { |
||||
if (options.ui.showVerdicts && !options.ui.showVerdictsInsideProgressBar) { |
||||
ui.updateVerdict(options, $el, verdictCssClass, verdictText); |
||||
} |
||||
if (options.ui.showErrors) { |
||||
ui.updateErrors(options, $el, score === undefined); |
||||
} |
||||
} |
||||
|
||||
if (options.ui.showScore) { |
||||
ui.updateScore(options, $el, score, score === undefined); |
||||
} |
||||
}; |
||||
}(jQuery, ui)); |
||||
|
||||
// Source: src/methods.js
|
||||
|
||||
|
||||
|
||||
|
||||
var methods = {}; |
||||
|
||||
(function ($, methods) { |
||||
"use strict"; |
||||
var onKeyUp, onPaste, applyToAll; |
||||
|
||||
onKeyUp = function (event) { |
||||
var $el = $(event.target), |
||||
options = $el.data("pwstrength-bootstrap"), |
||||
word = $el.val(), |
||||
userInputs, |
||||
verdictText, |
||||
verdictLevel, |
||||
score; |
||||
|
||||
if (options === undefined) { return; } |
||||
|
||||
options.instances.errors = []; |
||||
if (word.length === 0) { |
||||
score = undefined; |
||||
} else { |
||||
if (options.common.zxcvbn) { |
||||
userInputs = []; |
||||
$.each(options.common.userInputs.concat([options.common.usernameField]), function (idx, selector) { |
||||
var value = $(selector).val(); |
||||
if (value) { userInputs.push(value); } |
||||
}); |
||||
userInputs = userInputs.concat(options.common.zxcvbnTerms); |
||||
score = Math.log2(zxcvbn(word, userInputs).guesses); |
||||
} else { |
||||
score = rulesEngine.executeRules(options, word); |
||||
} |
||||
} |
||||
ui.updateUI(options, $el, score); |
||||
verdictText = ui.getVerdictAndCssClass(options, score); |
||||
verdictLevel = verdictText[1]; |
||||
verdictText = verdictText[0]; |
||||
|
||||
if (options.common.debug) { console.log(score + ' - ' + verdictText); } |
||||
|
||||
if ($.isFunction(options.common.onKeyUp)) { |
||||
options.common.onKeyUp(event, { |
||||
score: score, |
||||
verdictText: verdictText, |
||||
verdictLevel: verdictLevel |
||||
}); |
||||
} |
||||
}; |
||||
|
||||
onPaste = function (event) { |
||||
// This handler is necessary because the paste event fires before the
|
||||
// content is actually in the input, so we cannot read its value right
|
||||
// away. Therefore, the timeouts.
|
||||
var $el = $(event.target), |
||||
word = $el.val(), |
||||
tries = 0, |
||||
callback; |
||||
|
||||
callback = function () { |
||||
var newWord = $el.val(); |
||||
|
||||
if (newWord !== word) { |
||||
onKeyUp(event); |
||||
} else if (tries < 3) { |
||||
tries += 1; |
||||
setTimeout(callback, 100); |
||||
} |
||||
}; |
||||
|
||||
setTimeout(callback, 100); |
||||
}; |
||||
|
||||
methods.init = function (settings) { |
||||
this.each(function (idx, el) { |
||||
// Make it deep extend (first param) so it extends also the
|
||||
// rules and other inside objects
|
||||
var clonedDefaults = $.extend(true, {}, defaultOptions), |
||||
localOptions = $.extend(true, clonedDefaults, settings), |
||||
$el = $(el); |
||||
|
||||
localOptions.instances = {}; |
||||
$el.data("pwstrength-bootstrap", localOptions); |
||||
|
||||
$.each(localOptions.common.events, function (idx, eventName) { |
||||
var handler = eventName === "paste" ? onPaste : onKeyUp; |
||||
$el.on(eventName, handler); |
||||
}); |
||||
|
||||
ui.initUI(localOptions, $el); |
||||
$el.trigger("keyup"); |
||||
|
||||
if ($.isFunction(localOptions.common.onLoad)) { |
||||
localOptions.common.onLoad(); |
||||
} |
||||
}); |
||||
|
||||
return this; |
||||
}; |
||||
|
||||
methods.destroy = function () { |
||||
this.each(function (idx, el) { |
||||
var $el = $(el), |
||||
options = $el.data("pwstrength-bootstrap"), |
||||
elements = ui.getUIElements(options, $el); |
||||
elements.$progressbar.remove(); |
||||
elements.$verdict.remove(); |
||||
elements.$errors.remove(); |
||||
$el.removeData("pwstrength-bootstrap"); |
||||
}); |
||||
}; |
||||
|
||||
methods.forceUpdate = function () { |
||||
this.each(function (idx, el) { |
||||
var event = { target: el }; |
||||
onKeyUp(event); |
||||
}); |
||||
}; |
||||
|
||||
methods.addRule = function (name, method, score, active) { |
||||
this.each(function (idx, el) { |
||||
var options = $(el).data("pwstrength-bootstrap"); |
||||
|
||||
options.rules.activated[name] = active; |
||||
options.rules.scores[name] = score; |
||||
options.rules.extra[name] = method; |
||||
}); |
||||
}; |
||||
|
||||
applyToAll = function (rule, prop, value) { |
||||
this.each(function (idx, el) { |
||||
$(el).data("pwstrength-bootstrap").rules[prop][rule] = value; |
||||
}); |
||||
}; |
||||
|
||||
methods.changeScore = function (rule, score) { |
||||
applyToAll.call(this, rule, "scores", score); |
||||
}; |
||||
|
||||
methods.ruleActive = function (rule, active) { |
||||
applyToAll.call(this, rule, "activated", active); |
||||
}; |
||||
|
||||
$.fn.pwstrength = function (method) { |
||||
var result; |
||||
|
||||
if (methods[method]) { |
||||
result = methods[method].apply(this, Array.prototype.slice.call(arguments, 1)); |
||||
} else if (typeof method === "object" || !method) { |
||||
result = methods.init.apply(this, arguments); |
||||
} else { |
||||
$.error("Method " + method + " does not exist on jQuery.pwstrength-bootstrap"); |
||||
} |
||||
|
||||
return result; |
||||
}; |
||||
}(jQuery, methods)); |
||||
}(jQuery)); |
||||
@ -0,0 +1,15 @@ |
||||
{ |
||||
"wordLength": "Your password is too short", |
||||
"wordNotEmail": "Do not use your email as your password", |
||||
"wordSimilarToUsername": "Your password cannot contain your username", |
||||
"wordTwoCharacterClasses": "Use different character classes", |
||||
"wordRepetitions": "Too many repetitions", |
||||
"wordSequences": "Your password contains sequences", |
||||
"errorList": "Errors:", |
||||
"veryWeak": "Very Weak", |
||||
"weak": "Weak", |
||||
"normal": "Normal", |
||||
"medium": "Medium", |
||||
"strong": "Strong", |
||||
"veryStrong": "Very Strong" |
||||
} |
||||
@ -0,0 +1,15 @@ |
||||
{ |
||||
"wordLength": "Via pasvorto estas tro mallonga", |
||||
"wordNotEmail": "Ne uzu vian retpoŝtadreson kiel la pasvorton", |
||||
"wordSimilarToUsername": "Via pasvorto enhavas vian uzanto-nomon", |
||||
"wordTwoCharacterClasses": "Uzu signojn de diversaj tipoj (ekz., literoj kaj ciferoj)", |
||||
"wordRepetitions": "Tro multaj ripetiĝantaj signoj", |
||||
"wordSequences": "Via pasvorto enhavas simplan sinsekvon de signoj", |
||||
"errorList": "Eraroj:", |
||||
"veryWeak": "Trosimpla", |
||||
"weak": "Malforta", |
||||
"normal": "Mezforta", |
||||
"medium": "Akceptebla", |
||||
"strong": "Forta", |
||||
"veryStrong": "Elstare Forta" |
||||
} |
||||
@ -0,0 +1,15 @@ |
||||
{ |
||||
"wordLength": "Tu contraseña es demasiado corta", |
||||
"wordNotEmail": "No uses tu email como tu contraseña", |
||||
"wordSimilarToUsername": "Tu contraseña no puede contener tu nombre de usuario", |
||||
"wordTwoCharacterClasses": "Mezcla diferentes clases de caracteres", |
||||
"wordRepetitions": "Demasiadas repeticiones", |
||||
"wordSequences": "Tu contraseña contiene secuencias", |
||||
"errorList": "Errores:", |
||||
"veryWeak": "Muy Débil", |
||||
"weak": "Débil", |
||||
"normal": "Normal", |
||||
"medium": "Media", |
||||
"strong": "Fuerte", |
||||
"veryStrong": "Muy Fuerte" |
||||
} |
||||
@ -0,0 +1,15 @@ |
||||
{ |
||||
"wordLength": "Sua senha é muito curta", |
||||
"wordNotEmail": "Não use seu e-mail como senha", |
||||
"wordSimilarToUsername": "Sua senha não pode conter o seu nome de usuário", |
||||
"wordTwoCharacterClasses": "Use diferentes classes de caracteres", |
||||
"wordRepetitions": "Muitas repetições", |
||||
"wordSequences": "Sua senha contém sequências", |
||||
"errorList": "Errores:", |
||||
"veryWeak": "Muito Fraca", |
||||
"weak": "Fraca", |
||||
"normal": "Normal", |
||||
"medium": "Média", |
||||
"strong": "Forte", |
||||
"veryStrong": "Muito Forte" |
||||
} |
||||
@ -0,0 +1,15 @@ |
||||
{ |
||||
"wordLength": "Слишком короткий пароль", |
||||
"wordNotEmail": "Не используйте e-mail в качестве пароля", |
||||
"wordSimilarToUsername": "Пароль не должен содержать логин", |
||||
"wordTwoCharacterClasses": "Используйте разные классы символов", |
||||
"wordRepetitions": "Слишком много повторений", |
||||
"wordSequences": "Пароль содержит последовательности", |
||||
"errorList": "Ошибки:", |
||||
"veryWeak": "Очень слабый", |
||||
"weak": "Слабый", |
||||
"normal": "Нормальный", |
||||
"medium": "Средний", |
||||
"strong": "Сильный", |
||||
"veryStrong": "Очень сильный" |
||||
} |
||||
@ -0,0 +1,46 @@ |
||||
/*jslint browser: true */ |
||||
/*global */ |
||||
|
||||
/* |
||||
* jQuery Password Strength plugin for Twitter Bootstrap |
||||
* |
||||
* Copyright (c) 2008-2013 Tane Piper |
||||
* Copyright (c) 2013 Alejandro Blanco |
||||
* Dual licensed under the MIT and GPL licenses. |
||||
*/ |
||||
|
||||
var i18n = {}; |
||||
|
||||
(function (i18n, i18next) { |
||||
'use strict'; |
||||
|
||||
i18n.fallback = { |
||||
"wordLength": "Your password is too short", |
||||
"wordNotEmail": "Do not use your email as your password", |
||||
"wordSimilarToUsername": "Your password cannot contain your username", |
||||
"wordTwoCharacterClasses": "Use different character classes", |
||||
"wordRepetitions": "Too many repetitions", |
||||
"wordSequences": "Your password contains sequences", |
||||
"errorList": "Errors:", |
||||
"veryWeak": "Very Weak", |
||||
"weak": "Weak", |
||||
"normal": "Normal", |
||||
"medium": "Medium", |
||||
"strong": "Strong", |
||||
"veryStrong": "Very Strong" |
||||
}; |
||||
|
||||
i18n.t = function (key) { |
||||
var result = ''; |
||||
|
||||
// Try to use i18next.com
|
||||
if (i18next) { |
||||
result = i18next.t(key); |
||||
} else { |
||||
// Fallback to english
|
||||
result = i18n.fallback[key]; |
||||
} |
||||
|
||||
return result === key ? '' : result; |
||||
}; |
||||
}(i18n, window.i18next)); |
||||
@ -0,0 +1,167 @@ |
||||
/*jslint browser: true, unparam: true */ |
||||
/*global jQuery, ui, rulesEngine, defaultOptions, zxcvbn, console */ |
||||
|
||||
/* |
||||
* jQuery Password Strength plugin for Twitter Bootstrap |
||||
* |
||||
* Copyright (c) 2008-2013 Tane Piper |
||||
* Copyright (c) 2013 Alejandro Blanco |
||||
* Dual licensed under the MIT and GPL licenses. |
||||
*/ |
||||
|
||||
var methods = {}; |
||||
|
||||
(function ($, methods) { |
||||
"use strict"; |
||||
var onKeyUp, onPaste, applyToAll; |
||||
|
||||
onKeyUp = function (event) { |
||||
var $el = $(event.target), |
||||
options = $el.data("pwstrength-bootstrap"), |
||||
word = $el.val(), |
||||
userInputs, |
||||
verdictText, |
||||
verdictLevel, |
||||
score; |
||||
|
||||
if (options === undefined) { return; } |
||||
|
||||
options.instances.errors = []; |
||||
if (word.length === 0) { |
||||
score = undefined; |
||||
} else { |
||||
if (options.common.zxcvbn) { |
||||
userInputs = []; |
||||
$.each(options.common.userInputs.concat([options.common.usernameField]), function (idx, selector) { |
||||
var value = $(selector).val(); |
||||
if (value) { userInputs.push(value); } |
||||
}); |
||||
userInputs = userInputs.concat(options.common.zxcvbnTerms); |
||||
score = Math.log2(zxcvbn(word, userInputs).guesses); |
||||
} else { |
||||
score = rulesEngine.executeRules(options, word); |
||||
} |
||||
} |
||||
ui.updateUI(options, $el, score); |
||||
verdictText = ui.getVerdictAndCssClass(options, score); |
||||
verdictLevel = verdictText[1]; |
||||
verdictText = verdictText[0]; |
||||
|
||||
if (options.common.debug) { console.log(score + ' - ' + verdictText); } |
||||
|
||||
if ($.isFunction(options.common.onKeyUp)) { |
||||
options.common.onKeyUp(event, { |
||||
score: score, |
||||
verdictText: verdictText, |
||||
verdictLevel: verdictLevel |
||||
}); |
||||
} |
||||
}; |
||||
|
||||
onPaste = function (event) { |
||||
// This handler is necessary because the paste event fires before the
|
||||
// content is actually in the input, so we cannot read its value right
|
||||
// away. Therefore, the timeouts.
|
||||
var $el = $(event.target), |
||||
word = $el.val(), |
||||
tries = 0, |
||||
callback; |
||||
|
||||
callback = function () { |
||||
var newWord = $el.val(); |
||||
|
||||
if (newWord !== word) { |
||||
onKeyUp(event); |
||||
} else if (tries < 3) { |
||||
tries += 1; |
||||
setTimeout(callback, 100); |
||||
} |
||||
}; |
||||
|
||||
setTimeout(callback, 100); |
||||
}; |
||||
|
||||
methods.init = function (settings) { |
||||
this.each(function (idx, el) { |
||||
// Make it deep extend (first param) so it extends also the
|
||||
// rules and other inside objects
|
||||
var clonedDefaults = $.extend(true, {}, defaultOptions), |
||||
localOptions = $.extend(true, clonedDefaults, settings), |
||||
$el = $(el); |
||||
|
||||
localOptions.instances = {}; |
||||
$el.data("pwstrength-bootstrap", localOptions); |
||||
|
||||
$.each(localOptions.common.events, function (idx, eventName) { |
||||
var handler = eventName === "paste" ? onPaste : onKeyUp; |
||||
$el.on(eventName, handler); |
||||
}); |
||||
|
||||
ui.initUI(localOptions, $el); |
||||
$el.trigger("keyup"); |
||||
|
||||
if ($.isFunction(localOptions.common.onLoad)) { |
||||
localOptions.common.onLoad(); |
||||
} |
||||
}); |
||||
|
||||
return this; |
||||
}; |
||||
|
||||
methods.destroy = function () { |
||||
this.each(function (idx, el) { |
||||
var $el = $(el), |
||||
options = $el.data("pwstrength-bootstrap"), |
||||
elements = ui.getUIElements(options, $el); |
||||
elements.$progressbar.remove(); |
||||
elements.$verdict.remove(); |
||||
elements.$errors.remove(); |
||||
$el.removeData("pwstrength-bootstrap"); |
||||
}); |
||||
}; |
||||
|
||||
methods.forceUpdate = function () { |
||||
this.each(function (idx, el) { |
||||
var event = { target: el }; |
||||
onKeyUp(event); |
||||
}); |
||||
}; |
||||
|
||||
methods.addRule = function (name, method, score, active) { |
||||
this.each(function (idx, el) { |
||||
var options = $(el).data("pwstrength-bootstrap"); |
||||
|
||||
options.rules.activated[name] = active; |
||||
options.rules.scores[name] = score; |
||||
options.rules.extra[name] = method; |
||||
}); |
||||
}; |
||||
|
||||
applyToAll = function (rule, prop, value) { |
||||
this.each(function (idx, el) { |
||||
$(el).data("pwstrength-bootstrap").rules[prop][rule] = value; |
||||
}); |
||||
}; |
||||
|
||||
methods.changeScore = function (rule, score) { |
||||
applyToAll.call(this, rule, "scores", score); |
||||
}; |
||||
|
||||
methods.ruleActive = function (rule, active) { |
||||
applyToAll.call(this, rule, "activated", active); |
||||
}; |
||||
|
||||
$.fn.pwstrength = function (method) { |
||||
var result; |
||||
|
||||
if (methods[method]) { |
||||
result = methods[method].apply(this, Array.prototype.slice.call(arguments, 1)); |
||||
} else if (typeof method === "object" || !method) { |
||||
result = methods.init.apply(this, arguments); |
||||
} else { |
||||
$.error("Method " + method + " does not exist on jQuery.pwstrength-bootstrap"); |
||||
} |
||||
|
||||
return result; |
||||
}; |
||||
}(jQuery, methods)); |
||||
@ -0,0 +1,114 @@ |
||||
/*jslint browser: true, unparam: true */ |
||||
/*global jQuery, i18n */ |
||||
|
||||
/* |
||||
* jQuery Password Strength plugin for Twitter Bootstrap |
||||
* |
||||
* Copyright (c) 2008-2013 Tane Piper |
||||
* Copyright (c) 2013 Alejandro Blanco |
||||
* Dual licensed under the MIT and GPL licenses. |
||||
*/ |
||||
|
||||
var defaultOptions = {}; |
||||
|
||||
defaultOptions.common = {}; |
||||
defaultOptions.common.minChar = 6; |
||||
defaultOptions.common.usernameField = "#username"; |
||||
defaultOptions.common.userInputs = [ |
||||
// Selectors for input fields with user input
|
||||
]; |
||||
defaultOptions.common.onLoad = undefined; |
||||
defaultOptions.common.onKeyUp = undefined; |
||||
defaultOptions.common.onScore = undefined; |
||||
defaultOptions.common.zxcvbn = false; |
||||
defaultOptions.common.zxcvbnTerms = [ |
||||
// List of disrecommended words
|
||||
]; |
||||
defaultOptions.common.events = ["keyup", "change", "paste"]; |
||||
defaultOptions.common.debug = false; |
||||
|
||||
defaultOptions.rules = {}; |
||||
defaultOptions.rules.extra = {}; |
||||
defaultOptions.rules.scores = { |
||||
wordNotEmail: -100, |
||||
wordLength: -50, |
||||
wordSimilarToUsername: -100, |
||||
wordSequences: -20, |
||||
wordTwoCharacterClasses: 2, |
||||
wordRepetitions: -25, |
||||
wordLowercase: 1, |
||||
wordUppercase: 3, |
||||
wordOneNumber: 3, |
||||
wordThreeNumbers: 5, |
||||
wordOneSpecialChar: 3, |
||||
wordTwoSpecialChar: 5, |
||||
wordUpperLowerCombo: 2, |
||||
wordLetterNumberCombo: 2, |
||||
wordLetterNumberCharCombo: 2 |
||||
}; |
||||
defaultOptions.rules.activated = { |
||||
wordNotEmail: true, |
||||
wordLength: true, |
||||
wordSimilarToUsername: true, |
||||
wordSequences: true, |
||||
wordTwoCharacterClasses: false, |
||||
wordRepetitions: false, |
||||
wordLowercase: true, |
||||
wordUppercase: true, |
||||
wordOneNumber: true, |
||||
wordThreeNumbers: true, |
||||
wordOneSpecialChar: true, |
||||
wordTwoSpecialChar: true, |
||||
wordUpperLowerCombo: true, |
||||
wordLetterNumberCombo: true, |
||||
wordLetterNumberCharCombo: true |
||||
}; |
||||
defaultOptions.rules.raisePower = 1.4; |
||||
|
||||
defaultOptions.ui = {}; |
||||
defaultOptions.ui.bootstrap2 = false; |
||||
defaultOptions.ui.bootstrap4 = false; |
||||
defaultOptions.ui.colorClasses = [ |
||||
"danger", "danger", "danger", "warning", "warning", "success" |
||||
]; |
||||
defaultOptions.ui.showProgressBar = true; |
||||
defaultOptions.ui.progressBarEmptyPercentage = 1; |
||||
defaultOptions.ui.progressBarMinPercentage = 1; |
||||
defaultOptions.ui.progressBarExtraCssClasses = ''; |
||||
defaultOptions.ui.showPopover = false; |
||||
defaultOptions.ui.popoverPlacement = "bottom"; |
||||
defaultOptions.ui.showStatus = false; |
||||
defaultOptions.ui.spanError = function (options, key) { |
||||
"use strict"; |
||||
var text = options.i18n.t(key); |
||||
if (!text) { return ''; } |
||||
return '<span style="color: #d52929">' + text + '</span>'; |
||||
}; |
||||
defaultOptions.ui.popoverError = function (options) { |
||||
"use strict"; |
||||
var errors = options.instances.errors, |
||||
errorsTitle = options.i18n.t("errorList"), |
||||
message = "<div>" + errorsTitle + "<ul class='error-list' style='margin-bottom: 0;'>"; |
||||
|
||||
jQuery.each(errors, function (idx, err) { |
||||
message += "<li>" + err + "</li>"; |
||||
}); |
||||
message += "</ul></div>"; |
||||
return message; |
||||
}; |
||||
defaultOptions.ui.showVerdicts = true; |
||||
defaultOptions.ui.showVerdictsInsideProgressBar = false; |
||||
defaultOptions.ui.useVerdictCssClass = false; |
||||
defaultOptions.ui.showErrors = false; |
||||
defaultOptions.ui.showScore = false; |
||||
defaultOptions.ui.container = undefined; |
||||
defaultOptions.ui.viewports = { |
||||
progress: undefined, |
||||
verdict: undefined, |
||||
errors: undefined, |
||||
score: undefined |
||||
}; |
||||
defaultOptions.ui.scores = [0, 14, 26, 38, 50]; |
||||
|
||||
defaultOptions.i18n = {}; |
||||
defaultOptions.i18n.t = i18n.t; |
||||
@ -0,0 +1,168 @@ |
||||
/*jslint browser: true, regexp: true, unparam: true */ |
||||
/*global jQuery: true, module, require */ |
||||
|
||||
/* |
||||
* jQuery Password Strength plugin for Twitter Bootstrap |
||||
* |
||||
* Copyright (c) 2008-2013 Tane Piper |
||||
* Copyright (c) 2013 Alejandro Blanco |
||||
* Dual licensed under the MIT and GPL licenses. |
||||
*/ |
||||
|
||||
var rulesEngine = {}; |
||||
|
||||
try { |
||||
if (!jQuery && module && module.exports) { |
||||
var jQuery = require("jquery"), |
||||
jsdom = require("jsdom").jsdom; |
||||
jQuery = jQuery(jsdom().parentWindow); |
||||
} |
||||
} catch (ignore) {} |
||||
|
||||
(function ($, rulesEngine) { |
||||
"use strict"; |
||||
var validation = {}; |
||||
|
||||
rulesEngine.forbiddenSequences = [ |
||||
"0123456789", "abcdefghijklmnopqrstuvwxyz", "qwertyuiop", "asdfghjkl", |
||||
"zxcvbnm", "!@#$%^&*()_+" |
||||
]; |
||||
|
||||
validation.wordNotEmail = function (options, word, score) { |
||||
if (word.match(/^([\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+\.)*[\w\!\#$\%\&\'\*\+\-\/\=\?\^\`{\|\}\~]+@((((([a-z0-9]{1}[a-z0-9\-]{0,62}[a-z0-9]{1})|[a-z])\.)+[a-z]{2,6})|(\d{1,3}\.){3}\d{1,3}(\:\d{1,5})?)$/i)) { |
||||
return score; |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordLength = function (options, word, score) { |
||||
var wordlen = word.length, |
||||
lenScore = Math.pow(wordlen, options.rules.raisePower); |
||||
if (wordlen < options.common.minChar) { |
||||
lenScore = (lenScore + score); |
||||
} |
||||
return lenScore; |
||||
}; |
||||
|
||||
validation.wordSimilarToUsername = function (options, word, score) { |
||||
var username = $(options.common.usernameField).val(); |
||||
if (username && word.toLowerCase().match(username.replace(/[\-\[\]\/\{\}\(\)\*\+\=\?\:\.\\\^\$\|\!\,]/g, "\\$&").toLowerCase())) { |
||||
return score; |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordTwoCharacterClasses = function (options, word, score) { |
||||
if (word.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/) || |
||||
(word.match(/([a-zA-Z])/) && word.match(/([0-9])/)) || |
||||
(word.match(/(.[!,@,#,$,%,\^,&,*,?,_,~])/) && word.match(/[a-zA-Z0-9_]/))) { |
||||
return score; |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordRepetitions = function (options, word, score) { |
||||
if (word.match(/(.)\1\1/)) { return score; } |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordSequences = function (options, word, score) { |
||||
var found = false, |
||||
j; |
||||
if (word.length > 2) { |
||||
$.each(rulesEngine.forbiddenSequences, function (idx, seq) { |
||||
if (found) { return; } |
||||
var sequences = [seq, seq.split('').reverse().join('')]; |
||||
$.each(sequences, function (idx, sequence) { |
||||
for (j = 0; j < (word.length - 2); j += 1) { // iterate the word trough a sliding window of size 3:
|
||||
if (sequence.indexOf(word.toLowerCase().substring(j, j + 3)) > -1) { |
||||
found = true; |
||||
} |
||||
} |
||||
}); |
||||
}); |
||||
if (found) { return score; } |
||||
} |
||||
return 0; |
||||
}; |
||||
|
||||
validation.wordLowercase = function (options, word, score) { |
||||
return word.match(/[a-z]/) && score; |
||||
}; |
||||
|
||||
validation.wordUppercase = function (options, word, score) { |
||||
return word.match(/[A-Z]/) && score; |
||||
}; |
||||
|
||||
validation.wordOneNumber = function (options, word, score) { |
||||
return word.match(/\d+/) && score; |
||||
}; |
||||
|
||||
validation.wordThreeNumbers = function (options, word, score) { |
||||
return word.match(/(.*[0-9].*[0-9].*[0-9])/) && score; |
||||
}; |
||||
|
||||
validation.wordOneSpecialChar = function (options, word, score) { |
||||
return word.match(/[!,@,#,$,%,\^,&,*,?,_,~]/) && score; |
||||
}; |
||||
|
||||
validation.wordTwoSpecialChar = function (options, word, score) { |
||||
return word.match(/(.*[!,@,#,$,%,\^,&,*,?,_,~].*[!,@,#,$,%,\^,&,*,?,_,~])/) && score; |
||||
}; |
||||
|
||||
validation.wordUpperLowerCombo = function (options, word, score) { |
||||
return word.match(/([a-z].*[A-Z])|([A-Z].*[a-z])/) && score; |
||||
}; |
||||
|
||||
validation.wordLetterNumberCombo = function (options, word, score) { |
||||
return word.match(/([a-zA-Z])/) && word.match(/([0-9])/) && score; |
||||
}; |
||||
|
||||
validation.wordLetterNumberCharCombo = function (options, word, score) { |
||||
return word.match(/([a-zA-Z0-9].*[!,@,#,$,%,\^,&,*,?,_,~])|([!,@,#,$,%,\^,&,*,?,_,~].*[a-zA-Z0-9])/) && score; |
||||
}; |
||||
|
||||
rulesEngine.validation = validation; |
||||
|
||||
rulesEngine.executeRules = function (options, word) { |
||||
var totalScore = 0; |
||||
|
||||
$.each(options.rules.activated, function (rule, active) { |
||||
if (active) { |
||||
var score = options.rules.scores[rule], |
||||
funct = rulesEngine.validation[rule], |
||||
result, |
||||
errorMessage; |
||||
|
||||
if (!$.isFunction(funct)) { |
||||
funct = options.rules.extra[rule]; |
||||
} |
||||
|
||||
if ($.isFunction(funct)) { |
||||
result = funct(options, word, score); |
||||
if (result) { |
||||
totalScore += result; |
||||
} |
||||
if (result < 0 || (!$.isNumeric(result) && !result)) { |
||||
errorMessage = options.ui.spanError(options, rule); |
||||
if (errorMessage.length > 0) { |
||||
options.instances.errors.push(errorMessage); |
||||
} |
||||
} |
||||
} |
||||
} |
||||
}); |
||||
|
||||
if ($.isFunction(options.common.onScore)) { |
||||
totalScore = options.common.onScore(options, word, totalScore); |
||||
} |
||||
|
||||
return totalScore; |
||||
}; |
||||
}(jQuery, rulesEngine)); |
||||
|
||||
try { |
||||
if (module && module.exports) { |
||||
module.exports = rulesEngine; |
||||
} |
||||
} catch (ignore) {} |
||||
@ -0,0 +1,339 @@ |
||||
/*jslint browser: true, unparam: true */ |
||||
/*global jQuery */ |
||||
|
||||
/* |
||||
* jQuery Password Strength plugin for Twitter Bootstrap |
||||
* |
||||
* Copyright (c) 2008-2013 Tane Piper |
||||
* Copyright (c) 2013 Alejandro Blanco |
||||
* Dual licensed under the MIT and GPL licenses. |
||||
*/ |
||||
|
||||
var ui = {}; |
||||
|
||||
(function ($, ui) { |
||||
"use strict"; |
||||
|
||||
var statusClasses = ["error", "warning", "success"], |
||||
verdictKeys = [ |
||||
"veryWeak", "weak", "normal", "medium", "strong", "veryStrong" |
||||
]; |
||||
|
||||
ui.getContainer = function (options, $el) { |
||||
var $container; |
||||
|
||||
$container = $(options.ui.container); |
||||
if (!($container && $container.length === 1)) { |
||||
$container = $el.parent(); |
||||
} |
||||
return $container; |
||||
}; |
||||
|
||||
ui.findElement = function ($container, viewport, cssSelector) { |
||||
if (viewport) { |
||||
return $container.find(viewport).find(cssSelector); |
||||
} |
||||
return $container.find(cssSelector); |
||||
}; |
||||
|
||||
ui.getUIElements = function (options, $el) { |
||||
var $container, selector, result; |
||||
|
||||
if (options.instances.viewports) { |
||||
return options.instances.viewports; |
||||
} |
||||
|
||||
$container = ui.getContainer(options, $el); |
||||
|
||||
result = {}; |
||||
if (options.ui.bootstrap4) { |
||||
selector = "progress.progress"; |
||||
} else { |
||||
selector = "div.progress"; |
||||
} |
||||
result.$progressbar = ui.findElement($container, options.ui.viewports.progress, selector); |
||||
if (options.ui.showVerdictsInsideProgressBar) { |
||||
result.$verdict = result.$progressbar.find("span.password-verdict"); |
||||
} |
||||
|
||||
if (!options.ui.showPopover) { |
||||
if (!options.ui.showVerdictsInsideProgressBar) { |
||||
result.$verdict = ui.findElement($container, options.ui.viewports.verdict, "span.password-verdict"); |
||||
} |
||||
result.$errors = ui.findElement($container, options.ui.viewports.errors, "ul.error-list"); |
||||
} |
||||
result.$score = ui.findElement($container, options.ui.viewports.score, |
||||
"span.password-score"); |
||||
|
||||
options.instances.viewports = result; |
||||
return result; |
||||
}; |
||||
|
||||
ui.initProgressBar = function (options, $el) { |
||||
var $container = ui.getContainer(options, $el), |
||||
progressbar = "<div class='progress "; |
||||
|
||||
if (options.ui.bootstrap2) { |
||||
// Boostrap 2
|
||||
progressbar += options.ui.progressBarExtraCssClasses + |
||||
"'><div class='"; |
||||
} else if (!options.ui.bootstrap2 && !options.ui.bootstrap4) { |
||||
// Bootstrap 3
|
||||
progressbar += "'><div class='" + |
||||
options.ui.progressBarExtraCssClasses + " progress-"; |
||||
} |
||||
progressbar += "bar'>"; |
||||
|
||||
if (options.ui.bootstrap4) { |
||||
// Boostrap 4
|
||||
progressbar = "<progress class='progress " + |
||||
options.ui.progressBarExtraCssClasses + "' value='0' max='100'>"; |
||||
} |
||||
|
||||
if (options.ui.showVerdictsInsideProgressBar) { |
||||
progressbar += "<span class='password-verdict'></span>"; |
||||
} |
||||
|
||||
if (options.ui.bootstrap4) { |
||||
progressbar += "</progress>"; |
||||
} else { |
||||
progressbar += "</div></div>"; |
||||
} |
||||
|
||||
if (options.ui.viewports.progress) { |
||||
$container.find(options.ui.viewports.progress).append(progressbar); |
||||
} else { |
||||
$(progressbar).insertAfter($el); |
||||
} |
||||
}; |
||||
|
||||
ui.initHelper = function (options, $el, html, viewport) { |
||||
var $container = ui.getContainer(options, $el); |
||||
if (viewport) { |
||||
$container.find(viewport).append(html); |
||||
} else { |
||||
$(html).insertAfter($el); |
||||
} |
||||
}; |
||||
|
||||
ui.initVerdict = function (options, $el) { |
||||
ui.initHelper(options, $el, "<span class='password-verdict'></span>", |
||||
options.ui.viewports.verdict); |
||||
}; |
||||
|
||||
ui.initErrorList = function (options, $el) { |
||||
ui.initHelper(options, $el, "<ul class='error-list'></ul>", |
||||
options.ui.viewports.errors); |
||||
}; |
||||
|
||||
ui.initScore = function (options, $el) { |
||||
ui.initHelper(options, $el, "<span class='password-score'></span>", |
||||
options.ui.viewports.score); |
||||
}; |
||||
|
||||
ui.initPopover = function (options, $el) { |
||||
$el.popover("destroy"); |
||||
$el.popover({ |
||||
html: true, |
||||
placement: options.ui.popoverPlacement, |
||||
trigger: "manual", |
||||
content: " " |
||||
}); |
||||
}; |
||||
|
||||
ui.initUI = function (options, $el) { |
||||
if (options.ui.showPopover) { |
||||
ui.initPopover(options, $el); |
||||
} else { |
||||
if (options.ui.showErrors) { ui.initErrorList(options, $el); } |
||||
if (options.ui.showVerdicts && !options.ui.showVerdictsInsideProgressBar) { |
||||
ui.initVerdict(options, $el); |
||||
} |
||||
} |
||||
if (options.ui.showProgressBar) { |
||||
ui.initProgressBar(options, $el); |
||||
} |
||||
if (options.ui.showScore) { |
||||
ui.initScore(options, $el); |
||||
} |
||||
}; |
||||
|
||||
ui.updateProgressBar = function (options, $el, cssClass, percentage) { |
||||
var $progressbar = ui.getUIElements(options, $el).$progressbar, |
||||
$bar = $progressbar.find(".progress-bar"), |
||||
cssPrefix = "progress-"; |
||||
|
||||
if (options.ui.bootstrap2) { |
||||
$bar = $progressbar.find(".bar"); |
||||
cssPrefix = ""; |
||||
} |
||||
|
||||
$.each(options.ui.colorClasses, function (idx, value) { |
||||
if (options.ui.bootstrap4) { |
||||
$progressbar.removeClass(cssPrefix + value); |
||||
} else { |
||||
$bar.removeClass(cssPrefix + "bar-" + value); |
||||
} |
||||
}); |
||||
if (options.ui.bootstrap4) { |
||||
$progressbar.addClass(cssPrefix + options.ui.colorClasses[cssClass]); |
||||
$progressbar.val(percentage); |
||||
} else { |
||||
$bar.addClass(cssPrefix + "bar-" + options.ui.colorClasses[cssClass]); |
||||
$bar.css("width", percentage + '%'); |
||||
} |
||||
}; |
||||
|
||||
ui.updateVerdict = function (options, $el, cssClass, text) { |
||||
var $verdict = ui.getUIElements(options, $el).$verdict; |
||||
$verdict.removeClass(options.ui.colorClasses.join(' ')); |
||||
if (cssClass > -1) { |
||||
$verdict.addClass(options.ui.colorClasses[cssClass]); |
||||
} |
||||
$verdict.html(text); |
||||
}; |
||||
|
||||
ui.updateErrors = function (options, $el, remove) { |
||||
var $errors = ui.getUIElements(options, $el).$errors, |
||||
html = ""; |
||||
|
||||
if (!remove) { |
||||
$.each(options.instances.errors, function (idx, err) { |
||||
html += "<li>" + err + "</li>"; |
||||
}); |
||||
} |
||||
$errors.html(html); |
||||
}; |
||||
|
||||
ui.updateScore = function (options, $el, score, remove) { |
||||
var $score = ui.getUIElements(options, $el).$score, |
||||
html = ""; |
||||
|
||||
if (!remove) { html = score.toFixed(2); } |
||||
$score.html(html); |
||||
}; |
||||
|
||||
ui.updatePopover = function (options, $el, verdictText, remove) { |
||||
var popover = $el.data("bs.popover"), |
||||
html = "", |
||||
hide = true; |
||||
|
||||
if (options.ui.showVerdicts && |
||||
!options.ui.showVerdictsInsideProgressBar && |
||||
verdictText.length > 0) { |
||||
html = "<h5><span class='password-verdict'>" + verdictText + |
||||
"</span></h5>"; |
||||
hide = false; |
||||
} |
||||
if (options.ui.showErrors) { |
||||
if (options.instances.errors.length > 0) { |
||||
hide = false; |
||||
} |
||||
html += options.ui.popoverError(options); |
||||
} |
||||
|
||||
if (hide || remove) { |
||||
$el.popover("hide"); |
||||
return; |
||||
} |
||||
|
||||
if (options.ui.bootstrap2) { popover = $el.data("popover"); } |
||||
|
||||
if (popover.$arrow && popover.$arrow.parents("body").length > 0) { |
||||
$el.find("+ .popover .popover-content").html(html); |
||||
} else { |
||||
// It's hidden
|
||||
popover.options.content = html; |
||||
$el.popover("show"); |
||||
} |
||||
}; |
||||
|
||||
ui.updateFieldStatus = function (options, $el, cssClass, remove) { |
||||
var targetClass = options.ui.bootstrap2 ? ".control-group" : ".form-group", |
||||
$container = $el.parents(targetClass).first(); |
||||
|
||||
$.each(statusClasses, function (idx, css) { |
||||
if (!options.ui.bootstrap2) { css = "has-" + css; } |
||||
$container.removeClass(css); |
||||
}); |
||||
|
||||
if (remove) { return; } |
||||
|
||||
cssClass = statusClasses[cssClass]; |
||||
if (!options.ui.bootstrap2) { cssClass = "has-" + cssClass; } |
||||
$container.addClass(cssClass); |
||||
}; |
||||
|
||||
ui.percentage = function (options, score, maximun) { |
||||
var result = Math.floor(100 * score / maximun), |
||||
min = options.ui.progressBarMinPercentage; |
||||
|
||||
result = result <= min ? min : result; |
||||
result = result > 100 ? 100 : result; |
||||
return result; |
||||
}; |
||||
|
||||
ui.getVerdictAndCssClass = function (options, score) { |
||||
var level, verdict; |
||||
|
||||
if (score === undefined) { return ['', 0]; } |
||||
|
||||
if (score <= options.ui.scores[0]) { |
||||
level = 0; |
||||
} else if (score < options.ui.scores[1]) { |
||||
level = 1; |
||||
} else if (score < options.ui.scores[2]) { |
||||
level = 2; |
||||
} else if (score < options.ui.scores[3]) { |
||||
level = 3; |
||||
} else if (score < options.ui.scores[4]) { |
||||
level = 4; |
||||
} else { |
||||
level = 5; |
||||
} |
||||
|
||||
verdict = verdictKeys[level]; |
||||
|
||||
return [options.i18n.t(verdict), level]; |
||||
}; |
||||
|
||||
ui.updateUI = function (options, $el, score) { |
||||
var cssClass, barPercentage, verdictText, verdictCssClass; |
||||
|
||||
cssClass = ui.getVerdictAndCssClass(options, score); |
||||
verdictText = score === 0 ? '' : cssClass[0]; |
||||
cssClass = cssClass[1]; |
||||
verdictCssClass = options.ui.useVerdictCssClass ? cssClass : -1; |
||||
|
||||
if (options.ui.showProgressBar) { |
||||
if (score === undefined) { |
||||
barPercentage = options.ui.progressBarEmptyPercentage; |
||||
} else { |
||||
barPercentage = ui.percentage(options, score, options.ui.scores[4]); |
||||
} |
||||
ui.updateProgressBar(options, $el, cssClass, barPercentage); |
||||
if (options.ui.showVerdictsInsideProgressBar) { |
||||
ui.updateVerdict(options, $el, verdictCssClass, verdictText); |
||||
} |
||||
} |
||||
|
||||
if (options.ui.showStatus) { |
||||
ui.updateFieldStatus(options, $el, cssClass, score === undefined); |
||||
} |
||||
|
||||
if (options.ui.showPopover) { |
||||
ui.updatePopover(options, $el, verdictText, score === undefined); |
||||
} else { |
||||
if (options.ui.showVerdicts && !options.ui.showVerdictsInsideProgressBar) { |
||||
ui.updateVerdict(options, $el, verdictCssClass, verdictText); |
||||
} |
||||
if (options.ui.showErrors) { |
||||
ui.updateErrors(options, $el, score === undefined); |
||||
} |
||||
} |
||||
|
||||
if (options.ui.showScore) { |
||||
ui.updateScore(options, $el, score, score === undefined); |
||||
} |
||||
}; |
||||
}(jQuery, ui)); |
||||