feat(webdav): option to disable system file uploads (#2871)

This commit is contained in:
Aaron Liu
2025-09-12 14:04:51 +08:00
parent fe7cf5d0d8
commit a581851f84
4 changed files with 23 additions and 10 deletions

View File

@@ -257,6 +257,7 @@ func FileTypeFromString(s string) FileType {
const (
DavAccountReadOnly DavAccountOption = iota
DavAccountProxy
DavAccountDisableSysFiles
)
const (