discourse/app
Jarek Radosz 057d6b406d
DEV: Extensively use includes() (#17541)
Also, the change in insert-hyperlink (from `this.linkUrl.indexOf("http") === -1` to `!this.linkUrl.startsWith("http")`) was intentional fix: we don't want to prevent users from looking up topics with http in their titles.
2022-07-17 20:48:36 +02:00
..
assets DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
controllers DEV: Refactor user mute/ignore/disallow PM checks into central class (#17366) 2022-07-13 13:58:01 +10:00
helpers DEV: Remove development cache-buster query parameter (#17444) 2022-07-12 11:53:59 +01:00
jobs FIX: Skip job if tag edit notification is disabled (#17508) 2022-07-15 15:36:27 +03:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FEATURE: Add plugin API to register About stat group (#17442) 2022-07-15 13:16:00 +10:00
serializers FEATURE: Add plugin API to register About stat group (#17442) 2022-07-15 13:16:00 +10:00
services FIX: Change UserCommScreener to use user_ids (#17489) 2022-07-14 15:23:09 +10:00
views FEATURE: Add plugin API to register About stat group (#17442) 2022-07-15 13:16:00 +10:00