discourse/app
Régis Hanol 5d75f90b27 FIX: group membership leak
FIX: raised a proper NotFound exception when filtering groups by username with invalid username.
FIX: properly filter the groups based on current user visibility when viewing another user's groups.
DEV: Guardian.can_see_group?(group) is now using Guardian.can_see_groups(groups) instead of duplicating the same code.
FIX: spec for groups_controller#index when group directory is disabled for logged in user.
FIX: groups_controller.sortable specs to actually test all sorting combinations.
DEV: s/response_body/body/g for slightly shorter spec code.
FIX: rewrote the "view another user's groups" specs to test all group_visibility and members_group_visibility combinations.
DEV: Various refactoring for cleaner and more consistent code.
2020-01-15 11:21:58 +01:00
..
assets FIX: ensures group-navigation states changes when route changes (#8724) 2020-01-15 10:13:07 +01:00
controllers FIX: group membership leak 2020-01-15 11:21:58 +01:00
helpers FIX: Replace deprecated URI.encode, URI.escape, URI.unescape and URI.unencode (#8528) 2019-12-12 12:49:21 +10:00
jobs FEATURE: Add hidden setting to disable configuration of inventory bucket 2020-01-14 17:23:12 +01: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: group membership leak 2020-01-15 11:21:58 +01:00
serializers FIX: Show uncategorized description on categories page 2020-01-03 11:46:18 -05:00
services FIX: Update featured badge ranking when mass-awarding badges 2020-01-14 14:39:20 +00:00
views DEV: Remove redundant admin_login route, share with email_login 2020-01-13 12:10:07 +10:00