kallegrens
82ee780161
feat(caldav): implement RFC 6578 sync-collection REPORT to sync task deletions
...
iOS Reminders (and other RFC 6578 clients) never learned about tasks
deleted on the Vikunja side: caldav-go answers unknown REPORT types
with 412, which makes iOS silently stop syncing, and deleted tasks left
no protocol-level trace a client could observe.
Intercept sync-collection REPORTs before caldav-go sees them and answer
per RFC 6578: tasks changed since the sync token as 200 entries and
deleted tasks as 404 entries. Deletion records come from task
soft-deletes, which are kept for 30 days before being purged.
Token edge cases: delta comparisons are inclusive because tokens have
second granularity (re-reported items keep their etag, so clients skip
the download), and tokens older than the soft-delete retention answer
403 + valid-sync-token to force a full resync instead of a delta that
would silently miss purged deletions.
2026-07-07 11:57:04 +00:00
..
2026-07-03 16:56:03 +00:00
2026-04-20 18:55:06 +00:00
2026-04-20 18:55:06 +00:00
2026-07-07 11:38:33 +02:00
2026-07-03 16:56:03 +00:00
2026-07-03 16:56:03 +00:00
2026-07-03 16:56:03 +00:00
2026-06-27 15:01:54 +00:00
2026-06-27 15:01:54 +00:00
2026-03-30 12:28:15 +00:00
2026-03-30 12:28:15 +00:00
2026-03-30 12:28:15 +00:00
2026-05-15 17:25:09 +02:00
2026-05-01 14:44:10 +00:00
2026-05-15 17:25:09 +02:00
2026-06-12 08:56:08 +00:00
2026-05-01 14:44:10 +00:00
2026-05-01 14:44:10 +00:00
2026-06-05 08:51:39 +00:00
2026-06-09 20:13:02 +00:00
2026-05-20 21:02:14 +00:00
2026-05-20 21:02:14 +00:00
2026-06-17 18:39:38 +00:00
2026-07-03 16:56:03 +00:00
2026-06-17 18:39:38 +00:00
2026-07-07 11:38:33 +02:00
2026-07-03 23:18:00 +02:00
2026-07-03 23:18:00 +02:00
2026-02-25 11:03:02 +01:00
2026-06-17 21:16:41 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-06-09 11:40:04 +00:00
2026-05-31 15:27:44 +02:00
2026-06-05 09:17:25 +00:00
2026-04-09 15:38:07 +00:00
2026-06-05 09:17:25 +00:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-03-08 16:03:47 +01:00
2026-06-02 11:55:25 +00:00
2026-07-07 11:38:33 +02:00
2026-06-08 13:54:09 +00:00
2026-06-17 21:18:04 +00:00
2026-06-17 21:18:04 +00:00
2026-06-17 21:18:04 +00:00
2026-05-15 17:25:09 +02:00
2026-05-15 17:25:09 +02:00
2026-03-27 23:05:04 +00:00
2026-06-29 17:18:05 +02:00
2026-06-19 10:15:58 +02:00
2026-06-19 10:15:58 +02:00
2026-02-25 11:03:02 +01:00
2026-04-20 18:55:06 +00:00
2026-02-25 11:56:25 +01:00
2026-02-25 11:56:25 +01:00
2026-04-20 18:55:06 +00:00
2026-02-25 11:03:02 +01:00
2026-06-18 20:57:05 +00:00
2026-07-07 11:38:33 +02:00
2026-02-25 11:03:02 +01:00
2026-04-20 18:55:06 +00:00
2026-02-25 11:03:02 +01:00
2026-06-18 20:57:05 +00:00
2026-04-20 18:55:06 +00:00
2026-06-01 13:04:34 +00:00
2026-07-07 11:38:33 +02:00
2026-02-25 11:03:02 +01:00
2026-06-09 21:34:22 +00:00
2026-07-07 11:38:33 +02:00
2026-06-07 10:40:20 +00:00
2026-02-25 10:30:25 +01:00
2026-06-19 18:27:33 +02:00
2026-06-08 13:54:09 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:38:33 +02:00
2026-06-18 20:57:05 +00:00
2026-06-18 20:57:05 +00:00
2026-04-09 16:22:56 +00:00
2026-07-01 12:42:32 +00:00
2026-02-26 16:09:13 +01:00
2026-06-30 18:53:56 +00:00
2026-07-06 15:45:55 +00:00
2026-07-07 11:38:33 +02:00
2026-07-06 15:45:55 +00:00
2026-06-12 08:56:08 +00:00
2026-06-03 19:57:26 +00:00
2026-07-07 11:57:04 +00:00
2026-07-07 11:57:04 +00:00
2026-03-04 17:20:26 +01:00
2026-06-01 14:13:39 +02:00
2026-03-08 19:45:53 +01:00
2026-03-08 19:45:53 +01:00
2026-07-03 19:58:39 +02:00
2026-07-03 19:58:39 +02:00
2026-04-05 12:20:35 +00:00
2026-06-09 20:42:00 +00:00
2026-03-08 19:45:53 +01:00
2026-07-07 11:38:33 +02:00
2026-06-17 21:16:41 +00:00
2026-07-06 15:45:55 +00:00
2026-07-07 11:38:33 +02:00
2026-05-31 12:56:57 +00:00
2026-07-07 11:38:33 +02:00
2026-07-07 11:57:04 +00:00
2026-04-20 18:55:06 +00:00
2026-06-18 20:57:05 +00:00
2026-04-20 18:55:06 +00:00
2026-06-18 20:57:05 +00:00
2026-07-07 11:38:33 +02:00
2026-06-12 08:56:08 +00:00
2026-06-08 13:54:09 +00:00
2026-05-06 16:08:16 +02:00
2026-05-01 14:44:10 +00:00
2026-05-01 14:44:10 +00:00
2026-06-11 20:07:43 +00:00
2026-07-02 19:39:00 +02:00
2026-06-18 20:57:05 +00:00
2026-03-08 19:45:53 +01:00
2026-06-10 19:12:41 +00:00