This is an automated email from the git hooks/post-receive script. New change to branch develop in repository bow. See http://git.chorem.org/bow.git from c43a0f5 fixes #1270: the user must configure the atom stream to not receive its own links new 540789a fixes #233: Add support for login/password (change header jsp generation) (add minification css/js) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 540789ad4e35f5df72289f248aedb5bbd551b177 Author: Benjamin POUSSIN <poussin@codelutin.com> Date: Fri Jul 31 03:54:30 2015 +0200 fixes #233: Add support for login/password (change header jsp generation) (add minification css/js) Summary of changes: bow-ui/pom.xml | 51 +++ bow-ui/src/main/java/org/chorem/bow/BowUtils.java | 27 ++ .../action/preference/PreferenceBaseAction.java | 30 +- ...Action.java => UpdateAuthenticationAction.java} | 42 ++- .../main/resources/i18n/bow-ui_en_GB.properties | 7 + .../main/resources/i18n/bow-ui_fr_FR.properties | 7 + bow-ui/src/main/resources/struts.xml | 5 + bow-ui/src/main/webapp/WEB-INF/bowutils.tld | 6 + bow-ui/src/main/webapp/WEB-INF/decorators/main.jsp | 7 +- bow-ui/src/main/webapp/WEB-INF/jsp/admin.jsp | 3 - .../src/main/webapp/WEB-INF/jsp/editBookmark.jsp | 3 - bow-ui/src/main/webapp/WEB-INF/jsp/error.jsp | 3 - .../src/main/webapp/WEB-INF/jsp/forgotPassword.jsp | 1 - bow-ui/src/main/webapp/WEB-INF/jsp/groupEdit.jsp | 3 - bow-ui/src/main/webapp/WEB-INF/jsp/groupView.jsp | 3 - bow-ui/src/main/webapp/WEB-INF/jsp/home.jsp | 3 - bow-ui/src/main/webapp/WEB-INF/jsp/login.jsp | 1 - bow-ui/src/main/webapp/WEB-INF/jsp/preferences.jsp | 33 +- bow-ui/src/main/webapp/WEB-INF/jsp/register.jsp | 1 - .../src/main/webapp/WEB-INF/jsp/sharedUserEdit.jsp | 3 - .../src/main/webapp/WEB-INF/jsp/sharedUserView.jsp | 6 +- bow-ui/src/main/webapp/js/bowpwd.js | 47 +++ bow-ui/src/main/webapp/js/sha256.js | 343 +++++++++++++++++++++ 23 files changed, 586 insertions(+), 49 deletions(-) copy bow-ui/src/main/java/org/chorem/bow/action/preference/{GenerateTokenAction.java => UpdateAuthenticationAction.java} (57%) create mode 100644 bow-ui/src/main/webapp/js/bowpwd.js create mode 100644 bow-ui/src/main/webapp/js/sha256.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.