discourse/app
Sam 4d7f70b923
FEATURE: do not insert smart list if SHIFT+Enter is pressed (#29452)
A common pattern in the industry for bypassing smart lists is detection of
the shift key.

This information is not available in the "beforeinput" event but it always
fires afer keydown, so we track if shift is pressed on keydown.
2024-10-29 09:18:52 +10:00
..
assets FEATURE: do not insert smart list if SHIFT+Enter is pressed (#29452) 2024-10-29 09:18:52 +10:00
controllers DEV: allow the plugin to register valid site setting areas (#29432) 2024-10-29 09:40:31 +11:00
helpers DEV: Drop WithServiceHelper 2024-09-05 09:58:20 +02:00
jobs DEV: Remove logical OR assignment of constants (#29201) 2024-10-16 10:09:07 +08:00
mailers UX: Use a dropdown for SSL mode for group SMTP (#27932) 2024-07-18 10:33:14 +10:00
models FEATURE: Add user preference to disable smart lists (#29434) 2024-10-28 14:18:15 +10:00
serializers FEATURE: Add user preference to disable smart lists (#29434) 2024-10-28 14:18:15 +10:00
services FEATURE: Add user preference to disable smart lists (#29434) 2024-10-28 14:18:15 +10:00
views DEV: remap all core icons for fontawesome 6 upgrade (#28715) 2024-09-13 16:50:52 +01:00