discourse/app/assets/javascripts/discourse
David Taylor 98fbc019a3
FIX: Ensure live-reloading of theme CSS works first time (#8052)
The client-side theme-selector would always apply the first in a series of file change notifications. This has been fixed, so it now applies the most recent notification.

Duplicate notifications were being sent because
- The remote_theme autosave was causing every change notification to be doubled
- Color scheme change notifications were being sent every time a theme was uploaded, even if the colors were unchanged

These duplicate notifications have been fixed, and a spec added to ensure it does not regress in future
2019-08-29 15:47:08 +01:00
..
adapters SECURITY: XSS in routes 2019-06-26 16:34:15 +02:00
components FEATURE: Publish read state on group messages. (Originally introduced in #7989) (#8025) 2019-08-27 09:09:00 -03:00
controllers FIX: don't search for tags when editing topic title 2019-08-28 21:25:49 +02:00
helpers FIX: Rename deprecated icons, allow custom icons in badges 2019-07-16 11:13:44 -04:00
initializers SECURITY: Restrict message-bus access on login_required sites 2019-08-14 09:43:12 +01:00
lib FIX: Ensure live-reloading of theme CSS works first time (#8052) 2019-08-29 15:47:08 +01:00
mixins SECURITY: Don't send CSRF token in query string 2019-08-21 13:16:38 +01:00
models FEATURE: Publish read state on group messages. (Originally introduced in #7989) (#8025) 2019-08-27 09:09:00 -03:00
pre-initializers FIX: Better detection of Apple browsers (#7961) 2019-08-02 12:43:25 -03:00
raw-views DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592) 2019-05-27 10:15:39 +02:00
routes FEATURE: add support for group members visibility level (#8004) 2019-08-14 19:00:04 +05:30
services FEATURE: favorites emojis will also show in composer autocomplete (#8011) 2019-08-16 11:47:03 +02:00
templates FIX: don't search for tags when editing topic title 2019-08-28 21:25:49 +02:00
widgets UX: better alignment for tags in the header (#8047) 2019-08-28 18:18:27 +10:00
mapping-router.js.es6 DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00