Home
last modified time | relevance | path

Searched refs:SharingPlugin (Results 1 – 21 of 21) sorted by relevance

/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DShareAccess.php6 use Sabre\DAV\Sharing\Plugin as SharingPlugin; alias
82 case SharingPlugin::ACCESS_NOTSHARED :
85 case SharingPlugin::ACCESS_SHAREDOWNER :
88 case SharingPlugin::ACCESS_READ :
91 case SharingPlugin::ACCESS_READWRITE :
94 case SharingPlugin::ACCESS_NOACCESS :
129 return new self(SharingPlugin::ACCESS_NOTSHARED);
131 return new self(SharingPlugin::ACCESS_SHAREDOWNER);
133 return new self(SharingPlugin::ACCESS_READ);
135 return new self(SharingPlugin::ACCESS_READWRITE);
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DInviteTest.php33 'status' => CalDAV\SharingPlugin::STATUS_ACCEPTED,
39 'status' => CalDAV\SharingPlugin::STATUS_DECLINED,
45 'status' => CalDAV\SharingPlugin::STATUS_NORESPONSE,
52 'status' => CalDAV\SharingPlugin::STATUS_INVALID,
118 'status' => CalDAV\SharingPlugin::STATUS_ACCEPTED,
126 'status' => CalDAV\SharingPlugin::STATUS_DECLINED,
133 'status' => CalDAV\SharingPlugin::STATUS_NORESPONSE,
140 'status' => CalDAV\SharingPlugin::STATUS_INVALID,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php9 use Sabre\CalDAV\SharingPlugin; alias
134 case SharingPlugin::STATUS_ACCEPTED :
137 case SharingPlugin::STATUS_DECLINED :
140 case SharingPlugin::STATUS_NORESPONSE :
143 case SharingPlugin::STATUS_INVALID :
210 $user['status'] = SharingPlugin::STATUS_ACCEPTED;
213 $user['status'] = SharingPlugin::STATUS_DECLINED;
216 $user['status'] = SharingPlugin::STATUS_NORESPONSE;
219 $user['status'] = SharingPlugin::STATUS_INVALID;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php6 use Sabre\CalDAV\SharingPlugin as SharingPlugin; alias
213 case SharingPlugin::STATUS_ACCEPTED :
216 case SharingPlugin::STATUS_DECLINED :
219 case SharingPlugin::STATUS_DELETED :
222 case SharingPlugin::STATUS_NORESPONSE :
H A DInviteReply.php7 use Sabre\CalDAV\SharingPlugin; alias
165 case SharingPlugin::STATUS_ACCEPTED :
168 case SharingPlugin::STATUS_DECLINED :
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DInviteReplyTest.php6 use Sabre\CalDAV\SharingPlugin; alias
28 …= new InviteReply('/principal/1', '/calendar/1', 'blabla', 'Summary', SharingPlugin::STATUS_ACCEPT…
51 …= new InviteReply('/principal/1', '/calendar/1', 'blabla', 'Summary', SharingPlugin::STATUS_DECLIN…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php10 use Sabre\CalDAV\SharingPlugin; alias
124 $status = SharingPlugin::STATUS_ACCEPTED;
127 $status = SharingPlugin::STATUS_DECLINED;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php63 'type' => CalDAV\SharingPlugin::STATUS_ACCEPTED,
90 'type' => CalDAV\SharingPlugin::STATUS_DECLINED,
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DMockSharing.php88 $val['status'] = CalDAV\SharingPlugin::STATUS_NORESPONSE;
141 if ($status === CalDAV\SharingPlugin::STATUS_ACCEPTED) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php6 use Sabre\CalDAV\SharingPlugin as SharingPlugin; alias
H A DInviteReply.php6 use Sabre\CalDAV\SharingPlugin; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DShareableCalendarTest.php49 'status' => SharingPlugin::STATUS_NORESPONSE,
H A DCalendarHomeSharedCalendarsTest.php84 $result = $instance->shareReply('uri', SharingPlugin::STATUS_DECLINED, 'curi', '1');
H A DSharedCalendarTest.php50 'status' => SharingPlugin::STATUS_NORESPONSE,
H A DCalendarHomeTest.php214 $this->usercalendars->shareReply('uri', SharingPlugin::STATUS_DECLINED, 'curi', '1');
H A DSharingPluginTest.php194 'status' => SharingPlugin::STATUS_NORESPONSE,
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php6 use Sabre\CalDAV\SharingPlugin; alias
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php111 $this->caldavSharingPlugin = new CalDAV\SharingPlugin();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php26 class SharingPlugin extends DAV\ServerPlugin { class
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php26 class SharingPlugin extends DAV\ServerPlugin { class
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1189 * Fixed: SharingPlugin now plays nicer with other plugins with similar