You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nc_webdav_write_file no longer silently overwrites an
existing file. Omitting if_match now creates a file and fails if it already
exists; to overwrite, pass the etag from nc_webdav_read_file, or if_match="*"
to force it.
Fix
webdav: make writes fail-closed to guarantee zero data loss
webdav: detect concurrent edits and locks on write, guard oversized writes