Home
last modified time | relevance | path

Searched refs:DAVACL (Results 101 – 125 of 169) sorted by path

1234567

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalCollectionTest.php3 namespace Sabre\DAVACL;
H A DPrincipalPropertySearchTest.php3 namespace Sabre\DAVACL;
H A DPrincipalSearchPropertySetTest.php3 namespace Sabre\DAVACL;
H A DPrincipalTest.php3 namespace Sabre\DAVACL;
H A DSimplePluginTest.php3 namespace Sabre\DAVACL;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DACLTest.php3 namespace Sabre\DAVACL\Xml\Property;
H A DAclRestrictionsTest.php3 namespace Sabre\DAVACL\Xml\Property;
H A DCurrentUserPrivilegeSetTest.php3 namespace Sabre\DAVACL\Xml\Property;
H A DPrincipalTest.php3 namespace Sabre\DAVACL\Xml\Property;
H A DSupportedPrivilegeSetTest.php3 namespace Sabre\DAVACL\Xml\Property;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php130 $this->aclPlugin = new DAVACL\Plugin();
192 $this->tree[] = new DAVACL\PrincipalCollection(
223 $this->principalBackend = new DAVACL\PrincipalBackend\Mock();
/plugin/webdav/
H A Dcomposer.lock111 "Sabre\\DAVACL\\": "lib/DAVACL/",
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md80 * Removed `Sabre\DAVACL\Plugin::$allowAccessToNodesWithoutACL` setting.
82 `Sabre\DAVACL\Plugin::setDefaultAcl()`.
83 * Introduced `Sabre\DAVACL\ACLTrait` which contains a default implementation
416 * #654: Added a collection, `Sabre\DAVACL\FS\HomeCollection` for automatically
491 * Removed: `Sabre\DAVACL\Plugin::getPrincipalByEmail()`.
935 * Removed: Got rid of the Version classes for CalDAV, CardDAV, HTTP, and DAVACL.
1127 * Added: deserializer for Sabre\DAVACL\Property\CurrentUserPrivilegeSet.
1457 * Added: [DAVACL] Per-node overriding of supported privileges. This allows for
1459 * Added: [DAVACL] Public 'principalSearch' method on the DAVACL plugin, which
1464 DAVACL, HTTP, VObject) as an alternative to the autoloader. This often works
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendar.php7 use Sabre\DAVACL; alias
21 use DAVACL\ACLTrait;
H A DCalendarHome.php8 use Sabre\DAVACL; alias
23 class CalendarHome implements DAV\IExtendedCollection, DAVACL\IACL {
25 use DAVACL\ACLTrait;
H A DCalendarObject.php12 class CalendarObject extends \Sabre\DAV\File implements ICalendarObject, \Sabre\DAVACL\IACL {
14 use \Sabre\DAVACL\ACLTrait;
H A DCalendarRoot.php5 use Sabre\DAVACL\PrincipalBackend;
20 class CalendarRoot extends \Sabre\DAVACL\AbstractPrincipalCollection {
H A DICalendar.php5 use Sabre\DAVACL; alias
16 interface ICalendar extends ICalendarObjectContainer, DAVACL\IACL {
H A DPlugin.php11 use Sabre\DAVACL; alias
339 if ($node instanceof DAVACL\IPrincipal) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DCollection.php7 use Sabre\DAVACL; alias
23 class Collection extends DAV\Collection implements ICollection, DAVACL\IACL {
25 use DAVACL\ACLTrait;
H A DNode.php8 use Sabre\DAVACL; alias
21 class Node extends DAV\File implements INode, DAVACL\IACL {
23 use DAVACL\ACLTrait;
H A DPlugin.php10 use Sabre\DAVACL; alias
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DCollection.php5 use Sabre\DAVACL; alias
19 class Collection extends DAVACL\PrincipalCollection {
H A DIProxyRead.php5 use Sabre\DAVACL; alias
17 interface IProxyRead extends DAVACL\IPrincipal {
H A DIProxyWrite.php5 use Sabre\DAVACL; alias
17 interface IProxyWrite extends DAVACL\IPrincipal {

1234567