Home
last modified time | relevance | path

Searched refs:Forbidden (Results 1 – 25 of 58) sorted by relevance

123

/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/core/DAV/Collection/Media/
H A DFile.php15 use Sabre\DAV\Exception\Forbidden; alias
25 throw new Forbidden('You are not allowed to delete this file');
40 throw new Forbidden('Media file in use');
56 throw new Forbidden('Insufficient Permissions');
83 throw new Forbidden($lang['uploadfail']);
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/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php44 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
66 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
88 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
111 throw new DAV\Exception\Forbidden('Permission denied to . and ..');
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DCollection.php7 use Sabre\DAV\Exception\Forbidden; alias
63 if ($name == '.' || $name == '..') throw new Forbidden('Permission denied to . and ..');
131 throw new Forbidden('Setting ACL is not allowed here');
H A DFile.php7 use Sabre\DAV\Exception\Forbidden; alias
101 throw new Forbidden('Setting ACL is not allowed here');
H A DHomeCollection.php5 use Sabre\DAV\Exception\Forbidden; alias
166 throw new Forbidden('Setting ACL is not allowed here');
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DDirectory.php44 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
66 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
88 …if ($name == '.' || $name == '..') throw new DAV\Exception\Forbidden('Permission denied to . and .…
111 throw new DAV\Exception\Forbidden('Permission denied to . and ..');
/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 DFile.php39 throw new Exception\Forbidden('Permission denied to change data');
52 throw new Exception\Forbidden('Permission denied to read this file');
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');
/plugin/davcal/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 DFile.php27 throw new Exception\Forbidden('Permission denied to change data');
40 throw new Exception\Forbidden('Permission denied to read this file');
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');
/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/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipalCollection.php6 use Sabre\DAV\Exception\Forbidden; alias
129 throw new Forbidden('Updating ACLs is not allowed on this node');
/plugin/webdav/core/DAV/Collection/ODT/
H A DFile.php14 use Sabre\DAV\Exception\Forbidden; alias
29 throw new Forbidden('You are not allowed to access this file');
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
H A DProxyWrite.php80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
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');
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Principal/
H A DProxyRead.php80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
H A DProxyWrite.php80 throw new DAV\Exception\Forbidden('Permission denied to delete node');
93 throw new DAV\Exception\Forbidden('Permission denied to rename file');
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');
/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');

123