Update README.md

This commit is contained in:
Lennart
2024-09-30 20:24:31 +02:00
parent 03f93066d4
commit 24419397c3

View File

@@ -10,30 +10,32 @@ a calendar server
- [ ] Support for VTODO, VJOURNAL - [ ] Support for VTODO, VJOURNAL
- [x] VTODO - [x] VTODO
- [ ] Proper filtering for REPORT method - [ ] Proper filtering for REPORT method
- [x] comp-filter
- [ ] time-range filter
- [ ] prop-filter
- [ ] ICS parsing - [ ] ICS parsing
- [x] Datetime parsing - [x] Datetime parsing
- [x] Implement PROPPATCH - [x] Implement PROPPATCH
- [ ] CardDAV
- [ ] Auth (There currently is no authentication at all in place for some routes) - [ ] Auth (There currently is no authentication at all in place for some routes)
- [ ] Access control - [ ] Access control
- [ ] preparation for different principal types (groups) - [ ] preparation for different principal types (groups)
- [ ] authentication rewrite? (argon2 is very slow for each request) - [ ] authentication rewrite? (argon2 is very slow for each request)
- [ ] OIDC support - [ ] OIDC support
- [ ] CardDAV - [ ] Web UI
- [x] Trash bin
- [x] Hiding calendars instead of deleting them
- [ ] Restore endpoint
- [ ] Packaging - [ ] Packaging
- [x] Ensure cargo install works - [x] Ensure cargo install works
- [ ] Docker image - [ ] Docker image
- [ ] Releases - [ ] Releases
- [ ] Locking - [ ] Locking
- [ ] Web UI
- [ ] Testing such that I'm confident enough to use it myself :) - [ ] 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] 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) - [x] implement getctag [see](https://github.com/apple/ccs-calendarserver/blob/master/doc/Extensions/caldav-ctag.txt)
- [ ] implement WebDAV If header - [ ] implement WebDAV If header
- [ ] Ensure proper routing - [ ] Ensure proper routing
- [x] Trash bin
- [x] Hiding calendars instead of deleting them
- [ ] Restore endpoint
- [ ] Frontend
## Relevant RFCs ## Relevant RFCs