This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from c968dc0 Ajout de choix et des info du sondage dans l'écran de vote, new bf62850 Adaptation de l'écran de de connexion, d'inscription et de confirmation de mail + correction de l'expiration du token de session 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 bf6285093d90576220ffb4b32904262ae5fd3f1b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 15 14:50:48 2017 +0100 Adaptation de l'écran de de connexion, d'inscription et de confirmation de mail + correction de l'expiration du token de session Summary of changes: .../chorem/pollen/rest/api/PollenRenderError.java | 46 ++++++ .../rest/api/PollenRestApiRequestFilter.java | 10 +- .../org/chorem/pollen/rest/api/v1/AuthApi.java | 23 +-- .../org/chorem/pollen/rest/api/v1/ErrorAction.java | 17 +- pollen-ui-riot-js/src/main/web/css/main.css | 2 +- pollen-ui-riot-js/src/main/web/i18n.json | 12 +- pollen-ui-riot-js/src/main/web/index.html | 4 +- pollen-ui-riot-js/src/main/web/js/FetchService.js | 3 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 22 ++- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 8 +- .../tag/{Footer.tag.html => PollenFooter.tag.html} | 12 +- .../tag/{Header.tag.html => PollenHeader.tag.html} | 8 +- .../src/main/web/tag/SignCheck.tag.html | 105 +++++-------- pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 85 +++++----- pollen-ui-riot-js/src/main/web/tag/SignUp.tag.html | 173 +++++++++++++-------- .../src/main/web/tag/popup/AccountCreated.tag.html | 131 +++++----------- .../src/main/web/tag/popup/NewPassword.tag.html | 160 +++++-------------- .../main/web/tag/popup/ResendValidation.tag.html | 160 +++++-------------- 18 files changed, 421 insertions(+), 560 deletions(-) create mode 100644 pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/PollenRenderError.java rename pollen-ui-riot-js/src/main/web/tag/{Footer.tag.html => PollenFooter.tag.html} (93%) rename pollen-ui-riot-js/src/main/web/tag/{Header.tag.html => PollenHeader.tag.html} (98%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.