basic browsing and file retrieval for webdav working - uploads not yet. A lot of permissions stuff is in place so it's marginally (but probably not completely) permission controlled
This commit is contained in:
@@ -102,7 +102,7 @@ function cloud_init(&$a) {
|
||||
|
||||
$auth = new RedBasicAuth();
|
||||
|
||||
$rootDirectory = new RedDirectory('/cloud',$auth);
|
||||
$rootDirectory = new RedDirectory('/',$auth);
|
||||
$server = new DAV\Server($rootDirectory);
|
||||
$lockBackend = new DAV\Locks\Backend\File('store/data/locks');
|
||||
$lockPlugin = new DAV\Locks\Plugin($lockBackend);
|
||||
|
||||
Reference in New Issue
Block a user