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 952dd455 Corrige le scope d'une dépendance new 91bfe728 Sppression de token de session par un batch et non a la vérification du token + correction lié a l'expiration d'un token de séssion 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 91bfe7286ca9a7d63be3865748b5fbe3bfcfb566 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Oct 19 14:51:38 2017 +0200 Sppression de token de session par un batch et non a la vérification du token + correction lié a l'expiration d'un token de séssion Summary of changes: .../rest/api/PollenRestApiApplicationListener.java | 15 +++++++ pollen-services/src/main/config/PollenServices.ini | 8 +++- .../pollen/services/job/AbstractPollenJob.java | 27 ++++++++++- .../job/DeleteObsoleteSessionTokensJob.java | 28 ++++++++++++ .../pollen/services/job/SendEmailInErrorsJob.java | 20 +++------ .../services/job/SendPollEndReminderJob.java | 52 +++++++++------------- .../services/service/NotificationService.java | 5 ++- .../pollen/services/service/mail/EmailService.java | 6 ++- .../services/service/security/SecurityService.java | 20 +++++---- .../i18n/pollen-services_en_GB.properties | 1 + .../i18n/pollen-services_fr_FR.properties | 1 + pollen-ui-riot-js/src/main/web/js/Session.js | 8 ++-- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 7 ++- .../{SigninAction.tag.js => SignInAction.tag.js} | 0 .../src/main/web/tag/admin/UserEditModal.tag.html | 4 +- .../src/main/web/tag/admin/Users.tag.html | 6 +-- .../src/main/web/tag/components/LazyLoad.tag.html | 6 +-- 17 files changed, 141 insertions(+), 73 deletions(-) create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/job/DeleteObsoleteSessionTokensJob.java rename pollen-ui-riot-js/src/main/web/tag/{SigninAction.tag.js => SignInAction.tag.js} (100%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.