40 protected function checkAccessToObjectId(
int $obj_id): bool
43 $ilAccess = $DIC[
'ilAccess'];
48 if ($ilAccess->checkAccess(
'read',
'', $ref_id)) {
78 "permission" => Permissions::READ->value,
79 "cmd" => Capabilities::DOWNLOAD->value,
80 "lang_var" =>
"download",
84 "permission" => Permissions::VISIBLE->value,
85 "cmd" => Capabilities::INFO_PAGE->value,
89 "permission" => Permissions::VISIBLE->value,
90 "cmd" => Capabilities::FORCED_INFO_PAGE->value,
94 "permission" => Permissions::WRITE->value,
95 "cmd" => Capabilities::UNZIP->value,
96 "lang_var" =>
"unzip",
99 "permission" => Permissions::EDIT_CONTENT->value,
100 "cmd" => Capabilities::EDIT_EXTERNAL->value,
101 "lang_var" =>
"open_external_editor",
104 "permission" => Permissions::VIEW_CONTENT->value,
105 "cmd" => Capabilities::VIEW_EXTERNAL->value,
106 "lang_var" =>
"open_external_viewer",
109 "permission" => Permissions::WRITE->value,
110 "cmd" => Capabilities::MANAGE_VERSIONS->value,
111 "lang_var" =>
"versions",
114 "permission" => Permissions::WRITE->value,
115 "cmd" => Capabilities::EDIT_SETTINGS->value,
116 "lang_var" =>
"settings" 129 $ilUser = $DIC[
'ilUser'];
131 $rbacsystem = $DIC[
'rbacsystem'];
132 $ilAccess = $DIC[
'ilAccess'];
139 if (!self::_lookupOnline($obj_id)
140 && !$rbacsystem->checkAccessOfUser(
$user_id,
'write', $ref_id)
148 case Capabilities::INFO_PAGE->value:
149 if (!self::_lookupOnline($obj_id)) {
156 switch ($permission) {
159 if (!self::_lookupOnline($obj_id)
160 && (!$rbacsystem->checkAccessOfUser(
$user_id,
'write', $ref_id))
179 $ilAccess = $DIC[
'ilAccess'];
181 $t_arr = explode(
"_", $a_target);
184 if (isset($t_arr[2]) && $t_arr[2] ===
"wsp") {
187 if ($t_arr[0] !==
"file") {
190 if (((
int) $t_arr[1]) <= 0) {
193 if ($ilAccess->checkAccess(
"visible",
"", $t_arr[1])) {
196 return (
bool) $ilAccess->checkAccess(
"read",
"", $t_arr[1]);
203 $result = $DIC->database()->fetchAssoc(
204 $DIC->database()->queryF(
205 "SELECT on_click_mode FROM file_data WHERE file_id = %s;",
211 if (empty($result)) {
225 $info = $by_reference ? $info_repo->getByRefId($a_id) : $info_repo->getByObjectId($a_id);
227 return (
int) $info->getFileSize()->inBytes();
242 if (preg_match(
'/\.([a-z0-9]+)\z/i', $a_file_name, $matches) == 1) {
243 return strtolower($matches[1]);
258 return str_starts_with($a_file_name,
'.') || str_ends_with($a_file_name,
'~')
259 || str_starts_with($a_file_name,
'~$')
260 || $a_file_name ===
'Thumbs.db';
288 $filenameWithoutExtension = $a_file_name;
296 $nthCopyRegex = preg_replace(
297 '/([\^$.\[\]|()?*+{}])/',
300 .
$lng->txt(
'copy_n_of_suffix')
302 $nthCopyRegex =
'/' . preg_replace(
'/%1\\\\\$s/',
'(\d+)', (
string) $nthCopyRegex) .
'$/';
306 if (preg_match($nthCopyRegex, (
string) $filenameWithoutExtension, $matches)) {
308 $filenameWithoutCopy = substr((
string) $filenameWithoutExtension, 0, -strlen($matches[0]));
309 if ($nth_copy ==
null) {
310 $nth_copy = $matches[1] + 1;
312 } elseif (str_ends_with((
string) $filenameWithoutExtension,
' ' .
$lng->txt(
'copy_of_suffix'))) {
314 $filenameWithoutCopy = substr(
315 (
string) $filenameWithoutExtension,
319 .
$lng->txt(
'copy_of_suffix')
322 if ($nth_copy ==
null) {
327 $filenameWithoutCopy = $filenameWithoutExtension;
328 if ($nth_copy ==
null) {
336 return $filenameWithoutCopy . sprintf(
338 .
$lng->txt(
'copy_n_of_suffix'),
345 return $filenameWithoutCopy .
' ' .
$lng->txt(
'copy_of_suffix') . $extension;
360 public static function _preloadData(array $obj_ids, array $ref_ids): void
363 $info->preloadData($obj_ids);
368 $file_obj =
new ilObjFile($a_obj_id,
false);
369 return $file_obj->getObjectProperties()->getPropertyIsOnline()->getIsOnline();
const IL_NO_OBJECT_ACCESS
static array $preload_list_gui_data
static _getAllReferences(int $id)
get all reference ids for object ID
static _isFileHidden(string $a_file_name)
Returns true, if a file with the specified name, is usually hidden from the user. ...
static _getCommands()
get commands this method returns an array of all possible commands/permission combinations example: $...
static _lookupFileSize(int $a_id, bool $by_reference=true)
_checkAccess(string $cmd, string $permission, int $ref_id, int $obj_id, ?int $user_id=null)
checks whether a user may invoke a command or not (this method is called by ilAccessHandler::checkAcc...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _appendNumberOfCopyToFilename($a_file_name, $nth_copy=null)
Appends the text " - Copy" to a filename in the language of the current user.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
const CLICK_MODE_DOWNLOAD
static _preloadData(array $obj_ids, array $ref_ids)
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
static hasAccess(int $a_node_id, bool $a_is_portfolio=false)
static _shouldDownloadDirectly(int $obj_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static array $inline_file_extensions
Contains an array of extensions separated by space.
static _getPermanentDownloadLink(int $ref_id)
Gets the permanent download link for the file.
static _lookupOnline(int $a_obj_id)
static _getFileExtension(string $a_file_name)
Gets the file extension of the specified file name.
canBeDelivered(ilWACPath $ilWACPath)
static _checkGoto(string $a_target)
check whether goto script will succeed