vikunja/pkg/modules/background/handler
kolaente f066eb3ea4 fix: require CanUpdate for project background deletion
RemoveProjectBackground previously used checkProjectBackgroundRights
which only checks CanRead, allowing read-only users to delete project
backgrounds. Added checkProjectBackgroundWriteRights that checks
CanUpdate and use it in RemoveProjectBackground.

Ref: GHSA-564f-wx8x-878h
2026-03-20 11:41:28 +00:00
..
background.go fix: require CanUpdate for project background deletion 2026-03-20 11:41:28 +00:00
errors.go fix(background): validate unsupported formats and show error message (#1123) 2025-07-15 13:21:48 +02:00