get rid of 'davguest' and allow for project specific DB updates (currently db updates are common between all possible projects/subprojects/forks).

This commit is contained in:
zotlabs
2017-03-25 13:07:46 -07:00
parent a2e1019978
commit 878614f97a
4 changed files with 3302 additions and 3312 deletions

View File

@@ -130,7 +130,7 @@ class Filestorage extends \Zotlabs\Web\Controller {
$f = $r[0];
$channel = \App::get_channel();
$cloudpath = get_cloudpath($f) . (intval($f['is_dir']) ? '?f=&davguest=1' : '');
$cloudpath = get_cloudpath($f);
$parentpath = get_parent_cloudpath($channel['channel_id'], $channel['channel_address'], $f['hash']);
$aclselect_e = populate_acl($f, false, \Zotlabs\Lib\PermissionDescription::fromGlobalPermission('view_storage'));