]> source.dussan.org Git - nextcloud-server.git/commit
Fix caching of the user avatar
authorCarl Schwan <carl@carlschwan.eu>
Fri, 25 Feb 2022 13:24:07 +0000 (14:24 +0100)
committerCarl Schwan <carl@carlschwan.eu>
Fri, 25 Feb 2022 13:24:07 +0000 (14:24 +0100)
commit36721a8d0dfc4f01435029a46b99f483b422f584
tree425c2e4adf8a9772ff9dabd46218a4777c39aad0
parent4cdc8900f7325d38056060b355e8f25b79b96413
Fix caching of the user avatar

Now on firefox/safari it is only refetched once a day. On Chrom{e,ium}
we keep the previous behavior of maybe refetching it more often.

This also notify the user about this behavior when they upload an avatar
picture.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
core/Controller/AvatarController.php