nextcloud/lib/private/Avatar
Vincent Petry bb008be28a
Added PlaceholderAvatar with own cached images
When avatar scope is private, the PlaceholderAvatar is used to deliver a
placeholder avatar based on the user's initials.

This was implemented as a separate class for now to avoid messing with
the existing UserAvatar implementation and its generated vs
non-generated logic.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-26 13:07:09 +01:00
..
Avatar.php improve type handling of Avatar::generateAvatarFromSv 2021-03-24 17:09:53 +01:00
AvatarManager.php Added PlaceholderAvatar with own cached images 2021-03-26 13:07:09 +01:00
GuestAvatar.php Update license headers 2019-12-05 15:38:45 +01:00
PlaceholderAvatar.php Added PlaceholderAvatar with own cached images 2021-03-26 13:07:09 +01:00
UserAvatar.php Added PlaceholderAvatar with own cached images 2021-03-26 13:07:09 +01:00