Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: bb209c6e59e240bb1dc73d88a1fddd34fcc0f9e9 https://github.com/galaxyproject/galaxy/commit/bb209c6e59e240bb1dc73d88a1fdd... Author: Ben Fulton <befulton@iu.edu> Date: 2016-07-29 (Fri, 29 Jul 2016) Changed paths: M client/bower.json A client/galaxy/scripts/libs/jquery.complexify.js M client/galaxy/scripts/libs/jquery/jquery.js M client/galaxy/scripts/libs/raven.js M client/galaxy/style/less/base.less M client/grunt-tasks/install-libs.js M client/webpack.config.js A static/maps/libs/jquery.complexify.js.map M static/maps/libs/jquery/jquery.js.map M static/maps/libs/raven.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map A static/scripts/libs/jquery.complexify.js M static/scripts/libs/jquery/jquery.js M static/scripts/libs/raven.js M static/style/blue/base.css M templates/user/change_password.mako M templates/user/register.mako Log Message: ----------- Add a password strength evaluation bar Modify the register and change_password pages to show a bar evaluating the strength of the password. Bar displays in red for passwords < 6 chars or below a certain minimum complexity; green otherwise. Adds a dependency on Complexify, a password evaluator written by Dan Palmer. Commit: d8c22b70e897afa2f988751c30294e90f1df8985 https://github.com/galaxyproject/galaxy/commit/d8c22b70e897afa2f988751c30294... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-08-01 (Mon, 01 Aug 2016) Changed paths: M client/bower.json A client/galaxy/scripts/libs/jquery.complexify.js M client/galaxy/scripts/libs/jquery/jquery.js M client/galaxy/scripts/libs/raven.js M client/galaxy/style/less/base.less M client/grunt-tasks/install-libs.js M client/webpack.config.js A static/maps/libs/jquery.complexify.js.map M static/maps/libs/jquery/jquery.js.map M static/maps/libs/raven.js.map M static/scripts/bundled/analysis.bundled.js M static/scripts/bundled/analysis.bundled.js.map M static/scripts/bundled/libs.bundled.js M static/scripts/bundled/libs.bundled.js.map A static/scripts/libs/jquery.complexify.js M static/scripts/libs/jquery/jquery.js M static/scripts/libs/raven.js M static/style/blue/base.css M templates/user/change_password.mako M templates/user/register.mako Log Message: ----------- Merge branch 'PasswordStrengthBar' into dev Compare: https://github.com/galaxyproject/galaxy/compare/dd4eabb48426...d8c22b70e897