discourse/app
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
..
assets FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
controllers FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
helpers UX: Introduces a splash screen behind a hidden site setting (#17094) 2022-06-22 04:35:46 +08:00
jobs FIX: Uninitialized class variable error in sidekiq (#17227) 2022-06-24 14:17:39 +10:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
serializers FEATURE: whispers available for groups (#17170) 2022-06-30 10:18:12 +10:00
services DEV: Stabilize watched words order (#17215) 2022-06-23 15:38:12 +02:00
views Revert "DEV: Use `performance.timing` as a baseline for the splash (#17275)" (#17276) 2022-06-29 18:34:37 +08:00