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 70121878 refs #192 : Restreindre un sondage sur les emails des votants new eb65c638 refs #173 : Validation des emails sans token en base 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 eb65c6382a3a215f8bee9b5f78b746273aad4d1b Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Jun 13 14:12:35 2018 +0200 refs #173 : Validation des emails sans token en base Summary of changes: docs/config.md | 2 +- .../entity/PollenUserEmailAddressTopiaDao.java | 11 ----- .../pollen/persistence/entity/PollenUserImpl.java | 2 +- .../h2/V3_2_0_4__use_JWT_for_validate_email.sql | 19 ++++++++ .../V3_2_0_4__use_JWT_for_validate_email.sql | 19 ++++++++ pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/main/xmi/pollen.zargo | Bin 31056 -> 30935 bytes pollen-services/src/main/config/PollenServices.ini | 2 +- .../services/config/PollenServicesConfig.java | 8 ++- .../pollen/services/service/CryptoService.java | 45 +++++++++++++++-- .../services/service/NotificationService.java | 12 ++--- .../pollen/services/service/PollenUserService.java | 38 +++++++-------- .../pollen/services/service/mail/EmailService.java | 13 +++-- .../services/service/security/SecurityService.java | 54 ++++++++++++++++++--- .../i18n/pollen-services_en_GB.properties | 2 +- .../i18n/pollen-services_fr_FR.properties | 2 +- 16 files changed, 169 insertions(+), 62 deletions(-) create mode 100644 pollen-persistence/src/main/resources/db/migration/h2/V3_2_0_4__use_JWT_for_validate_email.sql create mode 100644 pollen-persistence/src/main/resources/db/migration/postgresql/V3_2_0_4__use_JWT_for_validate_email.sql -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.