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 b6b6b17 vérification de la taille des fichiers, coté client new 4d97782 vérification de la taille des fichiers, coté serveur (#55) 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 4d97782c428272739a88aa9cd2b5f73c83359afc Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue May 30 10:48:43 2017 +0200 vérification de la taille des fichiers, coté serveur (#55) Summary of changes: .../pollen/rest/api/v1/PollenResourceApi.java | 5 ++- pollen-services/src/main/config/PollenServices.ini | 6 +++ .../java/org/chorem/pollen/services/UnitHuman.java | 43 ++++++++++++++++++++++ .../services/service/PollenResourceService.java | 32 ++++++++++++++-- .../i18n/pollen-services_en_GB.properties | 2 + .../i18n/pollen-services_fr_FR.properties | 2 + pollen-ui-riot-js/src/main/web/conf.js | 1 + pollen-ui-riot-js/src/main/web/js/Poll.js | 3 +- pollen-ui-riot-js/src/main/web/js/PollForm.js | 8 ++-- .../src/main/web/tag/poll/EditPoll.tag.html | 6 ++- .../src/main/web/tag/poll/Votes.tag.html | 5 ++- 11 files changed, 98 insertions(+), 15 deletions(-) create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/UnitHuman.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.