Thomas Joußen
Thomas Joußen
Hi! While working on my Master thesis, i analysed Kurento Media Server and the OpenVidu implementation and got in contact with the `MediaMode.Relayed` Option. I have read #37 and noticed,...
This PR addresses the issue reported in https://mantis.ilias.de/view.php?id=41605. Previously, HTML escaping was applied to resolve https://mantis.ilias.de/view.php?id=36167, which removed all HTML tags from answer text. This commit updates the behavior to...
[Test - Revision of the Participant Tab using New Data Table](https://docu.ilias.de/go/wiki/wpage_7708_1357) This PR implements the feature described in the wiki, and the functionality is now complete and ready for review....
As outlined in https://mantis.ilias.de/view.php?id=42106, we encountered an issue with file upload handling in the assFileUpload component. Specifically, when a form with a file upload field is submitted without selecting a...
This PR is a follow-up to #7728 and is also related to https://mantis.ilias.de/view.php?id=41605. This PR primarily refactors the current implementation for answer types for all choice-type questions. Redundant code sections...
This PR is related to Mantis-Ticket https://mantis.ilias.de/view.php?id=45367 To address the issue, I followed the approach used in other `*LP` classes and overrode the `getDefaultModes` method I'm looking forward for your...
This PR is related to Mantis ticket https://mantis.ilias.de/view.php?id=46503. Also, this is a blocker to solve https://mantis.ilias.de/view.php?id=46076. I cherry-picked the changes introduced in #9765 into release_11 to reenable this feature. Best...
The goal of this MR is to refactor the News component to optimize the dashboard loading times reported in Mantis https://mantis.ilias.de/view.php?id=46452. Multiple analyses have shown that long dashboard load times...
This PR relates to Mantis issue https://mantis.ilias.de/view.php?id=46392. As discussed in the ticket, there is only one method in the core that can handle an `array` return type for the `getAdditionalTableName`...