View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
19758 | Feature requests | Plugins | public | 2024-09-20 15:05 | 2024-11-19 18:15 |
Reporter | Mazi | Assigned To | DenisChenu | ||
Priority | none | Severity | feature | ||
Status | closed | Resolution | fixed | ||
Summary | 19758: New plugin event beforeFileUpload e. g. to connect virus scan or other tools | ||||
Description | The goal is to be able to take certain action once a file is uploaded using the file upload question type. This could be having a to be uploaded file checked by a virus scanner before placing it on the server. We probably need something like
Return value could be a simple true (no virus) or false (there are issues) to prevent files from being uploaded if a plugin code determines that there are issues. | ||||
Tags | No tags attached. | ||||
Bug heat | 8 | ||||
Story point estimate | 0 | ||||
Users affected % | 20 | ||||
All the file information + you can use expression manager (this is always)
Maybe allow updating all files information: then if filename (or directory) is false : delete ? |
|
@DenisChenu, sounds good. I will later review the pull request to double check. |
|
@ tibor.pacalat : I'll take this one free of charge |
|
Hi, |
|
I think to add an event here : https://github.com/LimeSurvey/LimeSurvey/blob/a694c1397c36a3351216e756b08d67027d6ebc54/application/controllers/UploaderController.php#L240 Where you can return the array : success and message Seems there are an issue : we don't delete |
|
I agree with DenisChenu |
|
I like to separate too : here it public file upload, related to survey. Not happen for admin file upload. beforeMovePublicFileUploaded ? It's not really after : it's after file upload , but before moving from tmp to upload/survey |
|
ok. That's of course fine by me. |
|
I think it should be returned an array or an object which implements an interface. Otherwise the return value of the implementation would change depending on the virus check. |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=36615 |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=36614 |
|
LimeSurvey: master 593c6865 2024-10-30 16:35 Committer: GitHub Details Diff |
New feature 19758: New plugin event beforeMovePublicFileUploaded (#3991) |
Affected Issues 19758 |
|
mod - application/controllers/UploaderController.php | Diff File | ||
LimeSurvey: master 593c6865 2024-10-30 16:35 Committer: GitHub Details Diff |
New feature 19758: New plugin event beforeMovePublicFileUploaded (#3991) |
Affected Issues 19758 |
|
mod - application/controllers/UploaderController.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-09-20 15:05 | Mazi | New Issue | |
2024-09-23 08:54 | DenisChenu | Issue Monitored: DenisChenu | |
2024-09-23 08:54 | DenisChenu | Bug heat | 0 => 2 |
2024-09-23 08:56 | DenisChenu | Note Added: 81077 | |
2024-09-23 08:56 | DenisChenu | Bug heat | 2 => 4 |
2024-09-23 09:04 | Mazi | Note Added: 81078 | |
2024-09-23 09:04 | Mazi | Bug heat | 4 => 6 |
2024-09-23 09:04 | DenisChenu | Assigned To | => DenisChenu |
2024-09-23 09:04 | DenisChenu | Status | new => assigned |
2024-09-23 09:06 | DenisChenu | Note Added: 81079 | |
2024-09-23 09:59 | dschirge | Note Added: 81082 | |
2024-09-23 09:59 | dschirge | Bug heat | 6 => 8 |
2024-09-23 10:14 | DenisChenu | Note Added: 81083 | |
2024-09-23 14:59 | dschirge | Note Added: 81084 | |
2024-09-23 15:04 | DenisChenu | Note Added: 81088 | |
2024-09-23 15:06 | dschirge | Note Added: 81090 | |
2024-09-25 10:44 | dschirge | Note Added: 81114 | |
2024-10-15 08:55 | DenisChenu | Note Added: 81240 | |
2024-10-15 08:56 | DenisChenu | Assigned To | DenisChenu => gabrieljenik |
2024-10-15 08:56 | DenisChenu | Status | assigned => ready for code review |
2024-10-30 15:35 | DenisChenu | Changeset attached | => LimeSurvey master 593c6865 |
2024-10-30 15:35 | DenisChenu | Changeset attached | => LimeSurvey master 593c6865 |
2024-10-30 15:35 | DenisChenu | Note Added: 81318 | |
2024-10-30 15:35 | DenisChenu | Note Added: 81319 | |
2024-10-30 15:35 | DenisChenu | Assigned To | gabrieljenik => DenisChenu |
2024-10-30 15:35 | DenisChenu | Assigned To | gabrieljenik => DenisChenu |
2024-10-30 15:35 | DenisChenu | Resolution | open => fixed |
2024-10-30 15:35 | DenisChenu | Resolution | open => fixed |
2024-10-31 15:33 | tibor.pacalat | Status | ready for code review => resolved |
2024-11-19 18:15 | c_schmitz | Status | resolved => closed |