Home
last modified time | relevance | path

Searched refs:BadRequest (Results 26 – 50 of 58) sorted by relevance

123

/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DPropFilter.php6 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/CalDAV/Xml/Filter/
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/webdav/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DShareAccess.php5 use Sabre\DAV\Exception\BadRequest; alias
140 throw new BadRequest('Invalid value for {DAV:}share-access element');
/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');
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php7 use Sabre\DAV\Exception\BadRequest; alias
191 throw new BadRequest('Unknown or unsupported principal type: ' . $tree['name']);
H A DAcl.php188 …throw new DAV\Exception\BadRequest('Each {DAV:}ace element must have one {DAV:}principal element');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php8 use Sabre\DAV\Exception\BadRequest; alias
143 … throw new BadRequest('The {http://calendarserver.org/ns/}hosturl/{DAV:}href element must exist');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Property/
H A DPrincipal.php7 use Sabre\DAV\Exception\BadRequest; alias
191 throw new BadRequest('Unknown or unsupported principal type: ' . $tree['name']);
H A DAcl.php188 …throw new DAV\Exception\BadRequest('Each {DAV:}ace element must have one {DAV:}principal element');
/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…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DBadRequest.php17 class BadRequest extends DAV\Exception { class
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DBadRequest.php17 class BadRequest extends DAV\Exception { class
/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/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php9 use Sabre\DAV\Exception\BadRequest; alias
742 …throw new BadRequest('The request body must be a valid iCalendar object. Parse error: ' . $e->getM…
756 … throw new BadRequest('We expected at least one VTODO, VJOURNAL, VFREEBUSY or VEVENT component');
762 throw new BadRequest('A METHOD property must be specified in iTIP messages');
818 throw new BadRequest('You must at least specify 1 attendee');
828 throw new BadRequest('DTSTART and DTEND must both be specified');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php5 use Sabre\DAV\Exception\BadRequest; alias
324 throw new BadRequest($e->getMessage(), null, $e);
381 throw new BadRequest($e->getMessage(), null, $e);
461 throw new Exception\BadRequest('Content-Range on PUT requests are forbidden.');
570 throw new Exception\BadRequest($e->getMessage(), null, $e);
576 … throw new Exception\BadRequest('The mkcol request must include a {DAV:}resourcetype property');
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php5 use Sabre\DAV\Exception\BadRequest; alias
324 throw new BadRequest($e->getMessage(), null, $e);
381 throw new BadRequest($e->getMessage(), null, $e);
461 throw new Exception\BadRequest('Content-Range on PUT requests are forbidden.');
570 throw new Exception\BadRequest($e->getMessage(), null, $e);
576 … throw new Exception\BadRequest('The mkcol request must include a {DAV:}resourcetype property');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php5 use Sabre\DAV\Exception\BadRequest; alias
214 … throw new BadRequest('Unexpected document type: ' . $documentType . ' for this Content-Type');
/plugin/webdav/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/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/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php6 use Sabre\DAV\Exception\BadRequest; alias
1172 throw new DAV\Exception\BadRequest('XML body expected in ACL request');
1263 throw new BadRequest('The principal-match report is only defined on Depth: 0');
1452 throw new DAV\Exception\BadRequest('This report is only defined when Depth: 0');
1509 throw new BadRequest('Depth must be 0');
1547 throw new BadRequest('The {DAV:}acl-principal-prop-set REPORT only supports Depth 0');
/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/webdav/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/PartialUpdate/
H A DPlugin.php128 throw new DAV\Exception\BadRequest('No valid "X-Update-Range" found in the headers');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php369 …throw new \Sabre\DAV\Exception\BadRequest('You cannot create a time-range filter on a ' . $compone…
/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 …

123