vikunja/pkg/routes/caldav
kolaente 8409bdb120 refactor(user): export IsErrUserStatusError for use across packages
Make isErrUserStatusError public and replace all verbose
!IsErrAccountDisabled(err) && !IsErrAccountLocked(err) checks
with the shorter IsErrUserStatusError(err) call.
2026-03-23 12:06:16 +00:00
..
auth.go refactor(user): export IsErrUserStatusError for use across packages 2026-03-23 12:06:16 +00:00
handler.go fix(caldav): use /dav/projects/ as home to make iOS/MacOS reminders work (#2417) 2026-03-20 09:33:56 +00:00
listStorageProvider.go fix(caldav): use /dav/projects/ as home to make iOS/MacOS reminders work (#2417) 2026-03-20 09:33:56 +00:00
listStorageProvider_test.go fix: add TestMain to caldav tests and fix session conflicts 2026-02-25 11:03:02 +01:00
main_test.go fix: add TestMain to caldav tests and fix session conflicts 2026-02-25 11:03:02 +01:00