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 f0692bd5 refs #28 finalement on stocke l'avatar dans une resource en base meme quand ça vient d'un tiers adds a04e635a refs #28 forumlaire d'upload de l'avatar No new revisions were added by this update. Summary of changes: .../pollen/rest/api/v1/PollenResourceApi.java | 9 -- .../chorem/pollen/rest/api/v1/PollenUserApi.java | 51 +++++++++--- .../services/service/PollenResourceService.java | 2 +- .../services/service/PollenServiceSupport.java | 4 + .../pollen/services/service/PollenUserService.java | 32 +++++++- .../pollen/services/service/SocialAuthService.java | 28 ++----- .../services/service/security/SecurityService.java | 10 +++ pollen-ui-riot-js/src/main/web/i18n/en.json | 2 +- pollen-ui-riot-js/src/main/web/i18n/fr.json | 4 +- pollen-ui-riot-js/src/main/web/js/AuthService.js | 2 +- pollen-ui-riot-js/src/main/web/js/FetchService.js | 1 - pollen-ui-riot-js/src/main/web/js/UserService.js | 43 +++++++--- pollen-ui-riot-js/src/main/web/tag/Pollen.tag.html | 4 +- .../src/main/web/tag/PollenHeader.tag.html | 3 +- .../src/main/web/tag/UserProfile.tag.html | 95 ++++++++++++++++------ 15 files changed, 195 insertions(+), 95 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.