discourse/app
Martin Brennan ca93e5e68b
FIX: Allow admins to change user ignore list (#16129)
Previously, if an admin user tried to add/remove
users to another user's ignored list, it would
be added to their own ignore list because the
controller used current_user. Now for admins only
a source_user_id parameter can be passed through,
which will be used to ignore the target user for
that source user.
2022-03-09 14:51:30 +10:00
..
assets FIX: Allow admins to change user ignore list (#16129) 2022-03-09 14:51:30 +10:00
controllers FIX: Allow admins to change user ignore list (#16129) 2022-03-09 14:51:30 +10:00
helpers FIX: Update application_helper logic now that Ember CLI is default (#15935) 2022-02-14 13:48:18 +00:00
jobs FEATURE: Highlight expired bookmark reminders (#15317) 2022-03-08 19:44:18 +02:00
mailers FEATURE: Allow sending group SMTP emails with from alias (#15687) 2022-02-07 13:52:01 +10:00
models FEATURE: Highlight expired bookmark reminders (#15317) 2022-03-08 19:44:18 +02:00
serializers FEATURE: Highlight expired bookmark reminders (#15317) 2022-03-08 19:44:18 +02:00
services FEATURE: Use Postgres unaccent to ignore accents (#16100) 2022-03-07 23:03:10 +02:00
views PERF: Update ember-auto-import and webpack (#15919) 2022-02-14 11:21:39 +00:00