vikunja/pkg/cmd
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
..
cmd.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
doctor.go feat: add vikunja doctor command for diagnostic checks (#2165) 2026-01-27 09:12:31 +00:00
dump.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
healthcheck.go feat: introduce shared health check logic (#1073) 2025-07-02 21:01:41 +00:00
index.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
maintenance.go fix: add missing Commit() to write callers 2026-02-25 11:03:02 +01:00
migrate.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
repair_file_mime_types.go feat: add repair-file-mime-types CLI command 2026-02-22 00:00:11 +01:00
repair_task_positions.go fix(positions): detect and repair duplicate task positions automatically (#1998) 2025-12-20 19:38:28 +01:00
restore.go feat: add --preserve-config flag to restore command (#1939) 2025-12-07 21:44:45 +00:00
testmail.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
user.go fix: show error when user list filter is empty (#1372) 2025-09-01 21:08:13 +00:00
version.go fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
web.go fix(deps): update module github.com/labstack/echo/v4 to v5 (#2131) 2026-01-24 20:38:32 +01:00