This is an automated email from the git hooks/post-receive script. New change to branch feature/85-droits-utilisateurs in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from 4a45f10f ajout du lien qui explique comment tester les providers en local new 6d8f4a2a droit de création de sondage (refs #85) 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 6d8f4a2afb09fca63a88ac44ab95cf649c1defb8 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Oct 17 11:33:07 2017 +0200 droit de création de sondage (refs #85) Summary of changes: .../h2/V3_1_0_7__add_user_can_create_poll.sql | 3 ++ .../V3_1_0_7__add_user_can_create_poll.sql | 3 ++ pollen-persistence/src/main/xmi/pollen.properties | 2 +- pollen-persistence/src/main/xmi/pollen.zargo | Bin 30366 -> 30431 bytes pollen-services/src/main/config/PollenServices.ini | 8 +++- .../pollen/services/bean/ConfigurationBean.java | 10 +++++ .../pollen/services/bean/PollenUserBean.java | 10 +++++ .../chorem/pollen/services/bean/UsersRight.java | 12 ++++++ .../services/config/PollenServicesConfig.java | 6 +++ .../services/service/ConfigurationService.java | 1 + .../pollen/services/service/PollService.java | 3 ++ .../services/service/PollenServiceSupport.java | 20 +++++++++ .../pollen/services/service/PollenUserService.java | 6 +++ .../services/service/security/SecurityService.java | 22 ++++++++++ .../i18n/pollen-services_en_GB.properties | 1 + .../i18n/pollen-services_fr_FR.properties | 1 + .../services/service/VoteCountingServiceTest.java | 3 ++ pollen-ui-riot-js/src/main/web/i18n/fr.json | 1 + pollen-ui-riot-js/src/main/web/js/Session.js | 21 ++++++++++ .../src/main/web/tag/Authorization.tag.html | 5 +++ .../src/main/web/tag/AvatarAction.tag.js | 20 --------- .../src/main/web/tag/FilterLoginProvider.tag.js | 46 +++++++++++++++++++++ .../src/main/web/tag/LinkAction.tag.js | 20 --------- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 21 +++------- .../src/main/web/tag/PollenHeader.tag.html | 11 ++++- .../src/main/web/tag/SigninAction.tag.js | 26 +++--------- .../src/main/web/tag/admin/UserCard.tag.html | 18 ++++++-- .../src/main/web/tag/admin/UserEditModal.tag.html | 25 +++++++++-- 28 files changed, 238 insertions(+), 87 deletions(-) create mode 100644 pollen-persistence/src/main/resources/db/migration/h2/V3_1_0_7__add_user_can_create_poll.sql create mode 100644 pollen-persistence/src/main/resources/db/migration/postgresql/V3_1_0_7__add_user_can_create_poll.sql create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/bean/UsersRight.java delete mode 100644 pollen-ui-riot-js/src/main/web/tag/AvatarAction.tag.js create mode 100644 pollen-ui-riot-js/src/main/web/tag/FilterLoginProvider.tag.js delete mode 100644 pollen-ui-riot-js/src/main/web/tag/LinkAction.tag.js -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.