discourse/app
David Taylor 177651fdbb
FIX: Avoid double-encoding featured topic title in user profile (#21507)
a373bf2 updated the behavior of replace-emoji so that the input is treated as unsafe-by-default. fancy_title is already escaped, so we need to mark it as html-safe to avoid it being double-escaped.

There is no need to html-safe the result of replace-emoji - it's already done as part of the helper.
2023-05-12 10:11:59 +01:00
..
assets FIX: Avoid double-encoding featured topic title in user profile (#21507) 2023-05-12 10:11:59 +01:00
controllers DEV: Strictly filter tag search limit parameter input (#21524) 2023-05-12 16:49:14 +08:00
helpers UX: Improve login required page (#20847) 2023-03-28 07:09:44 -05:00
jobs FEATURE: Add new notification for admin problems (#21287) 2023-05-03 19:35:22 +03:00
mailers FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00
models DEV: Gracefully handle user avatar download SSRF errors (#21523) 2023-05-12 15:32:02 +08:00
serializers DEV: move sidebar community section to database (#21166) 2023-05-04 12:14:09 +10:00
services FIX: do not allow title stuffing to dominate search (#21464) 2023-05-10 11:47:58 +10:00
views FIX: Likes received count in digest email (#21458) 2023-05-09 19:19:26 +02:00