Tim Bongers
Tim Bongers
If `$user_ids` is not really empty, but contains an empty array, `ilObjectLP::resetLPDataForUserIds()` will be called with that value. In some situations this leads to `ilChangeEvent::hasAccessed()` being called with an array...
This PR removes `getFileRemovalURL()` and the associated `getRemoveResult()` from `Input/Field/UploadHandler` as well as their implementations, as proposed by @klees on #5807 and Mantis [#37161](https://mantis.ilias.de/view.php?id=37161). It also contains a small fix...
As requested by @klees , this is a proposal for adding security goals and measures to the security.md for documentation.
In several internal use cases, we need static URLs to be able to include specific query parameters, e.g. for setting filters or search terms. As the current `$additional_parameters` in `StandardURIBuilder`...