This is an automated email from the git hooks/post-receive script. New change to branch feature/pollen-riot-js in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 702d0f2 quelques retouches de styles new 371c5fc Ajout de la gestion des utilisateurs 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 371c5fc99a4e4f0f563a5c28052c98dcee118fcf Author: Tony CHEMIT <dev@tchemit.fr> Date: Thu Feb 2 08:05:28 2017 +0100 Ajout de la gestion des utilisateurs Summary of changes: .../chorem/pollen/rest/api/v1/PollenUserApi.java | 10 + pollen-rest-api/src/main/resources/mapping | 2 + .../pollen/services/service/PollenUserService.java | 24 ++ pollen-ui-riot-js/src/main/web/i18n.json | 28 ++ .../main/web/js/{VoteService.js => UserService.js} | 43 +-- pollen-ui-riot-js/src/main/web/tag/Pollen.tag | 10 + pollen-ui-riot-js/src/main/web/tag/Users.tag | 304 +++++++++++++++++++++ 7 files changed, 402 insertions(+), 19 deletions(-) copy pollen-ui-riot-js/src/main/web/js/{VoteService.js => UserService.js} (57%) create mode 100644 pollen-ui-riot-js/src/main/web/tag/Users.tag -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.