discourse/test/javascripts
Jarek Radosz f6ea986aec
DEV: Remove suspend from Admin::UsersController responses (#8206)
`suspend` isn't a User attribute, but was being assigned to the frontend User model as if it was. The model has a computed property that depends on `suspended_till`, so instead of overriding this property, it's better to return relevant attributes.

Fixes a computed-property.override deprecation (https://emberjs.com/deprecations/v3.x#toc_computed-property-override)
2019-10-18 01:49:26 +02:00
..
acceptance DEV: Remove suspend from Admin::UsersController responses (#8206) 2019-10-18 01:49:26 +02:00
admin DEV: group_list site settings should store IDs instead of group names (#7860) 2019-07-19 15:17:58 -03:00
components UX: Better composer hyperlink modal (#8160) 2019-10-08 16:19:07 -04:00
controllers REFACTOR: Move app-events:main to service:app-events (#8152) 2019-10-04 10:06:08 -04:00
ember DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
fixtures DEV: Update JS test fixtures 2019-10-15 22:37:15 +01:00
helpers FIX: Flaky tests 2019-10-11 15:33:34 -04:00
initializers DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
lib FIX: Escape $ in translations before interpolating (#8100) 2019-09-16 13:52:49 -04:00
mixins DEV: introduces prettier for es6 files 2018-06-15 17:03:24 +02:00
models REFACTOR: Move app-events:main to service:app-events (#8152) 2019-10-04 10:06:08 -04:00
widgets FIX: Do not escape fancy_title again. (#8095) 2019-09-13 10:04:14 -04:00
plugin_tests.js.erb
test_helper.js REFACTOR: Move app-events:main to service:app-events (#8152) 2019-10-04 10:06:08 -04:00