Michael Jansen
Michael Jansen
@klees > How/where are these sounds included? See `public/components/ILIAS/Notifications/templates/default/notifications.js` :-) For explanations, check my email reply :-). > I would move these saml endpoints to the resource folder of the...
Hello @lukastocker , I fixed the dependency. Best regards Michael
@pascalseeland I switched to an `INSERT INTO ... ON DUPLICATE KEY UPDATE ...` approach.
Merged, with all checklist items completed!
@alex40724 There is a difference. A `REPLACE` is equivalent to a `DELETE/INSERT`. The main problem is: > Values for all columns are taken from the values specified in the [REPLACE]...
> So we could provide these or null values. You are right. I personally would try to use the most "atomic" approach. > If we use INSERT... ON DUPLICATE... shouldn't...
Hi @smeyer-ilias, how should we proceed here?
Hi @lukastocker , thanks for the analysis. You are right, version `7.x` of `symfony/console` is not supported by the latest/current `simplesamlphp` package, and will be most probably not supported by...
Hi @lukastocker , thanks for taking care. Let's use `^2.2` (see: https://packagist.org/packages/simplesamlphp/simplesamlphp#v2.2.2), which also supports `symfony/console 6.4`. Minor release updates without breaking changes should be fine for the SAML component...
Hi @pascalseeland, any objections to merge/pick this?