Home
last modified time | relevance | path

Searched refs:checkPrivileges (Results 1 – 12 of 12) sorted by relevance

/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php185 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
741 $this->checkPrivileges($path, '{DAV:}read');
751 $this->checkPrivileges($path, '{DAV:}write-content');
756 $this->checkPrivileges($path, '{DAV:}write-properties');
760 $this->checkPrivileges($path, '{DAV:}write-acl');
776 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
796 $this->checkPrivileges($parentUri, '{DAV:}bind');
812 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
844 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
909 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php192 …function checkPrivileges($uri, $privileges, $recursion = self::R_PARENT, $throwExceptions = true) { function in Sabre\\DAVACL\\Plugin
889 $this->checkPrivileges($path, '{DAV:}read');
898 $this->checkPrivileges($path, '{DAV:}write-content');
906 $this->checkPrivileges($path, '{DAV:}write-properties');
910 $this->checkPrivileges($path, '{DAV:}write-acl');
926 $this->checkPrivileges($path, '{DAV:}read', self::R_RECURSIVE);
945 $this->checkPrivileges($parentUri, '{DAV:}bind');
961 $this->checkPrivileges($parentUri, '{DAV:}unbind', self::R_RECURSIVEPARENTS);
991 if (!$this->checkPrivileges($path, '{DAV:}read', self::R_PARENT, false)) {
1056 …if (!$this->checkPrivileges($path, '{DAV:}read-current-user-privilege-set', self::R_PARENT, false)…
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php286 $acl->checkPrivileges($path, '{DAV:}write');
314 $acl->checkPrivileges($path, '{DAV:}write');
358 $acl->checkPrivileges($path, '{DAV:}write');
386 $acl->checkPrivileges($path, '{DAV:}write');
H A DPlugin.php644 $acl->checkPrivileges($uri, '{' . self::NS_CALDAV . '}read-free-busy');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php289 $acl->checkPrivileges($path, '{DAV:}write');
333 $acl->checkPrivileges($path, '{DAV:}share');
361 $acl->checkPrivileges($path, '{DAV:}share');
H A DPlugin.php676 $acl->checkPrivileges($uri, '{' . self::NS_CALDAV . '}read-free-busy');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php70 $aclPlugin->checkPrivileges($path, '{DAV:}read');
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php70 $aclPlugin->checkPrivileges($path, '{DAV:}read');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php428 …if (!$aclPlugin->checkPrivileges($inboxPath, $caldavNS . $privilege, DAVACL\Plugin::R_PARENT, fals…
636 … $acl && $acl->checkPrivileges($outboxPath, '{' . self::NS_CALDAV . '}schedule-query-freebusy');
805 $aclPlugin->checkPrivileges($homeSet . $node->getName(), $caldavNS . 'read-free-busy');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DSimplePluginTest.php320 …$this->assertFalse($aclPlugin->checkPrivileges('foo', array('{DAV:}read'), Plugin::R_PARENT, false…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php506 …if (!$aclPlugin->checkPrivileges($inboxPath, $caldavNS . $privilege, DAVACL\Plugin::R_PARENT, fals…
773 … $acl && $acl->checkPrivileges($outboxPath, '{' . self::NS_CALDAV . '}schedule-send-freebusy');
938 $aclPlugin->checkPrivileges($inboxUrl, $caldavNS . 'schedule-query-freebusy');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php130 $acl->checkPrivileges($path, '{DAV:}share');