WebDAV permissions and logging (closes #1362)

This commit is contained in:
mdecimus
2025-05-09 15:47:09 +02:00
parent fe7d646966
commit 095c501a66
50 changed files with 1031 additions and 273 deletions

View File

@@ -213,7 +213,10 @@ impl ParseHttp for Server {
(Some(_), Some(DavMethod::OPTIONS)) => HttpResponse::new(StatusCode::OK)
.with_header(
"DAV",
"1, 2, 3, access-control, extended-mkcol, calendar-access, addressbook",
concat!(
"1, 2, 3, access-control, extended-mkcol, calendar-access, ",
"calendar-no-timezone, addressbook"
),
)
.with_header(
"Allow",