From 24419397c31bafda8aa755a411ad2851b2347a60 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:24:31 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 67143dc..687ce3e 100644 --- a/README.md +++ b/README.md @@ -10,30 +10,32 @@ a calendar server - [ ] Support for VTODO, VJOURNAL - [x] VTODO - [ ] Proper filtering for REPORT method + - [x] comp-filter + - [ ] time-range filter + - [ ] prop-filter - [ ] ICS parsing - [x] Datetime parsing - [x] Implement PROPPATCH +- [ ] CardDAV - [ ] Auth (There currently is no authentication at all in place for some routes) - [ ] Access control - [ ] preparation for different principal types (groups) - [ ] authentication rewrite? (argon2 is very slow for each request) - [ ] OIDC support -- [ ] CardDAV +- [ ] Web UI +- [x] Trash bin + - [x] Hiding calendars instead of deleting them + - [ ] Restore endpoint - [ ] Packaging - [x] Ensure cargo install works - [ ] Docker image - [ ] Releases - [ ] Locking -- [ ] Web UI - [ ] Testing such that I'm confident enough to use it myself :) - [x] WebDAV sync extension [RFC 6578](https://www.rfc-editor.org/rfc/rfc6578) - [x] implement getctag [see](https://github.com/apple/ccs-calendarserver/blob/master/doc/Extensions/caldav-ctag.txt) - [ ] implement WebDAV If header - [ ] Ensure proper routing -- [x] Trash bin - - [x] Hiding calendars instead of deleting them - - [ ] Restore endpoint -- [ ] Frontend ## Relevant RFCs