feat(user-avatar): users can now edit there image (image is taken from OIDC picture)

This commit is contained in:
Edouard Vanbelle
2026-05-26 00:50:38 +02:00
parent 8b6c8e345b
commit b0c5e7827e
43 changed files with 1563 additions and 250 deletions
@@ -201,7 +201,7 @@ fn user_to_contact(user: UserDto) -> ContactDto {
organization: Some("OxiCloud".to_string()),
title: None,
notes: None,
photo_url: None,
photo_url: user.image.clone(),
birthday: None,
anniversary: None,
created_at: user.created_at,