openstreetmap-website/app/models
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
..
access_token.rb Make OAuth work again 2011-11-16 21:13:25 +00:00
acl.rb Make ACLs match when the address is equal 2012-02-12 14:53:07 +00:00
changeset.rb Improve user page navigation menu 2012-08-10 08:26:48 +01:00
changeset_tag.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
client_application.rb Delete tokens for an application when the application is deleted 2012-04-23 21:30:41 +01:00
country.rb Use a local lookup table for country bounding boxes rather than relying 2009-05-11 16:50:09 +00:00
diary_comment.rb Treat all newly entered blocks of text as Markdown 2012-03-17 16:36:55 +00:00
diary_entry.rb Display a diary entry count on the user page 2012-10-07 16:17:01 +01:00
diary_sweeper.rb Explicitly specify the format when expiring RSS feeds 2012-01-14 13:29:00 +00:00
friend.rb Add basic support for logically deleting a user. 2008-08-24 16:53:42 +00:00
language.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
message.rb Treat messages received by email as plain text 2012-03-17 16:37:00 +00:00
node.rb Don't show coordinates for deleted nodes 2012-07-11 14:42:01 +01:00
node_tag.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
notifier.rb Trust Google and Yahoo to return valid email addresses 2012-10-30 19:14:45 +00:00
oauth2_token.rb Make OAuth work again 2011-11-16 21:13:25 +00:00
oauth2_verifier.rb Make OAuth work again 2011-11-16 21:13:25 +00:00
oauth_nonce.rb Turn on mass assignment protection 2012-03-06 08:54:45 +00:00
oauth_token.rb Replace deprecated update_attribute method 2012-07-27 12:32:13 +01:00
old_node.rb Don't show coordinates for deleted nodes 2012-07-11 14:42:01 +01:00
old_node_tag.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
old_relation.rb Removed user checks from to_xml_node, as these should already be 2012-04-05 13:53:48 +01:00
old_relation_member.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
old_relation_tag.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
old_way.rb Removed user checks from to_xml_node, as these should already be 2012-04-05 13:53:48 +01:00
old_way_node.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
old_way_tag.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
redaction.rb Set defaults properly on redaction model, and remove unnecessary 2012-04-05 13:53:32 +01:00
relation.rb Avoid unnecessary array allocations 2012-10-22 08:45:31 +01:00
relation_member.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
relation_tag.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
request_token.rb Turn on mass assignment protection 2012-03-06 08:54:45 +00:00
session.rb Add a model for sessions. 2007-08-09 23:21:17 +00:00
spam_observer.rb Avoid mass assignment error in spam observer 2012-03-10 14:42:09 +00:00
trace.rb Improve user page navigation menu 2012-08-10 08:26:48 +01:00
trace_sweeper.rb Removed expiry code for bogus trace URLs that no longer exist 2012-03-10 13:05:55 +00:00
tracepoint.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
tracetag.rb Turn on mass assignment protection 2012-03-06 08:54:45 +00:00
tracetag_sweeper.rb Add some caching for trace views. 2010-01-10 17:44:57 +00:00
user.rb Implemented Gravatar support 2012-10-18 18:59:38 +01:00
user_block.rb Improve blocks on/by links on user pages 2012-08-10 08:27:37 +01:00
user_preference.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
user_role.rb Refactored user_role and controller. Now much more DRY. 2009-10-01 17:15:34 +00:00
user_sweeper.rb Removed expiry code for bogus trace URLs that no longer exist 2012-03-10 13:05:55 +00:00
user_token.rb Turn on mass assignment protection 2012-03-06 08:54:45 +00:00
way.rb Adding first cut of Redactions support 2012-04-05 13:46:36 +01:00
way_node.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00
way_tag.rb Replace deprecated methods with modern equivalents 2012-02-15 17:48:17 +00:00