Michael Jansen

Results 66 issues of Michael Jansen

Depends on https://github.com/ILIAS-eLearning/ILIAS/pull/4653 This PR consists of two parts (and yes, maybe they could have been provided in two separate PRs). 1. The `UI Link` components have been extended to...

kitchen sink
improvement
php

This PR adds the `SameSite` cookie attribute to the session cookie and the common cookies send by ILIAS. - ~~`Strict` is used for the `Session Cookie`~~ - `Lax` is used...

bugfix
php

This PR changes the (moment of) feedback given to actors regarding already used user names when submitting an **invalid** registration form. Mantis Issue: https://mantis.ilias.de/view.php?id=32037

bugfix
php

This PR fixes a PHP 8.1 issue with `null` used in `stripslashes`. Of course it can be already merged for ILIAS 8.

improvement
php

This PR adds a `CSRF` token to the logout URL of the link in the ILIAS `MetaBar`. Mantis Issue: https://mantis.ilias.de/view.php?id=29991

bugfix
improvement
php

…s 31756) Mantis Issue: https://mantis.ilias.de/view.php?id=31756 If approved, this has to be cherry-picked to `trunk` as well.

bugfix
php

This PR re-adds a feature which got lost in a refactoring some years ago. Currently, the relevant query parameters get lost if the request targets to goto.php. Mantis Issue: https://mantis.ilias.de/view.php?id=31990...

bugfix
php