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
Blake Erickson 6fb4c333b0
FIX: Throw error when removing a user from group fails (#9162)
This commit ensures that an error is thrown when a user fails to be
removed from a group instead of silently failing.

This means when using the api you will receive a 400 instead of a 200 if
there is a failure. The remove group endpoint allows the removal of
multiple users, this change means that if you try to delete 10 users,
but 1 of them fails you will receive a 400 instead of 200 even though
the other 9 were removed successfully. Rather than adding a bunch more
complexity I think this is more than adequate for most use cases.
2020-03-10 15:25:00 -06:00
..
assets Revert "DEV: enforces ember-template-lint: no-triple-curlies (#9150)" 2020-03-10 15:00:12 -03:00
controllers FIX: Throw error when removing a user from group fails (#9162) 2020-03-10 15:25:00 -06:00
helpers FIX: blank popular posts in summary emails due to lightbox images 2020-02-21 16:18:38 -05:00
jobs FEATURE: Approve suspect users is now true by default. The suspect users list was removed (#9151) 2020-03-10 08:56:42 -03:00
mailers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
models FIX: Throw error when removing a user from group fails (#9162) 2020-03-10 15:25:00 -06:00
serializers SECURITY: Add more restrictions on invite emails 2020-03-05 09:23:21 -05:00
services FIX: ensures destroying a user with security keys doesn't fail (#9042) 2020-02-25 14:07:57 -05:00
views FIX: Sync Ember and non-Ember layouts (#9028) 2020-02-25 15:31:04 +02:00