This is an automated email from the git hooks/post-receive script. New change to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git from 25a3939 fixes #6122 add footer new b65a15c Add Login logic in UI new b6a809a Fix way to pass login/password during login Add constant as config for services URL The 2 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 b6a809a8ee3398da60ebd7d83d8fcc9a33cabc7c Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 24 17:42:35 2014 +0100 Fix way to pass login/password during login Add constant as config for services URL commit b65a15c6efb0393b18cfe28f7bbcad6d73be0c7a Author: Yannick Martel <martel@©odelutin.com> Date: Mon Nov 24 15:50:27 2014 +0100 Add Login logic in UI Summary of changes: .../src/main/webapp/js/coselmar-constants.js | 3 + coselmar-rest/src/main/resources/mapping | 2 +- .../coselmar/services/UsersWebServiceTest.java | 2 +- coselmar-ui/pom.xml | 2 +- coselmar-ui/src/main/webapp/index.html | 55 +++++++--- coselmar-ui/src/main/webapp/js/angular-jwt.js | 119 +++++++++++++++++++++ .../src/main/webapp/js/coselmar-constants.js | 3 + .../src/main/webapp/js/coselmar-controllers.js | 37 ++++++- .../src/main/webapp/js/coselmar-services.js | 9 +- .../src/main/webapp/js/coselmar-user-services.js | 26 ++++- coselmar-ui/src/main/webapp/js/coselmar.js | 10 +- 11 files changed, 235 insertions(+), 33 deletions(-) create mode 100644 coselmar-bundle/src/main/webapp/js/coselmar-constants.js create mode 100644 coselmar-ui/src/main/webapp/js/angular-jwt.js create mode 100644 coselmar-ui/src/main/webapp/js/coselmar-constants.js -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.