discourse/app
Blake Erickson de47b35b2d FIX: user_id handling on remove user from group
Under some conditions it was possible to pass in a user_id as an
integer, but we would try and parse it as a comma delimited string
resulting in an error. This has been fixed so that we are no longer
mapping the user_id param to user_ids.
2019-01-24 17:40:48 -07:00
..
assets Slight shadow adjustment to hide overflow 2019-01-24 14:49:39 -05:00
controllers FIX: user_id handling on remove user from group 2019-01-24 17:40:48 -07:00
helpers FIX: 'anon' css class is missing for anonymous users 2019-01-23 10:13:36 +05:30
jobs REFACTOR: Remove unncessary stubs from pending flags reminder 2019-01-24 13:45:58 -05:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FIX: includes staff in staff_logins report (#6945) 2019-01-24 14:46:56 +01:00
serializers FEATURE: Import and export themes in a .tar.gz format (#6916) 2019-01-23 14:40:21 +00:00
services PERF: delete potentially large associated tables before user_destroyer.destroy transaction 2019-01-18 16:10:03 +01:00
views FIX: siteNavigationElement was reversed (#6934) 2019-01-23 15:47:39 +01:00