Commit graph

8 commits

Author SHA1 Message Date
hrb-hub
248c1afd13 Bump linkifyjs and linkify-html to 4.3.2
private-issues #257
2025-08-04 13:34:21 +02:00
hrb-hub
45bbfe3135 Bump linkifyjs and linkify-html to 4.3.1
This version has a fix for breaking mails that contain HTML comments
closed with +2 dashes.

HTML comments closed with more than two dashes weren't handled correctly
by linkify. Causing the comments' closing `>` to be escaped and replaced
by `>`
This resulted in actual markup being commented out.

Example:
`<div><!--comment--->Actual markup</div>`
becomes
`<div><!--comment---&gt;Actual markup&lt;/div&gt;-->`
2025-05-15 11:36:46 +02:00
wrd
6a8fcab804 [Calendar] Code improvement for calendar app
Fix files changed in merge
Remove unneeded code from calendar app
Fixes migrations and build file names

small changes
2024-07-26 16:43:01 +02:00
and
ef869a1ea0 [Calendar] Splits settings in mail, calendar and common
This commit splits the settings files in:
 - Common for components and screen used by both apps;
 - Mail for settings related with the mail app;
 - Calendar for settings related with the calendar app.

 Co-authored-by: Murilo Pereira <34790144+murilopereirame@users.noreply.github.com>
2024-07-26 16:43:00 +02:00
nig
abce92d41f upgrade dependencies 2023-12-13 13:56:49 +01:00
ivk
a1622722d4 Use ESM export for linkifyjs 2022-01-25 13:29:48 +01:00
ivk
18e7ee092a Update linkifyjs to 3.0.5, close #3800 2022-01-25 13:29:48 +01:00
jom
224996a2d1 use linkify 2021-06-16 14:00:09 +02:00