Michael Jansen
Michael Jansen
See: https://mantis.ilias.de/view.php?id=29991 This can also help to solve https://mantis.ilias.de/view.php?id=27749 addressed by #7931. If approved, this MUST be picked to `release_9` and `trunk`.
This PR improves the code to handle "Password Assistance" sessions by introducing a proper "Repository" and some entity/value object classes, so we can finally get rid of the `inc.pwassist_session_handler.php` script.
`rector` is currently not suggested/approved as dev-dependency for ILIAS 10.x. Furthermore, our custom rectors are not compatible to the latest version/API of rector. Therefore, I suggest to remove the rector...
See: https://mantis.ilias.de/view.php?id=41601 If approved, this MUST be picked to all maintained branches. This will init/set the global user object in case `\ilInitialisation::blockedAuthentication` returns `true`, so the user id of a...
See: https://mantis.ilias.de/view.php?id=41601 This PR adds an exception within `\ilInitialisation::blockedAuthentication` for the context of the asynchronous repository tree explorer rendering. `\ilInitialisation::blockedAuthentication` is from hell, IMO the different command handling endpoints need...