commit 74b57a637a68651ee7e5ccbb3e4213a1bdbfc9bc Author: Tomas Bzatek AuthorDate: 2011-05-23 Commit: Tomas Bzatek CommitDate: 2011-05-23 Update NEWS for 1.8.2 release M NEWS commit 641413971da1969f422c606205d76a2a41252a77 Author: Christian Kellner AuthorDate: 2011-05-12 Commit: Christian Kellner CommitDate: 2011-05-12 daemonfile: Re-root the path in set_display_name () The path we get as a result of a set_display_name operation has to be re-rooted with the mount_prefix of the specific mount. This fixes the "Location not mounted" error that we currently get for e.g. WebDAV mounts with a mount_prefix after renaming of files. M client/gdaemonfile.c commit 9dbbeabed5bf8ae85b0f0c5948b125efdc672a81 Author: Christian Kellner AuthorDate: 2011-05-12 Commit: Christian Kellner CommitDate: 2011-05-12 Pass mount_info to async_path_call callbacks Modify all callbacks do_async_path_call () to receive an additional GMountInfo parameter. M client/gdaemonfile.c commit 958a788443824ffebad50a8b03eeeb62ffbe02e1 Author: Christian Kellner AuthorDate: 2011-05-12 Commit: Christian Kellner CommitDate: 2011-05-12 New function to re-root a given path with a mount_prefix g_mount_info_apply_prefix will take an given path and prepend the mount_prefix of the given mount_info, if there is any. It will free the old string in this case. Otherwise it is a NOOP. M common/gmounttracker.c M common/gmounttracker.h commit 06f3952a68d44adb1e634260ccab96cb0f54a74f Author: Christian Kellner AuthorDate: 2011-05-08 Commit: Christian Kellner CommitDate: 2011-05-08 dav: correctly handle usernames supplied in the url When comparing URIs in dav_uri_match() do not take username or password into account because on a redirect the server is likely to not include the username in the url supplied in the Location header. Therefore redirection will fail and thus mounting. Should fix bug 586248. Patch based on a version from Henrik Holst. M daemon/gvfsbackenddav.c commit d683009f379861fdb831ab95f9593e5254dff541 Author: Christian Kellner AuthorDate: 2011-05-04 Commit: Christian Kellner CommitDate: 2011-05-04 dav: Fix copying of remote folders to disk Do stat() the location, i.e. do a PROPFIND, on open () and correctly report G_IO_ERROR_IS_DIRECTORY for collections instead of trying to fetch (GET) them. Should finally fix bug 551339 M daemon/gvfsbackenddav.c M daemon/gvfsbackendhttp.c M daemon/gvfsbackendhttp.h commit be508d7647180565f4670807119bd389275ad9f7 Author: Tomas Bzatek AuthorDate: 2011-04-26 Commit: Tomas Bzatek CommitDate: 2011-04-26 Post release version bump M configure.ac