ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Go to the source code of this file.
Variables | |
$publicDir = 'public' | |
$tmpDir = 'tmpdata' | |
$root = new \Sabre\DAV\FS\Directory($publicDir) | |
$server = new \Sabre\DAV\Server($root) | |
$lockBackend = new \Sabre\DAV\Locks\Backend\File($tmpDir . '/locksdb') | |
$lockPlugin = new \Sabre\DAV\Locks\Plugin($lockBackend) | |
$browser = new \Sabre\DAV\Browser\Plugin() | |
$authBackend = new \Sabre\DAV\Auth\Backend\File('.htdigest') | |
$auth = new \Sabre\DAV\Auth\Plugin($authBackend) | |
$tempFF = new \Sabre\DAV\TemporaryFileFilterPlugin($tmpDir) | |
$auth = new \Sabre\DAV\Auth\Plugin($authBackend) |
Definition at line 48 of file fileserver.php.
Referenced by SimpleSAML_IdP\__construct(), CAS_Client\_wasPreviouslyAuthenticated(), ilECSConnector\addAuth(), sspmod_negotiate_Auth_Source_Negotiate\authenticate(), Sabre\DAV\Auth\Backend\AbstractBearer\challenge(), Sabre\DAV\Auth\Backend\AbstractBasic\challenge(), Sabre\DAV\Auth\Backend\AbstractDigest\challenge(), Sabre\DAV\Auth\Backend\AbstractBearer\check(), Sabre\DAV\Auth\Backend\AbstractBasic\check(), phpCAS\checkAuthentication(), ilPasswordInputGUI\checkInput(), ilRemoteObjectBase\createAuthResource(), ilStartUpGUI\doSamlAuthentication(), phpCAS\forceAuthentication(), ilChatroomFormFactory\getClientSettingsForm(), Sabre\HTTP\Auth\Basic\getCredentials(), Sabre\HTTP\Auth\Bearer\getToken(), ilObjBlogGUI\initEditCustomForm(), phpCAS\isAuthenticated(), Title\isValidMoveOperation(), CAS_Client\markAuthenticationCall(), Title\moveTo(), phpCAS\renewAuthentication(), Sabre\DAVACL\SimplePluginTest\testCheckPrivileges(), Sabre\DAVACL\SimplePluginTest\testCurrentUserPrincipalsGroups(), Sabre\DAVACL\SimplePluginTest\testCurrentUserPrincipalsSimple(), Sabre\DAVACL\SimplePluginTest\testGetCurrentUserPrivilegeSet(), ilMDEditorGUI\updateQuickEdit(), ilMDEditorGUI\updateQuickEdit_scorm(), and ilMDEditorGUI\updateQuickEdit_scorm_propagate().
$authBackend = new \Sabre\DAV\Auth\Backend\File('.htdigest') |
Definition at line 47 of file fileserver.php.
$browser = new \Sabre\DAV\Browser\Plugin() |
Definition at line 40 of file fileserver.php.
$lockBackend = new \Sabre\DAV\Locks\Backend\File($tmpDir . '/locksdb') |
Definition at line 35 of file fileserver.php.
$lockPlugin = new \Sabre\DAV\Locks\Plugin($lockBackend) |
Definition at line 36 of file fileserver.php.
$publicDir = 'public' |
Definition at line 14 of file fileserver.php.
$root = new \Sabre\DAV\FS\Directory($publicDir) |
Definition at line 26 of file fileserver.php.
$server = new \Sabre\DAV\Server($root) |
Definition at line 29 of file fileserver.php.
$tempFF = new \Sabre\DAV\TemporaryFileFilterPlugin($tmpDir) |
Definition at line 52 of file fileserver.php.
$tmpDir = 'tmpdata' |
Definition at line 15 of file fileserver.php.
Referenced by ZipStreamTest\ZipStreamTest\addLargeFileFileFromPath(), ZipStreamTest\ZipStreamTest\testAddFile(), ZipStreamTest\ZipStreamTest\testAddFileFromPath(), ZipStreamTest\ZipStreamTest\testAddFileFromPsr7Stream(), ZipStreamTest\ZipStreamTest\testAddFileFromPsr7StreamWithFileSizeSet(), ZipStreamTest\ZipStreamTest\testAddFileFromStream(), ZipStreamTest\ZipStreamTest\testAddFileUtf8NameComment(), ZipStreamTest\ZipStreamTest\testCreateArchiveWithFlushOptionSet(), ZipStreamTest\ZipStreamTest\testCreateArchiveWithOutputBufferingOffAndFlushOptionSet(), and ZipStreamTest\ZipStreamTest\validateAndExtractZip().