Home
last modified time | relevance | path

Searched refs:BadRequest (Results 1 – 25 of 58) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php239 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php551 …throw new \Sabre\DAV\Exception\BadRequest('Calendar objects must have a VJOURNAL, VEVENT or VTODO …
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php24 use Sabre\DAV\Exception\BadRequest; alias
605 …throw new BadRequest('The request body must be a valid iCalendar object. Parse error: ' . $e->getM…
619 … throw new BadRequest('We expected at least one VTODO, VJOURNAL, VFREEBUSY or VEVENT component');
625 throw new BadRequest('A METHOD property must be specified in iTIP messages');
677 throw new BadRequest('You must at least specify 1 attendee');
687 throw new BadRequest('DTSTART and DTEND must both be specified');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php8 use Sabre\DAV\Exception\BadRequest; alias
142 … throw new BadRequest('The {http://calendarserver.org/ns/}hosturl/{DAV:}href element must exist');
H A DCalendarQueryReport.php7 use Sabre\DAV\Exception\BadRequest; alias
116 … throw new BadRequest('Only one top-level comp-filter may be defined');
128 …throw new BadRequest('The {' . Plugin::NS_CALDAV . '}filter element is required for this request');
H A DFreeBusyQueryReport.php6 use Sabre\DAV\Exception\BadRequest; alias
75 throw new BadRequest('The freebusy report must have a time-range element');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DParamFilter.php7 use Sabre\DAV\Exception\BadRequest; alias
71 throw new BadRequest('Unknown match-type: ' . $matchType);
H A DPropFilter.php7 use Sabre\DAV\Exception\BadRequest; alias
80 throw new BadRequest('Unknown match-type: ' . $matchType);
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php7 use Sabre\DAV\Exception\BadRequest; alias
144 … throw new BadRequest('You can only include 1 {' . Plugin::NS_CARDDAV . '}filter element');
149 … throw new BadRequest('The "test" attribute must be one of "allof" or "anyof"');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php217 throw new DAV\Exception\BadRequest('An xml body is required for lock requests');
280 if (!$lockToken) throw new DAV\Exception\BadRequest('No lock token was supplied');
376 else throw new DAV\Exception\BadRequest('Invalid HTTP timeout header');
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DPlugin.php128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php699 …if (!$request->getHeader('Destination')) throw new Exception\BadRequest('The destination header wa…
706 else throw new Exception\BadRequest('The HTTP Overwrite header should be either T or F');
H A DStringUtil.php48 … throw new Exception\BadRequest('Collation type: ' . $collation . ' is not supported');
63 throw new Exception\BadRequest('Match-type: ' . $matchType . ' is not supported');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DSyncCollectionReport.php8 use Sabre\DAV\Exception\BadRequest; alias
90 … throw new BadRequest('The ' . $elem . ' element in the {DAV:}sync-collection report is required');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php7 use Sabre\DAV\Exception\BadRequest; alias
1020 throw new DAV\Exception\BadRequest('XML body expected in ACL request');
1196 throw new DAV\Exception\BadRequest('This report is only defined when Depth: 0');
1253 throw new BadRequest('Depth must be 0');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DAcl.php188 …throw new DAV\Exception\BadRequest('Each {DAV:}ace element must have one {DAV:}principal element');
H A DPrincipal.php7 use Sabre\DAV\Exception\BadRequest; alias
191 throw new BadRequest('Unknown or unsupported principal type: ' . $tree['name']);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DPrincipalPropertySearchReport.php7 use Sabre\DAV\Exception\BadRequest; alias
106 …throw new BadRequest('The {DAV:}property-search element must contain one {DAV:}match and one {DAV:…
120 …throw new BadRequest('The {DAV:}principal-property-search report must contain at least 1 {DAV:}pro…
H A DPrincipalSearchPropertySetReport.php7 use Sabre\DAV\Exception\BadRequest; alias
47 throw new BadRequest('The {DAV:}principal-search-property-set element must be empty');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php7 use Sabre\DAV\Exception\BadRequest; alias
271 throw new BadRequest($e->getMessage(), null, $e);
587 …throw new BadRequest('A calendar-query REPORT on a calendar with a Depth: 0 is undefined. Set Dept…
851 … throw new DAV\Exception\BadRequest('Every ' . $component->name . ' component must have an UID');
856 …throw new DAV\Exception\BadRequest('A calendar object must only contain 1 component. We found a ' …
859 …throw new DAV\Exception\BadRequest('Every ' . $component->name . ' in this object must have identi…
864 …throw new DAV\Exception\BadRequest('You are not allowed to create components of type: ' . $compone…
869 …throw new DAV\Exception\BadRequest('iCalendar object must contain at least 1 of VEVENT, VTODO or V…
H A DCalendarQueryValidator.php373 …throw new \Sabre\DAV\Exception\BadRequest('You cannot create a time-range filter on a ' . $compone…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DCalendarData.php7 use Sabre\DAV\Exception\BadRequest; alias
70 …throw new BadRequest('The "start" and "end" attributes are required when expanding calendar-data');
73 …throw new BadRequest('The end-date must be larger than the start-date when expanding calendar-data…
H A DCompFilter.php7 use Sabre\DAV\Exception\BadRequest; alias
78 … throw new BadRequest('You cannot add time-range filters on the VCALENDAR component');
85 throw new BadRequest('The end-date must be larger than the start-date');
H A DPropFilter.php7 use Sabre\DAV\Exception\BadRequest; alias
79 throw new BadRequest('The end-date must be larger than the start-date');
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Backend/
H A DPDO.php175 throw new DAV\Exception\BadRequest('Unknown property: ' . $property);

123