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 c3ba73e2 style new 98067a3b refs #68 throw exception when the user wants to login or forgot his password but he did not validate his email address new fea97cc3 style new 2ac90b4c refs #61 Export des resultat d'un sondage (version imprimable de la page des résultats) The 3 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 2ac90b4c3472ce580d9ba5f7a3b8c7bc12060b81 Author: Kevin Morin <morin@codelutin.com> Date: Thu Jul 6 17:06:58 2017 +0200 refs #61 Export des resultat d'un sondage (version imprimable de la page des résultats) commit fea97cc3cd78a5ac40558aad954c276e2eb406c7 Author: Kevin Morin <morin@codelutin.com> Date: Thu Jul 6 17:06:14 2017 +0200 style commit 98067a3b703819e11daf135069182c8c43fa2609 Author: Kevin Morin <morin@codelutin.com> Date: Thu Jul 6 17:04:41 2017 +0200 refs #68 throw exception when the user wants to login or forgot his password but he did not validate his email address Summary of changes: .../pollen/persistence/entity/PollenUserImpl.java | 12 + pollen-persistence/src/main/xmi/pollen.zargo | Bin 26098 -> 26300 bytes .../org/chorem/pollen/rest/api/v1/AuthApi.java | 14 +- pollen-rest-api/src/main/resources/mapping | 1 + ....java => PollenEmailNotValidatedException.java} | 13 +- .../services/service/security/SecurityService.java | 12 +- .../pollen/services/AbstractPollenServiceTest.java | 4 +- .../services/service/FavoriteListServiceTest.java | 11 +- .../pollen/services/service/PollServiceTest.java | 3 +- .../services/service/PollenUserServiceTest.java | 7 +- .../services/service/VoterListServiceTest.java | 3 +- pollen-ui-riot-js/src/main/web/css/custom.css | 1 + pollen-ui-riot-js/src/main/web/css/print.css | 31 ++ pollen-ui-riot-js/src/main/web/i18n.json | 17 +- pollen-ui-riot-js/src/main/web/index.html | 9 +- .../src/main/web/tag/SignCheck.tag.html | 5 +- .../src/main/web/tag/UserProfile.tag.html | 244 +++++++------- .../web/tag/components/ContextualMenu.tag.html | 6 +- .../web/tag/favoriteList/FavoriteList.tag.html | 32 +- .../web/tag/favoriteList/FavoriteLists.tag.html | 62 ++-- .../src/main/web/tag/poll/Comments.tag.html | 2 +- .../src/main/web/tag/poll/Poll.tag.html | 19 +- .../src/main/web/tag/poll/Polls.tag.html | 18 +- .../src/main/web/tag/poll/Report.tag.html | 2 +- .../src/main/web/tag/poll/Votes.tag.html | 372 ++++++++++----------- 25 files changed, 478 insertions(+), 422 deletions(-) create mode 100644 pollen-persistence/src/main/java/org/chorem/pollen/persistence/entity/PollenUserImpl.java copy pollen-services/src/main/java/org/chorem/pollen/services/service/security/{PollenAuthenticationException.java => PollenEmailNotValidatedException.java} (74%) create mode 100644 pollen-ui-riot-js/src/main/web/css/print.css -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.