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
Greg Kempe d99ccf6d27 FIX: creating a user shouldn't error when optional fields aren't provided
This fixes a bug where the server would 500 if the only user fields
where optional ones, and the create_user call didn't provide any
values so that params[:user_fields] was nil.

Additionally, don't bother double-checked for required fields, since we
iterate over all fields and will catch any that are required and blank.
2015-01-27 11:48:27 +02:00
..
assets Merge pull request #3132 from lidlanca/patch-4 2015-01-27 14:40:49 +11:00
controllers FIX: creating a user shouldn't error when optional fields aren't provided 2015-01-27 11:48:27 +02:00
helpers UX: When oneboxing a topic, use the stripe category badge 2015-01-23 15:12:42 -05:00
jobs hard match domains for automatic group membership 2015-01-26 23:17:29 +01:00
mailers remove enable_email_names setting 2015-01-13 13:35:40 +05:30
models hard match domains for automatic group membership 2015-01-26 23:17:29 +01:00
serializers FIX: Minor Admin bug with a setting when creating a new group 2015-01-23 20:31:48 +01:00
services FIX: Respect user locale for reply notifications 2015-01-17 23:17:50 -08:00
views FIX: language was not being inserted into RSS 2015-01-23 15:57:29 -08:00