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/assets/javascripts/discourse/tests
Krzysztof Kotlarek 09932738e5
FEATURE: whispers available for groups (#17170)
Before, whispers were only available for staff members.

Config has been changed to allow to configure privileged groups with access to whispers. Post migration was added to move from the old setting into the new one.

I considered having a boolean column `whisperer` on user model similar to `admin/moderator` for performance reason. Finally, I decided to keep looking for groups as queries are only done for current user and didn't notice any N+1 queries.
2022-06-30 10:18:12 +10:00
..
acceptance FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
fixtures DEV: Remove reply_as_private_message from composer (#16979) 2022-06-06 15:10:34 -05:00
helpers DEV: Remove more legacy ember code (#17218) 2022-06-24 18:56:08 +02:00
integration DEV: Remove more legacy ember code (#17218) 2022-06-24 18:56:08 +02:00
unit DEV: Update sinon (#17266) 2022-06-28 21:21:51 +02:00
active-plugins.js.erb DEV: Support for running theme test with Ember CLI (third attempt) 2022-01-13 16:02:07 -05:00
core-tests.js DEV: Support for running theme test with Ember CLI (third attempt) 2022-01-13 16:02:07 -05:00
index.html DEV: Defer loading core/plugin/theme JS files (#17063) 2022-06-20 09:47:37 +08:00
plugin-tests.js.erb DEV: Transpile all plugin js by default (#17175) 2022-06-21 22:07:10 +02:00
setup-tests.js DEV: Remove more legacy ember code (#17218) 2022-06-24 18:56:08 +02:00
test-boot-ember-cli.js DEV: Support qunit_disable_auto_start in ember CLI (#16358) 2022-04-02 21:15:50 +02:00
test-helpers-rails.js DEV: Support for running theme test with Ember CLI (third attempt) 2022-01-13 16:02:07 -05:00