Home
last modified time | relevance | path

Searched refs:Forbidden (Results 26 – 50 of 58) sorted by last modified time

123

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php491 …throw new Exception\Forbidden('This server is not compatible with OS/X finder. Consider using a di…
/plugin/davcal/vendor/sabre/dav/lib/DAV/Exception/
H A DForbidden.php16 class Forbidden extends DAV\Exception { class
H A DInvalidResourceType.php17 class InvalidResourceType extends Forbidden {
H A DInvalidSyncToken.php22 class InvalidSyncToken extends Forbidden {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php6 use Sabre\DAV\Exception\Forbidden; alias
121 throw new Forbidden('Sharing is not allowed on this node');
/plugin/webdav/core/DAV/
H A DAbstractFile.php42 throw new DAV\Exception\Forbidden('You are not allowed to access this file');
70 throw new DAV\Exception\Forbidden('Permission denied to rename file');
/plugin/webdav/core/DAV/Collection/Media/
H A DDirectory.php14 use Sabre\DAV\Exception\Forbidden; alias
27 throw new Forbidden('Insufficient Permissions');
59 throw new Forbidden('Directory not empty');
63 throw new Forbidden('Failed to delete directory');
/plugin/webdav/core/DAV/Collection/Pages/
H A DDirectory.php15 use Sabre\DAV\Exception\Forbidden; alias
30 throw new Forbidden('Insufficient Permissions');
58 throw new Forbidden('Directory not empty');
62 throw new Forbidden('Failed to delete directory');
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DNode.php37 throw new Exception\Forbidden('Permission denied to delete node');
50 throw new Exception\Forbidden('Permission denied to rename file');
H A DServer.php588 …throw new Exception\Forbidden('Requested uri (' . $uri . ') is out of base uri (' . $this->getBase…
769 throw new Exception\Forbidden('Source and destination uri are identical.');
H A DCollection.php91 throw new Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
104 throw new Exception\Forbidden('Permission denied to create directory');
H A DCorePlugin.php491 …throw new Exception\Forbidden('This server is not compatible with OS/X finder. Consider using a di…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1207 both '200 Ok' and '403 Forbidden'.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php74 throw new DAV\Exception\Forbidden();
85 throw new DAV\Exception\Forbidden();
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php10 use Sabre\DAV\Exception\Forbidden; alias
814 …throw new Forbidden('The organizer in the request did not match any of the addresses for the owner…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DInvalidResourceType.php17 class InvalidResourceType extends Forbidden {
H A DTooManyMatches.php22 class TooManyMatches extends Forbidden {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php7 use Sabre\DAV\Exception\Forbidden; alias
1556 throw new Forbidden('Could not fetch ACL rules for this path');
H A DACLTrait.php79 throw new \Sabre\DAV\Exception\Forbidden('Setting ACL is not supported on this node');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php7 use Sabre\DAV\Exception\Forbidden; alias
1149 …throw new Forbidden('The {http://calendarserver.org/ns/}source property is required when creating …
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Exception/
H A DNeedPrivileges.php17 class NeedPrivileges extends DAV\Exception\Forbidden {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php5 use Sabre\DAV\Exception\Forbidden; alias
66 if ($name == '.' || $name == '..') throw new Forbidden('Permission denied to . and ..');
/plugin/webdav/core/
H A DUtils.php13 use Sabre\DAV\Exception\Forbidden; alias
105 throw new Forbidden('Insufficient Permissions');
109 throw new Forbidden('Seems not to be valid UTF-8 text');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Exception/
H A DInvalidComponentType.php15 class InvalidComponentType extends DAV\Exception\Forbidden {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DUser.php31 … throw new DAV\Exception\Forbidden('Permission denied to create file (filename ' . $name . ')');
44 throw new DAV\Exception\Forbidden('Permission denied to create directory');

123