vikunja/pkg/modules/avatar
kolaente 79d0942780 fix: use DelPrefix in upload avatar FlushCache to clear all cached sizes
FlushCache was using keyvalue.Del with the base key
(avatar_upload_{userID}) but the actual cache entries are stored with
size suffixes (avatar_upload_{userID}_{size}). The Del call targeted a
key that never existed, so cached avatars were never invalidated.

Switch to keyvalue.DelPrefix to delete all size variants at once,
matching the pattern the gravatar provider already uses correctly.
2026-02-13 09:31:28 +01:00
..
empty feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
gravatar fix: avoid mutating global http.DefaultClient in webhook proxy (#2145) 2026-01-24 13:58:47 +01:00
initials feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
ldap feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
marble feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
openid feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
upload fix: use DelPrefix in upload avatar FlushCache to clear all cached sizes 2026-02-13 09:31:28 +01:00
avatar.go feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00
inline_profile_picture_test.go feat: format user mentions with display names in email notifications (#1930) 2025-12-10 12:39:05 +01:00