From 87cdfc1751d1e2f16cf651393049c5f6fb1a8efb Mon Sep 17 00:00:00 2001 From: friendica Date: Sat, 15 Nov 2014 14:03:28 -0800 Subject: doc updates --- doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html') diff --git a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html index bebe6019d..7c2e573d5 100644 --- a/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html +++ b/doc/html/classRedMatrix_1_1RedDAV_1_1RedBrowser.html @@ -180,7 +180,7 @@ Private Attributes

Constructor for RedBrowser class.

$enablePost will be activated through set_writeable() in a later stage. At the moment the write_storage permission is only valid for the whole folder. No file specific permissions yet.

-
Todo:
disable enablePost by default and only activate if permissions grant edit rights.
+
Todo:
disable enablePost by default and only activate if permissions grant edit rights.

Disable assets with $enableAssets = false. Should get some thumbnail views anyway.

Parameters
@@ -389,7 +389,7 @@ Private Attributes

The DAV browser is instantiated after the auth module and directory classes but before we know the current directory and who the owner and observer are. So we add a pointer to the browser into the auth module and vice versa. Then when we've figured out what directory is actually being accessed, we call the following function to decide whether or not to show web elements which include writeable objects.

It only disable/enable the visible parts. Not the POST handler which handels the actual requests when uploading files or creating folders.

-
Todo:
Maybe this whole way of doing this can be solved with some $server->subscribeEvent().
+
Todo:
Maybe this whole way of doing this can be solved with some $server->subscribeEvent().
-- cgit v1.2.3