vikunja/pkg/modules
kolaente c9c250fb1c fix: add missing Commit() to write callers
After NewSession() auto-begins a transaction, callers that perform
writes must explicitly call Commit() for changes to persist. Without
this, writes are silently rolled back when Close() is called.

Affected callers:
- user deletion notification cron
- caldav token generation/deletion
- token cleanup cron
- mark-all-notifications-read endpoint
- saved filter view cron
- project background delete
- typesense reindex
- export cleanup cron
- task last-updated listener
- saved filter view listener
- SSO team cleanup cron
- migration status start/finish
- background set/remove handlers
- orphaned task position cleanup
- file creation
2026-02-25 11:03:02 +01:00
..
auth fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
avatar fix: use DelPrefix in upload avatar FlushCache to clear all cached sizes 2026-02-13 09:31:28 +01:00
background fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
dump fix(dump): limit copy size to prevent decompression bombs 2026-02-08 15:31:25 +01:00
keyvalue feat: add keyvalue.Remember function 2025-07-17 16:19:13 +02:00
migration fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00