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 9ef3398 initialiser un nouveaux choix avec les new 2c97690 écran du profil utilisateur 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 2c976907302e83eadfa66a49cbced76eb3f987ae Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 29 09:45:05 2017 +0200 écran du profil utilisateur Summary of changes: .../org/chorem/pollen/rest/api/v1/AuthApi.java | 4 +- pollen-rest-api/src/main/resources/mapping | 2 +- .../pollen/services/service/PollenUserService.java | 2 +- pollen-ui-riot-js/src/main/web/css/main.css | 18 +- pollen-ui-riot-js/src/main/web/i18n.json | 38 ++++ pollen-ui-riot-js/src/main/web/js/AuthService.js | 2 +- pollen-ui-riot-js/src/main/web/js/Session.js | 4 + pollen-ui-riot-js/src/main/web/js/UserService.js | 5 + pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 5 +- .../src/main/web/tag/SignCheck.tag.html | 2 +- pollen-ui-riot-js/src/main/web/tag/SignUp.tag.html | 4 +- .../src/main/web/tag/UserProfile.tag.html | 213 +++++++++++++++++++++ .../src/main/web/tag/poll/Voters.tag.html | 2 +- 13 files changed, 285 insertions(+), 16 deletions(-) create mode 100644 pollen-ui-riot-js/src/main/web/tag/UserProfile.tag.html -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.