branch feature/small-screen updated (c34f932 -> ce12b87)
This is an automated email from the git hooks/post-receive script. New change to branch feature/small-screen 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 adds ce12b87 Merge branch 'feature/add_password_to_registration' into 'develop' No new revisions were added by this update. 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>.
participants (1)
-
chorem.org scm