vikunja/pkg/modules/avatar
kolaente 2a10b22c5c fix: use session-aware file creation to avoid nested transactions
files.Create() and files.CreateWithMime() internally create their own
sessions and transactions. When called from within an existing
transaction (now that db.NewSession() auto-begins), this creates nested
transactions that deadlock on SQLite.

Switch to files.CreateWithSession() and files.CreateWithMimeAndSession()
to participate in the caller's existing transaction instead.
2026-02-25 11:03:02 +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 session-aware file creation to avoid nested transactions 2026-02-25 11:03:02 +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