Uh oh!
There was an error while loading. Please reload this page.
fix(dav): handle HTML in CalDAV invitations - #56925
Conversation
ChristophWurst
commented
Dec 9, 2025
/backport to stable32 |
ChristophWurst
commented
Dec 9, 2025
/backport to stable31 |
ChristophWurst
commented
Dec 9, 2025
/backport to stable30 |
ChristophWurst
commented
Dec 9, 2025
/backport to stable29 |
ChristophWurst
commented
Dec 9, 2025
/backport to stable28 |
tcitworld
left a comment
There was a problem hiding this comment.
No problem with that, but shouldn't it be handled directly by addBodyListItem instead?
ChristophWurst
commented
Dec 9, 2025
No because sometimes we want the HTML to render, e.g. for the strike-through formatting of event updates. |
Uh oh!
There was an error while loading. Please reload this page.
d24a1d9 to
66bbd40Comparekesselb
commented
Dec 9, 2025
|
kesselb
commented
Dec 9, 2025
I assume Psalm was unable to detect the return type for Sabre\VObject\Property::getValue. Now with the value being wrapped in htmlspecialchars it's always a string. Yet I'm not sure if we can trust sabre's return type annotations 🙈 |
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
766027b to
dac8818CompareUh oh!
There was an error while loading. Please reload this page.
Summary
This avoids rendering issues with certain characters.
TODO
Checklist
3. to review, feature component)stable32)