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 c34f932 correction de la configuration de pollen dans le docker adds 089c3c5 refs #6 User account management: ajout du mot de passe dans le formulaire d'inscription adds 9002c67 refs #6 passage des urls du front au back pour l'email d'inscription adds 3de9e46 fix build adds 1db36a6 refs #6 passage des urls systématiquement sur les post dans un objet context ui adds bc8d680 refs #6 déplacement de la conf new ce12b87 Merge branch 'feature/add_password_to_registration' into 'develop' 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 ce12b871ed34e38ce38edde8935ecfa818d49d4c Merge: c34f932 bc8d680 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Mar 2 14:59:28 2017 +0100 Merge branch 'feature/add_password_to_registration' into 'develop' Add password to registration See merge request !1 Summary of changes: .../rest/api/PollenRestApiApplicationListener.java | 5 +-- .../org/chorem/pollen/rest/api/v1/AuthApi.java | 5 +-- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 5 +-- .../chorem/pollen/services/PollenUIContext.java | 29 +++++++++++++++ .../services/service/NotificationService.java | 9 ++--- .../services/service/PollenUIUrlRenderService.java | 18 +++++----- .../pollen/services/service/PollenUserService.java | 41 ++++++++-------------- .../pollen/services/service/mail/EmailService.java | 20 ++++++----- .../email/UserAccountCreatedEmail.mustache | 1 - .../email/UserAccountCreatedEmail_fr.mustache | 1 - .../service/PollenUIUrlRenderServiceTest.java | 8 +++-- .../services/service/PollenUserServiceTest.java | 19 +++++----- pollen-ui-riot-js/src/main/web/i18n.json | 16 +++++++-- pollen-ui-riot-js/src/main/web/js/AuthService.js | 4 ++- pollen-ui-riot-js/src/main/web/js/FetchService.js | 1 + pollen-ui-riot-js/src/main/web/js/Session.js | 5 +++ pollen-ui-riot-js/src/main/web/tag/SignUp.tag.html | 28 +++++++++++++-- 17 files changed, 141 insertions(+), 74 deletions(-) create mode 100644 pollen-services/src/main/java/org/chorem/pollen/services/PollenUIContext.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ce12b871ed34e38ce38edde8935ecfa818d49d4c Merge: c34f932 bc8d680 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Thu Mar 2 14:59:28 2017 +0100 Merge branch 'feature/add_password_to_registration' into 'develop' Add password to registration See merge request !1 .../rest/api/PollenRestApiApplicationListener.java | 5 +-- .../org/chorem/pollen/rest/api/v1/AuthApi.java | 5 +-- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 5 +-- .../chorem/pollen/services/PollenUIContext.java | 29 +++++++++++++++ .../services/service/NotificationService.java | 9 ++--- .../services/service/PollenUIUrlRenderService.java | 18 +++++----- .../pollen/services/service/PollenUserService.java | 41 ++++++++-------------- .../pollen/services/service/mail/EmailService.java | 20 ++++++----- .../email/UserAccountCreatedEmail.mustache | 1 - .../email/UserAccountCreatedEmail_fr.mustache | 1 - .../service/PollenUIUrlRenderServiceTest.java | 8 +++-- .../services/service/PollenUserServiceTest.java | 19 +++++----- pollen-ui-riot-js/src/main/web/i18n.json | 16 +++++++-- pollen-ui-riot-js/src/main/web/js/AuthService.js | 4 ++- pollen-ui-riot-js/src/main/web/js/FetchService.js | 1 + pollen-ui-riot-js/src/main/web/js/Session.js | 5 +++ pollen-ui-riot-js/src/main/web/tag/SignUp.tag.html | 28 +++++++++++++-- 17 files changed, 141 insertions(+), 74 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm