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 83d6da20 correction orthographique new c4ed02bf réactivation d'un utilisateur + forcage de la validation de l'email. 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 c4ed02bf64592c73ce1197f9131de5660c437134 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Mon Jul 31 14:14:17 2017 +0200 réactivation d'un utilisateur + forcage de la validation de l'email. Summary of changes: .../migration/h2/V3_0_0_4__add_banned_in_user.sql | 3 ++ .../postgresql/V3_0_0_4__add_banned_in_user.sql | 3 ++ pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/main/xmi/pollen.zargo | Bin 26190 -> 26297 bytes .../pollen/rest/api/PollenRestApiApplication.java | 2 + .../PollenAuthenticationExceptionMapper.java | 5 ++ .../PollenEmailNotValidatedExceptionMapper.java | 5 ++ .../PollenUserBannedExceptionMapper.java | 20 +++++++ .../org/chorem/pollen/rest/api/v1/AuthApi.java | 13 +++-- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 32 ------------ .../pollen/services/bean/PollenUserBean.java | 19 ++----- .../pollen/services/service/PollenUserService.java | 58 ++------------------- ...ception.java => PollenUserBannedException.java} | 6 +-- .../services/service/security/SecurityService.java | 7 ++- pollen-ui-riot-js/src/main/web/i18n.json | 12 +++-- pollen-ui-riot-js/src/main/web/js/FetchService.js | 4 +- pollen-ui-riot-js/src/main/web/js/UserService.js | 17 +----- pollen-ui-riot-js/src/main/web/tag/SignIn.tag.html | 2 +- .../src/main/web/tag/UserCard.tag.html | 20 +------ .../src/main/web/tag/UserEditModal.tag.html | 27 ++++++++++ 20 files changed, 103 insertions(+), 154 deletions(-) create mode 100644 pollen-persistence/src/main/resources/db/migration/h2/V3_0_0_4__add_banned_in_user.sql create mode 100644 pollen-persistence/src/main/resources/db/migration/postgresql/V3_0_0_4__add_banned_in_user.sql create mode 100644 pollen-rest-api/src/main/java/org/chorem/pollen/rest/api/exceptionMappers/PollenUserBannedExceptionMapper.java copy pollen-services/src/main/java/org/chorem/pollen/services/service/security/{PollenEmailNotValidatedException.java => PollenUserBannedException.java} (86%) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.