discourse/app
David Taylor 8e28ccb2ea
PERF: Refactor decorateCooked to run in a detached DOM (#9517)
This means that decorateCooked can be used to modify HTML without triggering the download of remote resources (e.g. images)

In some rare cases (e.g. IntersectionObservers in Chromium), decorating needs to happen in the real DOM. For this, pass `afterAdopt: true` to `decorateCooked`
2020-04-23 11:03:46 +01:00
..
assets PERF: Refactor decorateCooked to run in a detached DOM (#9517) 2020-04-23 11:03:46 +01:00
controllers UX: drop the automatic_membership_retroactive column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
helpers DEV: use array for matching multiple values 2020-04-22 12:25:59 +05:30
jobs UX: drop the automatic_membership_retroactive column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
mailers FEATURE: High priority bookmark reminder notifications (#9290) 2020-04-01 09:09:20 +10:00
models FEATURE: don't display new/unread notification for muted topics (#9482) 2020-04-23 14:57:35 +10:00
serializers UX: drop the automatic_membership_retroactive column from groups model. (#9430) 2020-04-22 22:07:39 +05:30
services Revert "DEV: DiscourseEvents fired when users are added/removed from groups (#9522)" 2020-04-23 15:06:55 +10:00
views FEATURE: improve rendering of RSS feeds 2020-04-20 16:08:24 +10:00