ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilSetting $settings, ilIniFile $client_ini, ilDBInterface $db) | |
isByPassAllowedForCurrentUser () | |
isASCIIConvertionEnabled () | |
getWhiteListedSuffixes () | |
getBlackListedSuffixes () | |
getDefaultWhitelist () | |
getWhiteListNegative () | |
getWhiteListPositive () | |
getProhibited () | |
Protected Attributes | |
int | $file_admin_ref_id |
Private Member Functions | |
determineFileAdminRefId () | |
determineByPass () | |
read () | |
readWhiteList () | |
readBlackList () | |
getCleaner () | |
Private Attributes | |
ilSetting | $settings |
ilDBInterface | $db |
array | $white_list_default = [] |
array | $white_list_negative = [] |
array | $white_list_positive = [] |
array | $white_list_overall = [] |
array | $black_list_prohibited = [] |
array | $black_list_overall = [] |
bool | $convert_to_ascii = true |
bool | $bypass = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilObjFileServices
Definition at line 24 of file class.ilFileServicesSettings.php.
ilFileServicesSettings::__construct | ( | ilSetting | $settings, |
ilIniFile | $client_ini, | ||
ilDBInterface | $db | ||
) |
Definition at line 38 of file class.ilFileServicesSettings.php.
References $db, $settings, determineFileAdminRefId(), read(), ilIniFile\readVariable(), and ILIAS\Repository\settings().
|
private |
Definition at line 61 of file class.ilFileServicesSettings.php.
References $DIC.
Referenced by isByPassAllowedForCurrentUser().
|
private |
Definition at line 52 of file class.ilFileServicesSettings.php.
Referenced by __construct().
ilFileServicesSettings::getBlackListedSuffixes | ( | ) |
Definition at line 138 of file class.ilFileServicesSettings.php.
References $black_list_overall.
Referenced by ilFileServicesFilenameSanitizer\__construct(), and ilFileServicesPreProcessor\__construct().
|
private |
Definition at line 126 of file class.ilFileServicesSettings.php.
Referenced by readBlackList(), and readWhiteList().
ilFileServicesSettings::getDefaultWhitelist | ( | ) |
Definition at line 146 of file class.ilFileServicesSettings.php.
References $white_list_default.
ilFileServicesSettings::getProhibited | ( | ) |
Definition at line 170 of file class.ilFileServicesSettings.php.
References $black_list_prohibited.
ilFileServicesSettings::getWhiteListedSuffixes | ( | ) |
Definition at line 133 of file class.ilFileServicesSettings.php.
References $white_list_overall.
Referenced by ilFileServicesFilenameSanitizer\__construct().
ilFileServicesSettings::getWhiteListNegative | ( | ) |
Definition at line 154 of file class.ilFileServicesSettings.php.
References $white_list_negative.
ilFileServicesSettings::getWhiteListPositive | ( | ) |
Definition at line 162 of file class.ilFileServicesSettings.php.
References $white_list_positive.
ilFileServicesSettings::isASCIIConvertionEnabled | ( | ) |
Definition at line 86 of file class.ilFileServicesSettings.php.
References $convert_to_ascii.
ilFileServicesSettings::isByPassAllowedForCurrentUser | ( | ) |
Definition at line 72 of file class.ilFileServicesSettings.php.
References $bypass, and determineByPass().
|
private |
Definition at line 80 of file class.ilFileServicesSettings.php.
References readBlackList(), and readWhiteList().
Referenced by __construct().
|
private |
Definition at line 113 of file class.ilFileServicesSettings.php.
References $black_list_prohibited, getCleaner(), and ILIAS\Repository\settings().
Referenced by read().
|
private |
Definition at line 91 of file class.ilFileServicesSettings.php.
References getCleaner(), and ILIAS\Repository\settings().
Referenced by read().
|
private |
Definition at line 33 of file class.ilFileServicesSettings.php.
Referenced by getBlackListedSuffixes().
|
private |
Definition at line 32 of file class.ilFileServicesSettings.php.
Referenced by getProhibited(), and readBlackList().
|
private |
Definition at line 35 of file class.ilFileServicesSettings.php.
Referenced by isByPassAllowedForCurrentUser().
|
private |
Definition at line 34 of file class.ilFileServicesSettings.php.
Referenced by isASCIIConvertionEnabled().
|
private |
Definition at line 27 of file class.ilFileServicesSettings.php.
Referenced by __construct().
|
protected |
Definition at line 36 of file class.ilFileServicesSettings.php.
|
private |
Definition at line 26 of file class.ilFileServicesSettings.php.
Referenced by __construct().
|
private |
Definition at line 28 of file class.ilFileServicesSettings.php.
Referenced by getDefaultWhitelist().
|
private |
Definition at line 29 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListNegative().
|
private |
Definition at line 31 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListedSuffixes().
|
private |
Definition at line 30 of file class.ilFileServicesSettings.php.
Referenced by getWhiteListPositive().