Home
last modified time | relevance | path

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

123

/plugin/webdav/vendor/sabre/dav/lib/DAV/Exception/
H A DForbidden.php16 class Forbidden extends DAV\Exception { class
H A DInvalidSyncToken.php22 class InvalidSyncToken extends Forbidden {
/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']);
/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');
/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/webdav/vendor/sabre/dav/lib/DAV/
H A DFile.php39 throw new Exception\Forbidden('Permission denied to change data');
52 throw new Exception\Forbidden('Permission denied to read this file');

123