This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/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
..
adapters DEV: Sort imports alphabetically (#11382) 2020-12-01 15:31:26 -03:00
components FIX: Do not error mobile upload button if !allowUpload (#14317) 2021-09-13 09:16:03 +10:00
controllers FIX: Remove dismissed new topics from PM topic tracking state. (#14288) 2021-09-09 12:39:27 +08:00
helpers FIX: Use named params correctly with dir-span (#14203) 2021-09-01 07:58:26 -06:00
initializers DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
lib DEV: Refactor uppy plugin interfaces (#14275) 2021-09-10 09:09:47 +10:00
mixins DEV: Refactor uppy plugin interfaces (#14275) 2021-09-10 09:09:47 +10:00
models FIX: Don't publish PM archive events to acting user. (#14291) 2021-09-10 09:20:50 +08:00
pre-initializers FIX: Composer height issue in Safari on iOS 15 (#14282) 2021-09-08 13:35:09 -04:00
raw-views FEATURE: Add last visit indication to topic view page. (#13471) 2021-07-05 14:17:31 +08:00
routes FEATURE: Display new/unread count in browse more messages for PMs. (#14188) 2021-09-07 12:30:40 +08:00
services DEV: Add addComposerUploadPreProcessor to plugin-api (#14222) 2021-09-06 08:22:50 +10:00
styles DEV: Migrate to Ember CLI (#11932) 2021-02-03 14:22:20 -05:00
templates UX: Fix date input display in iOS (#14307) 2021-09-10 15:13:45 -04:00
widgets Revert "FIX: Give the topic timeline unique keys for state" 2021-09-10 19:56:19 -04:00
app.js DEV: uses forked Mousetrap to avoid leaking listeners (#14198) 2021-09-08 14:48:13 +02:00
index.html DEV: Allow us to use Ember CLI assets in production 2021-08-05 08:32:33 -04:00
mapping-router.js DEV: prettier 2.2.1 (#11862) 2021-01-27 12:39:20 +01:00