discourse/app/assets/javascripts/pretty-text/addon
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
..
emoji FEATURE: Add missing emojis (#15582) 2022-01-14 17:51:13 -03:00
engines DEV: Update linting setup and fix issues (#17345) 2022-07-06 10:37:54 +02:00
allow-lister.js FEATURE: Allow iframe `allow` attribute in posts (#17291) 2022-07-05 12:25:27 -03:00
censored-words.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
emoji.js DEV: Extensively use `startsWith()` (#17540) 2022-07-17 20:16:39 +02:00
guid.js DEV: apply new coding standards (#10592) 2020-09-04 13:42:47 +02:00
inline-oneboxer.js DEV: removes jquery usage from onebox (#14683) 2021-10-22 13:15:46 +02:00
oneboxer-cache.js DEV: removes jquery usage from onebox (#14683) 2021-10-22 13:15:46 +02:00
oneboxer.js DEV: Introduce `discourseLater` (#17532) 2022-07-17 00:50:49 +02:00
pretty-text.js DEV: Add force_quote_link option to PrettyText (#16034) 2022-02-23 16:13:46 +10:00
sanitizer.js DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00
upload-short-url.js DEV: Extensively use `includes()` (#17541) 2022-07-17 20:48:36 +02:00