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
Roman Rizzi 8b426431a4
DEV: Wrap Ember.run.debounce. (#11352)
We want to wrap the `Ember.run.debounce` function and internally call `Ember.run` instead when running tests.

This commit changes discourseDebounce to work the same way as `Ember.run.debounce`.

Now that `discourseDebounce` works exactly like `Ember.run.debounce`, let's replace it and only use `DiscourseDebounce` from now on.

Move debounce to discourse-common to be able to reuse it in different bundles

Keep old debounce file for backwards-compatibility
2020-12-10 11:01:42 -03:00
..
assets DEV: Wrap Ember.run.debounce. (#11352) 2020-12-10 11:01:42 -03:00
controllers PERF: run user merging task in a background job. (#10961) 2020-12-10 15:52:08 +11:00
helpers UX: Use appropriate logo on static pages (#11211) 2020-11-12 10:50:55 -08:00
jobs PERF: run user merging task in a background job. (#10961) 2020-12-10 15:52:08 +11:00
mailers FIX: Ensure group SMTP and message builder always uses from address for Reply-To when IMAP is enabled (#11037) 2020-10-28 07:01:58 +10:00
models FIX: correct tracking when mute all categories (#11441) 2020-12-10 16:49:05 +11:00
serializers FIX: Don't raise an error if a custom emoji image was deleted 2020-12-09 15:40:40 -05:00
services PERF: run user merging task in a background job. (#10961) 2020-12-10 15:52:08 +11:00
views Move CSS link tags above JS in the head 2020-11-17 09:57:30 -05:00