vikunja/pkg/modules
kolaente 59b047f76a fix: register gob types and use RememberValue for avatar and unsplash cache
Register CachedAvatar and Photo with encoding/gob so Redis can properly
deserialize them. Migrate both to use RememberValue[T] which calls
GetWithValue() internally, fixing the broken type assertion when Redis
is the keyvalue backend.

Also removes the recursion-depth fallback in upload.go since
RememberValue eliminates the type mismatch failure mode entirely.
2026-04-08 08:56:22 +00:00
..
auth refactor(auth): extract shared token validation into auth package 2026-04-02 16:30:23 +00:00
avatar fix: register gob types and use RememberValue for avatar and unsplash cache 2026-04-08 08:56:22 +00:00
background fix: register gob types and use RememberValue for avatar and unsplash cache 2026-04-08 08:56:22 +00:00
dump chore(lint): suppress known gosec false positives 2026-03-23 16:23:15 +01:00
keyvalue feat: add generic RememberValue[T] for type-safe keyvalue caching 2026-04-08 08:56:22 +00:00
migration feat(migration): flatten project hierarchy for single-project imports 2026-04-07 15:20:06 +00:00