discourse/app
David Taylor 293467a37a
REFACTOR: Remove jquery usage from resolveAllShortUrls, and fix debounce
- This function now requires an explicit scope. It will never run on the entire document.

- Previously debounce was being used with an anonymous function, which means it was having no effect.
2020-06-05 17:15:14 +01:00
..
assets REFACTOR: Remove jquery usage from resolveAllShortUrls, and fix debounce 2020-06-05 17:15:14 +01:00
controllers PERF: rate limit search, and add anon cache for search results (#9969) 2020-06-04 09:26:08 -07:00
helpers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs FIX: If creating a flag for a watched word, include the reason 2020-06-02 11:49:02 -04:00
mailers FIX: Digest frequency issue on user creation 2020-06-01 17:39:16 -04:00
models FIX: use short_path of flair upload to get signed url for secure media. 2020-06-05 07:43:15 +05:30
serializers FEATURE: category setting for default list filter. (#9975) 2020-06-04 00:56:56 +05:30
services DEV: Better error handling for destroy:users task (#9939) 2020-06-01 08:55:08 -07:00
views Start Discourse in an initializer (#9930) 2020-05-29 14:37:02 -04:00