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

2
Cargo.lock generated
View File

@@ -1759,6 +1759,7 @@ version = "0.11.7"
dependencies = [
"calcard",
"chrono",
"compact_str",
"hashify",
"hyper 1.6.0",
"mail-parser",
@@ -1766,6 +1767,7 @@ dependencies = [
"rkyv 0.8.10",
"serde",
"serde_json",
"trc",
]
[[package]]