update README.md

This commit is contained in:
Lennart
2024-10-31 18:38:29 +01:00
parent eab03fef6b
commit c484a17911

View File

@@ -17,13 +17,13 @@ a calendar server
- [x] Datetime parsing - [x] Datetime parsing
- [x] Implement PROPPATCH - [x] Implement PROPPATCH
- [x] CardDAV - [x] CardDAV
- [x] Auth (There currently is no authentication at all in place for some routes) - [x] Auth
- current state: RustiCal should be safe against unauthenticated request, however many routes are not checked for authorization yet
- [x] static authentication - [x] static authentication
- [ ] Access control - [ ] Access control
- [x] preparation for different principal types (groups) - [x] preparation for different principal types (groups)
- [x] authentication rewrite? (argon2 is very slow for each request) - [x] authentication rewrite? (argon2 is very slow for each request)
- [x] solved through app tokens - [x] solved through app tokens
- [ ] OIDC support
- [ ] Web UI - [ ] Web UI
- [x] Trash bin - [x] Trash bin
- [x] Hiding calendars instead of deleting them - [x] Hiding calendars instead of deleting them
@@ -32,7 +32,6 @@ a calendar server
- [x] Ensure cargo install works - [x] Ensure cargo install works
- [x] Docker image - [x] Docker image
- [ ] Releases - [ ] Releases
- [ ] Locking
- [ ] 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)