Adds a new function to the `IFileProcessor` which is called to check if the uploaded...
authorCyperghost <olaf_schmitz_1@t-online.de>
Wed, 10 Jul 2024 09:36:56 +0000 (11:36 +0200)
committerCyperghost <olaf_schmitz_1@t-online.de>
Wed, 10 Jul 2024 09:36:56 +0000 (11:36 +0200)
commit6685540047398f0537ee4d1eb2e1aafc0132aa90
tree79525afc5d47e79aee99b0a9f1781b93d018f091
parent7804fadc85a1d1ce7afc940c7529d27932abc99e
Adds a new function to the `IFileProcessor` which is called to check if the uploaded file is allowed. This function should throw `UserInputException` if the file is not allowed
ts/WoltLabSuite/Core/Component/File/Helper.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Component/File/Helper.js
wcfsetup/install/files/lib/system/endpoint/controller/core/files/upload/SaveChunk.class.php
wcfsetup/install/files/lib/system/file/processor/AbstractFileProcessor.class.php
wcfsetup/install/files/lib/system/file/processor/IFileProcessor.class.php