openstreetmap-website/app/controllers
Kai Krueger 104727f889 Trust Google and Yahoo to return valid email addresses
Both Google and Yahoo guarantee that the email address they return
during the OpenID authentication are emails that they have already
verified:

  http://stackoverflow.com/q/5639419

Therefore special case these OpenID providers and automatically
activate the new users account without requiring a separate email
verification step.

This therefore reduces the signup procedure by one step and makes
it easier for new users of these OpenID providers, which cover the
majority of users.
2012-10-30 19:14:45 +00:00
..
amf_controller.rb Improve blocks on/by links on user pages 2012-08-10 08:27:37 +01:00
api_controller.rb Implement API endpoint to query permissions. 2012-05-05 15:28:45 +01:00
application_controller.rb Make it easier to test alternative locales 2012-10-26 21:41:03 +01:00
browse_controller.rb Remove @midnode assign 2012-09-30 12:19:15 +01:00
changeset_controller.rb Remove unused assign of @bbox which is no longer used 2012-10-05 15:21:09 +01:00
diary_entry_controller.rb Move a chunk of non-markup ruby code from a view to the controller 2012-08-28 20:39:18 +01:00
export_controller.rb Use start.html.erb views instead of _sidebar.html.erb partials 2012-08-27 21:28:41 +01:00
friend_controller.rb added messaging and friend stuff that wasn't checked in 2007-05-06 10:36:06 +00:00
geocoder_controller.rb Remove unused namefinder support from the geocoder backend 2012-09-18 11:54:11 +01:00
message_controller.rb Mark a message as read when a user replies via the web 2012-09-03 08:40:17 +01:00
node_controller.rb Disable CSRF token verification for API methods 2011-11-14 09:42:55 +00:00
oauth_clients_controller.rb Update some more queries to use AREL in place of deprecated methods 2011-11-14 09:42:51 +00:00
oauth_controller.rb Specify the username when redirecting to the OAuth client list 2012-03-14 13:57:28 +00:00
old_controller.rb Removed lookup of current element in calls to history 2012-04-05 13:53:53 +01:00
old_node_controller.rb Removed lookup of current element in calls to history 2012-04-05 13:53:53 +01:00
old_relation_controller.rb Removed lookup of current element in calls to history 2012-04-05 13:53:53 +01:00
old_relation_member_controller.rb - add old_relation_controller and stuff so that relation history works. fixes #557. 2008-03-16 23:16:18 +00:00
old_way_controller.rb Removed lookup of current element in calls to history 2012-04-05 13:53:53 +01:00
old_way_node_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
redactions_controller.rb Set defaults properly on redaction model, and remove unnecessary 2012-04-05 13:53:32 +01:00
relation_controller.rb Disable CSRF token verification for API methods 2011-11-14 09:42:55 +00:00
relation_member_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
search_controller.rb Make search work again 2011-11-27 17:40:23 +00:00
site_controller.rb Don't expose lat/lon of private traces 2012-09-21 15:29:02 -07:00
swf_controller.rb Pass sql_for_area a BoundingBox object 2011-11-18 16:50:54 +00:00
trace_controller.rb Use one "no_such_user" view everywhere 2012-03-21 21:47:09 +00:00
tracepoint_controller.rb various gpx bits 2006-12-01 15:59:13 +00:00
tracetag_controller.rb add tags to gpx files 2006-12-06 17:10:59 +00:00
user_blocks_controller.rb Added redactions resource 2012-04-05 13:50:15 +01:00
user_controller.rb Trust Google and Yahoo to return valid email addresses 2012-10-30 19:14:45 +00:00
user_preference_controller.rb Disable CSRF token verification for API methods 2011-11-14 09:42:55 +00:00
user_roles_controller.rb Factor out common code for looking up users 2012-03-21 22:22:33 +00:00
way_controller.rb Disable CSRF token verification for API methods 2011-11-14 09:42:55 +00:00
way_node_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00