This is an automated email from the git hooks/post-receive script. New change to branch feature/28_avatars in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 24e6ad02 rebase new d7f90355 refs #28 utilisation des avatars un peu partout + verif de la taille et du type de fichier pour l'avatar 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 d7f90355d7e952058a11fbef1c552b67e620f0a3 Author: Kevin Morin <morin@codelutin.com> Date: Fri Sep 29 18:56:56 2017 +0200 refs #28 utilisation des avatars un peu partout + verif de la taille et du type de fichier pour l'avatar Summary of changes: .../pollen/rest/api/v1/PollenResourceApi.java | 6 ++- .../chorem/pollen/services/bean/CommentBean.java | 10 +++++ .../org/chorem/pollen/services/bean/VoteBean.java | 10 +++++ .../pollen/services/service/CommentService.java | 17 ++++++--- .../pollen/services/service/PollService.java | 16 ++++---- .../services/service/PollenResourceService.java | 16 ++++++-- .../pollen/services/service/VoteService.java | 18 +++++++-- pollen-ui-riot-js/src/main/web/i18n/en.json | 2 + pollen-ui-riot-js/src/main/web/i18n/fr.json | 2 + .../src/main/web/js/ResourceService.js | 13 +++++-- .../src/main/web/tag/PollenHeader.tag.html | 8 +++- .../src/main/web/tag/UserProfile.tag.html | 44 ++++++++++++++++++---- .../src/main/web/tag/components/Avatar.tag.html | 25 +++++------- .../src/main/web/tag/poll/Comments.tag.html | 7 +++- .../src/main/web/tag/poll/PollCard.tag.html | 11 +++++- .../src/main/web/tag/poll/Votes.tag.html | 15 ++++++-- 16 files changed, 165 insertions(+), 55 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.