mirror of
https://github.com/9001/copyparty.git
synced 2026-03-27 02:23:49 +10:00
condense uploads listing on view change
This commit is contained in:
@@ -1421,7 +1421,7 @@ class HttpCli(object):
|
||||
self.log(t, 1)
|
||||
raise Pebkac(403, t)
|
||||
|
||||
if is_put and not self.args.no_dav:
|
||||
if is_put and not (self.args.no_dav or self.args.nw):
|
||||
# allow overwrite if...
|
||||
# * volflag 'daw' is set
|
||||
# * and account has delete-access
|
||||
|
||||
Reference in New Issue
Block a user