discourse/app
Joffrey JAFFEUX c78f32a9a1
FIX: removes legacy Ember.keys usage causing a crash (#13085)
The crash:

```
Uncaught TypeError: Ember.keys is not a function
```

Repro:

- visit home page
- click new topic
- navigate to your messages by clicking your avatar (top right), then enveloppe icon, and finally the bottom chevron
- click New Message
- click cancel in the composer, it should crash
2021-05-18 12:23:41 +02:00
..
assets FIX: removes legacy Ember.keys usage causing a crash (#13085) 2021-05-18 12:23:41 +02:00
controllers FIX: Make autotag watched words case insensitive (#13043) 2021-05-14 16:52:10 +03:00
helpers FIX: Allow file-change events soon after reloading (#13065) 2021-05-14 12:36:53 -04:00
jobs DEV: Periodically delete old email change requests (#13054) 2021-05-14 10:34:56 +03:00
mailers FEATURE: Auto-activate users invited by email (#12675) 2021-04-14 12:15:56 +03:00
models FIX: Wrong scope used for notification levels user serializer (#13039) 2021-05-14 09:45:14 +10:00
serializers FIX: Make replace watched words work with wildcard (#13084) 2021-05-18 12:09:47 +03:00
services FIX: Make replace watched words work with wildcard (#13084) 2021-05-18 12:09:47 +03:00
views DEV: Minor changes to /theme-qunit landing page (#13032) 2021-05-11 10:45:07 -04:00