discourse/app
Ted Johansson f3cad5f3a2
FIX: Correctly re-attach allowed images in activity summary e-mail (#26642)
For e-mails, secure uploads redacts all secure images, and later uses the access control post to re-attached allowed ones. We pass the ID of this post through the X-Discourse-Post-Id header. As the name suggests, this assumes there's only ever one access control post. This is not true for activity summary e-mails, as they summarize across posts.

This adds a new header, X-Discourse-Post-Ids, which is used the same way as the old header, but also works for the case where an e-mail is associated with multiple posts.
2024-04-18 10:27:46 +08:00
..
assets DEV: replace transformed-post POJO with topic model in topic-map components (#26629) 2024-04-18 10:04:38 +08:00
controllers FIX: Use ILIKE for searching categories (#26619) 2024-04-17 17:20:25 +03:00
helpers DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
jobs UX: make first admin a moderator to review user approvals. (#26588) 2024-04-10 20:59:03 +05:30
mailers FIX: Correctly re-attach allowed images in activity summary e-mail (#26642) 2024-04-18 10:27:46 +08:00
models FIX: don't purge users who were deactivated by the system (#26656) 2024-04-18 09:53:43 +10:00
serializers DEV: Merge two similar category serializers (#26653) 2024-04-17 18:52:34 +03:00
services FEATURE: mandatory fields for group site setting (#26612) 2024-04-18 08:53:52 +10:00
views DEV: allow themes to render their own custom homepage (#26291) 2024-04-02 11:05:08 -04:00