diff options
author | Mario <mario@mariovavti.com> | 2019-08-16 19:32:08 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2019-08-16 19:32:08 +0200 |
commit | ea8621d6ece810479adc0cd785212d66cbe01d23 (patch) | |
tree | 32350070ec5601282afe4411486c629ce14e1a2e /Zotlabs/Module/Dav.php | |
parent | b325b2c003ae73c8c9869d35b15444fe9a17fd74 (diff) | |
parent | ac05a2ede7023495618b316635b93274416b69d8 (diff) | |
download | volse-hubzilla-ea8621d6ece810479adc0cd785212d66cbe01d23.tar.gz volse-hubzilla-ea8621d6ece810479adc0cd785212d66cbe01d23.tar.bz2 volse-hubzilla-ea8621d6ece810479adc0cd785212d66cbe01d23.zip |
Merge branch 'dev' into 'dev'
zot6 compatibility: when posting from a non-primary clone the actor->id is...
See merge request hubzilla/core!1710
Diffstat (limited to 'Zotlabs/Module/Dav.php')
-rw-r--r-- | Zotlabs/Module/Dav.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Module/Dav.php b/Zotlabs/Module/Dav.php index 866520461..e8ce6a703 100644 --- a/Zotlabs/Module/Dav.php +++ b/Zotlabs/Module/Dav.php @@ -95,6 +95,8 @@ class Dav extends \Zotlabs\Web\Controller { $auth = new \Zotlabs\Storage\BasicAuth(); + $auth->observer = get_observer_hash(); + $auth->setRealm(ucfirst(\Zotlabs\Lib\System::get_platform_name()) . ' ' . 'WebDAV'); $rootDirectory = new \Zotlabs\Storage\Directory('/', $auth); |