This is an automated email from the git hooks/post-receive script. New change to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from c9359ff Review security and use now cookies to store authentication informations new b858f7c Amélioration tests new 5337f63 Add resendValidation backend + use now cookies to manage auth cache 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 5337f63ca66326d246e6ed9d58d9166f11ac69e7 Author: Tony CHEMIT <dev@tchemit.fr> Date: Sun Jan 15 18:48:22 2017 +0100 Add resendValidation backend + use now cookies to manage auth cache commit b858f7ca73a813af53e2298a262094ef077d4e86 Author: Tony CHEMIT <dev@tchemit.fr> Date: Sun Jan 15 15:20:10 2017 +0100 Amélioration tests Summary of changes: .../org/chorem/pollen/rest/api/v1/AuthApi.java | 10 ++++ .../chorem/pollen/rest/api/v1/PollenUserApi.java | 1 + pollen-rest-api/src/main/resources/mapping | 1 + pollen-rest-api/src/main/webapp/WEB-INF/web.xml | 43 +++++++++++++++ .../org/chorem/pollen/rest/api/AuthApiTest.java | 10 ++-- .../org/chorem/pollen/rest/api/PollApiTest.java | 26 ++++----- .../chorem/pollen/rest/api/PollenUserApiTest.java | 62 +++++++++++----------- .../chorem/pollen/rest/api/RestApiFixtures.java | 43 +++++++++++++++ .../services/service/NotificationService.java | 11 ++++ .../pollen/services/service/PollenUserService.java | 22 +++++++- .../pollen/services/service/mail/EmailService.java | 14 +++++ ...reatedEmail.java => ResendValidationEmail.java} | 16 ++---- .../services/service/security/SecurityService.java | 4 ++ ...ail.mustache => ResendValidationEmail.mustache} | 4 +- ....mustache => ResendValidationEmail_fr.mustache} | 3 -- .../i18n/pollen-services_en_GB.properties | 1 + .../i18n/pollen-services_fr_FR.properties | 1 + pollen-ui-riot-js/src/main/web/i18n.json | 14 +++++ pollen-ui-riot-js/src/main/web/js/AuthService.js | 6 +-- pollen-ui-riot-js/src/main/web/js/FetchService.js | 4 ++ pollen-ui-riot-js/src/main/web/js/PollForm.js | 3 +- pollen-ui-riot-js/src/main/web/tag/SignCheck.tag | 25 ++++----- pollen-ui-riot-js/src/main/web/tag/SignUp.tag | 8 ++- 23 files changed, 242 insertions(+), 90 deletions(-) create mode 100644 pollen-rest-api/src/test/java/org/chorem/pollen/rest/api/RestApiFixtures.java copy pollen-services/src/main/java/org/chorem/pollen/services/service/mail/{UserAccountCreatedEmail.java => ResendValidationEmail.java} (77%) copy pollen-services/src/main/resources/email/{UserAccountCreatedEmail.mustache => ResendValidationEmail.mustache} (76%) copy pollen-services/src/main/resources/email/{UserAccountCreatedEmail_fr.mustache => ResendValidationEmail_fr.mustache} (77%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.