vikunja/pkg/routes/caldav
kolaente 8d10e053d4 fix(caldav): store markdown descriptions as HTML, skip spurious updates
Incoming CalDAV descriptions are markdown; convert them back to canonical HTML
(rebuilding mentions) before persisting. Skip the conversion when the markdown
is unchanged from the stored HTML so a passthrough sync doesn't churn the value
or bump the ETag.
2026-06-29 08:12:35 +02:00
..
auth.go feat(audit): attribute failed logins to the originating request 2026-06-12 08:56:08 +00:00
description_test.go fix(caldav): store markdown descriptions as HTML, skip spurious updates 2026-06-29 08:12:35 +02:00
handler.go fix(caldav): return 404 when trying to access a project that cannot exist with CalDAV (#2796) 2026-05-28 08:14:52 +02:00
listStorageProvider.go fix(caldav): store markdown descriptions as HTML, skip spurious updates 2026-06-29 08:12:35 +02:00
listStorageProvider_test.go fix(caldav): enforce URL project match in GetResourcesByList 2026-04-09 16:07:32 +00:00
main_test.go fix: add TestMain to caldav tests and fix session conflicts 2026-02-25 11:03:02 +01:00