-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#1091 [Core] fix: file can't be download after copy when conf is 0660 #1092
Closed
evarisk-kilyan
wants to merge
33
commits into
Evarisk:develop
from
evarisk-kilyan:fix_file_cant_download
Closed
#1091 [Core] fix: file can't be download after copy when conf is 0660 #1092
evarisk-kilyan
wants to merge
33
commits into
Evarisk:develop
from
evarisk-kilyan:fix_file_cant_download
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was
linked to
issues
Sep 27, 2024
nicolas-eoxia
requested changes
Sep 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Manque la trad en anglais
@@ -273,6 +273,8 @@ public function __construct($db) | |||
'user' => 0, | |||
]; | |||
} | |||
|
|||
$conf->global->MAIN_UMASK = '0664'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faut faire un set_const dans le init
…and_config Evarisk#1086 [JS] fix: media gallery error and config medias
…_variable_template Evarisk#1088 [Mod] add: function check_variable for tpl
Evarisk#1093 [CSS] add: template infobox
Evarisk#1095 [CSS] add: img css for remove unwanted property
Evarisk#1097 [JS] fix: manage help button on menu
Evarisk#1084 [Media] fix: add file button fatal
Evarisk#1100 [ODT] fix: change redirect proke method
…fLastGeneratedDocument Evarisk#1102 [Lib] add: parameter entity for showUrlOfLastGeneratedDocument
…rect Evarisk#1105 [DocumentAction] fix: infinite redirect when archive
…anage it with JS
…rm_export_csv Evarisk#1108 [Dashboard] fix: remove useless form for exportcsv and manage it with JS
…getNomUrl Evarisk#1113 [SaturneObject] add: label on getNomUrlTooltip
…into fix_file_cant_download
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.