Home
last modified time | relevance | path

Searched refs:allowAccessToNodesWithoutACL (Results 1 – 6 of 6) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DExpandPropertiesTest.php36 $plugin->allowAccessToNodesWithoutACL = true;
H A DAllowAccessTest.php23 $aclPlugin->allowAccessToNodesWithoutACL = true;
H A DBlockAccessTest.php24 $this->plugin->allowAccessToNodesWithoutACL = false;
H A DPrincipalPropertySearchTest.php25 $plugin->allowAccessToNodesWithoutACL = true;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php76 public $allowAccessToNodesWithoutACL = true; variable in Sabre\\DAVACL\\Plugin
192 if ($this->allowAccessToNodesWithoutACL) {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md80 * Removed `Sabre\DAVACL\Plugin::$allowAccessToNodesWithoutACL` setting.