Move DELETE method to Resource framework

This commit is contained in:
Lennart
2024-06-30 19:44:13 +02:00
parent 8afcbccd6a
commit 6f4bc4ba7b
10 changed files with 62 additions and 79 deletions

View File

@@ -12,7 +12,7 @@ a calendar server
- [ ] ICS parsing
- [x] Datetime parsing
- [x] Implement PROPPATCH
- [ ] Auth
- [ ] 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)