discourse/app
Martin Brennan f3273bd43e
FIX: Do not error mobile upload button if !allowUpload (#14317)
allowUpload can be false for the composer if there are no
allowed file extensions. This causes the _bindMobileUploadButton
code to fail because the button does not get rendered in the
template if !allowUpload. This commit changes composer-editor
to only bind upload functionality if allowUpload.
2021-09-13 09:16:03 +10:00
..
assets FIX: Do not error mobile upload button if !allowUpload (#14317) 2021-09-13 09:16:03 +10:00
controllers FIX: Don't publish PM archive events to acting user. (#14291) 2021-09-10 09:20:50 +08:00
helpers DEV: Allow us to use Ember CLI assets in production 2021-08-05 08:32:33 -04:00
jobs DEV: Do not clean up chat message uploads (#14267) 2021-09-07 13:33:48 -05:00
mailers UX: suspend forever time period messages (#13776) 2021-07-20 14:42:08 +04:00
models FIX: Don't publish PM archive events to acting user. (#14291) 2021-09-10 09:20:50 +08:00
serializers FEATURE: Display new/unread count in browse more messages for PMs. (#14188) 2021-09-07 12:30:40 +08:00
services FIX: perform agree_and_keep action only if possible. (#13967) 2021-09-06 11:41:44 +05:30
views FIX: Ember CLI was being hijacked before potential errors 2021-09-08 16:07:54 -04:00