summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:09:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-10-11 11:10:33 -0400
commitba878c4ddc20e58736989584312cb58073160aed (patch)
treed94a857f3cf940271a8037ebd4173eac6f3898e8 /CHANGELOG
parent148aebe3ff9e4953a4800aa0301c8c6038587ed0 (diff)
webdav: Avoid unncessisarily creating the collection at the top of the repo
when storing files there, since that collection is created by initremote. (This seems to work around some brokenness of the box.com webdav server which was entering a redirect loop.) Note that the fix makes locationParent return Nothing instead of "." when there's no parent directory between the path and the top of the webdav repo. This commit was sponsored by André Pereira on Patreon.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d9684762e..4fac7a51a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,11 @@ git-annex (6.20171004) UNRELEASED; urgency=medium
* webdav: Make --debug show all webdav operations.
* Fix build with aws-0.17.
+ * webdav: Avoid unncessisarily creating the collection at the top
+ of the repository when storing files there, since that collection
+ is created by initremote.
+ (This seems to work around some brokenness of the box.com webdav
+ server which was entering a redirect loop.)
-- Joey Hess <id@joeyh.name> Sat, 07 Oct 2017 14:11:00 -0400