discourse/app/controllers
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
..
admin FIX: don't restrict to local filesystem for df check 2015-01-27 08:25:57 +11:00
users Rename no_js layout to no_ember 2015-01-15 15:56:53 -05:00
about_controller.rb
application_controller.rb Rename no_js layout to no_ember 2015-01-15 15:56:53 -05:00
badges_controller.rb
categories_controller.rb support setting category slug 2014-12-30 03:14:54 +08:00
clicks_controller.rb
composer_messages_controller.rb
draft_controller.rb
email_controller.rb Rename no_js layout to no_ember 2015-01-15 15:56:53 -05:00
embed_controller.rb
exceptions_controller.rb FEATURE: hide google search on 404 page for private instance 2014-09-06 15:26:46 +05:30
export_csv_controller.rb 💄 add username and date-time in exported file name 2015-01-16 01:39:46 +05:30
forums_controller.rb
groups_controller.rb table & model changes for group managers with permission to edit membership 2015-01-15 11:44:42 -08:00
invites_controller.rb Rename no_js layout to no_ember 2015-01-15 15:56:53 -05:00
list_controller.rb Allow plugins to build topic lists 2015-01-08 16:44:27 -05:00
notifications_controller.rb UX: better footer handling 2014-11-10 21:51:55 +01:00
onebox_controller.rb
permalinks_controller.rb FIX: permalink redirect support for url's with extensions in them, like .html and .php 2014-12-04 16:39:10 -05:00
post_actions_controller.rb FIX: don't stop youtube when liking a post 2014-09-25 12:02:41 +10:00
posts_controller.rb FEATURE: bookmark topic button 2015-01-12 12:10:15 +01:00
robots_txt_controller.rb
search_controller.rb FEATURE: search private messages option 2014-12-04 13:50:36 +11:00
session_controller.rb SECURITY: The SSO return_path was an open redirect 2015-01-22 12:20:17 -05:00
site_controller.rb
site_customizations_controller.rb FEATURE: more than 1 site customization can be enabled at once 2014-12-23 13:03:48 +11:00
static_controller.rb FIX: Better page titles for SEO 2014-10-30 14:26:56 -04:00
topics_controller.rb FEATURE: bookmark topic button 2015-01-12 12:10:15 +01:00
uploads_controller.rb FEATURE: allow inline disposition on uploads 2014-11-13 08:50:55 +11:00
user_actions_controller.rb SECURITY: User action route was returning too much data 2014-08-29 13:46:50 -04:00
user_avatars_controller.rb FIX: add 'Content-Length' header for avatars 2014-10-22 15:39:51 +02:00
user_badges_controller.rb Sort the badges on the user profile page 2014-08-25 12:40:51 -07:00
users_controller.rb FIX: creating a user shouldn't error when optional fields aren't provided 2015-01-27 11:48:27 +02:00