Michael Jansen
Michael Jansen
See: https://mantis.ilias.de/view.php?id=37780 If approved, this has to be picked to `release_9` and `trunk` as well.
See: https://mantis.ilias.de/view.php?id=37799 if approved, this has to be picked to `release_9` and `trunk`.
This PR adds `simplesamlphp/simplesamlphp` as composer dependency. Usage: * `components/ILIAS/Saml` Wrapped By: * `\ilSimpleSAMLphpWrapper` (implements `\ilSamlAuth`) * `\ilSimpleSAMLphplIdpDiscovery` (implements `\ilSamlIdpDiscovery`) Reasoning: * `SimpleSAMLphp` is an award-winning application written in native...
In some cases it might occur that different PHP type issues might occur when ...: * `\ilLDAPQuery::readUserData` is called from multiple locations * The keys of `$this->users` in `\ilLDAPQuery` might...
This PR adds `mysql` as NPM dependency for the chatroom Usage: * `components/ILIAS/Chatroom/chat/Persistence/Database.js` Wrapped By: * `Database` (see: components/ILIAS/Chatroom/chat/Persistence/Database.js) Reasoning: * `mysql` is a mysql driver for `Node.js`. It is...
If you monitor the log of ILIAS installations with many concurrent users, you often find dozens of integrity constraint violations for the `object_members` table. These `duplicate key` issues are caused...
See: https://mantis.ilias.de/view.php?id=29273 If approved, this has to be picked to `trunk` as well.
See: https://mantis.ilias.de/view.php?id=29273
See: https://mantis.ilias.de/view.php?id=27749 If approved, this must be cherry-picked to `release_8` and `trunk` as well.
This PR adds `moment` as NPM dependency. Usage: * Calendar: ./components/ILIAS/Calendar/classes/class.ilCalendarUtil.php * Legacy Forms: Implicitly by `ilCalendarUtil` in the `ilDateTimeInputGUI` field type * OnScreenChat: ./components/ILIAS/OnScreenChat/js/moment.js * It is mainly (but...