]> git.openstreetmap.org Git - rails.git/history - app/controllers/user_controller.rb
Merge branch 'master' into notes
[rails.git] / app / controllers / user_controller.rb
2012-11-20 Tom HughesMerge branch 'master' into notes
2012-10-30 Tom HughesSimplify handling of verified emails in OpenID signup
2012-10-30 Kai KruegerTrust Google and Yahoo to return valid email addresses
2012-10-18 Paweł PaprotaImplemented Gravatar support
2012-10-13 Tom HughesMerge branch 'master' into notes
2012-09-24 Tom HughesAdd a /api/0.6/user/NNNN call to the API
2012-09-20 Tom HughesMerge branch 'master' into openstreetbugs
2012-09-14 GnonthgolRemove the "We are changing the license" flash on the...
2012-08-22 Tom HughesMerge branch 'master' into openstreetbugs
2012-08-15 Tom HughesFixup make_friend and remove_friend properly
2012-07-27 Tom HughesShow the correct reconfirm link for OpenID login attempts
2012-07-27 Tom HughesOpenID attributes returned via AX seem to be arrays now
2012-06-30 Tom HughesDon't try and store a user record in the session
2012-04-02 Tom HughesMark yet more methods as needing write access to the...
2012-04-02 Tom HughesMark some extra methods as needing write access to...
2012-03-28 Tom HughesOnly require a readable database for login, not a writa...
2012-03-21 Tom HughesUse one "no_such_user" view everywhere
2012-03-17 Tom HughesSet the user description to markdown formatting when...
2012-03-10 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-10 Tom HughesFix layout selection to detect OAuth correctly
2012-03-09 Tom HughesSave the user record after changing it
2012-03-08 Tom HughesFix typo
2012-03-08 Tom HughesUse normal assignment instead of mass assignment
2012-03-08 Tom HughesMerge branch 'master' into openstreetbugs
2012-03-03 Tom HughesUpdate the username cookie when the display name is...
2012-02-27 Tom HughesChange session expiry to 28 days when "remember me...
2012-02-08 Tom HughesAdd convenience methods to make ACL use simpler
2012-02-08 Tom HughesDon't check the ACL unless we're creating a new user
2012-02-08 Tom HughesAdd support for domain based ACLs
2012-01-23 Tom HughesFix exception when a suspended user tries to login
2012-01-05 Tom HughesMerge branch 'master' into openstreetbugs
2011-12-20 Tom HughesAllow a special ODBL message to be displayed at login
2011-12-13 Tom HughesLook up email addresses case insensitively for password...
2011-12-13 Tom HughesCope with no openid_url being supplied
2011-12-13 Tom HughesValidate email addresses before confirming them
2011-11-26 Tom HughesSwitch from Prototype to jQuery
2011-11-16 Tom HughesMake the username cookie permanent
2011-11-14 Tom HughesStore the username in a cookie and use it to validate...
2011-11-14 Tom HughesMake /user/new handle already logged in users better
2011-11-14 Tom HughesForce openid callbacks to use GET to avoid CSRF validat...
2011-11-14 Tom HughesPreserve field values if the signup form fails validation
2011-11-14 Tom HughesDisable CSRF token verification for API methods
2011-11-14 Tom HughesUse SecureRandom instead of the deprecated ActiveSuppor...
2011-11-14 Tom HughesMake more use of named scopes
2011-11-14 Tom HughesUpdate ActiveRecord queries to use arel
2011-11-14 Tom HughesUse config.filter_parameters instead of filter_paramet...
2011-11-14 Tom HughesReplace request.request_uri with request.fullpath
2011-11-14 Tom HughesUse new ActionMail API to send emails
2011-09-20 Tom HughesAdd support for manual tracking of a Piwik goal on...
2011-08-13 Tom HughesMerge branch 'master' into openstreetbugs
2011-06-23 Tom HughesFix problems with database offline mode
2011-06-22 Tom HughesMerge branch 'master' into openstreetbugs
2011-06-14 Tom HughesDon't error if we fail to get SReg and/or AX data from...
2011-06-14 Tom HughesFix some broken tests
2011-06-10 Tom HughesMake password signups work
2011-06-10 Tom HughesMerge branch 'master' into openid
2011-06-01 Tom HughesUse session.delete to remove entries instead of assigni...
2011-05-31 Tom HughesMerge branch 'master' into openid
2011-05-22 Tom HughesMerge branch 'master' into openid
2011-05-21 Tom HughesStart ROTS for user login tests as well as creation...
2011-05-21 Tom HughesMerge branch 'master' into openid
2011-04-30 Kai KruegerMerge branch 'openstreetbugs' of git://git.openstreetma...
2011-04-29 Tom HughesMerge remote-tracking branch 'apmon/openstreetbugs2...
2011-04-29 Tom HughesMerge branch 'master' into openstreetbugs
2011-04-20 Tom HughesAllow user details to be fetched without agreeing terms
2011-04-20 Tom HughesMerge branch 'master' into openstreetbugs
2011-04-20 Kai KruegerMerge branch 'master' into openstreetbugs2
2011-04-18 Tom HughesRevert "Allow user details to be fetched without agreei...
2011-04-18 Tom HughesAllow user details to be fetched without agreeing terms
2011-04-18 Tom HughesDon't require terms to be agreed when logging out
2011-04-17 Matt AmosAdded flash notice for CTs decline
2011-04-06 Tom HughesImprove recognition of OAuth referers for triggering...
2011-04-03 Tom HughesPreserve the referer at the end of account creation
2011-04-03 Tom HughesOnly show login/signup in slim mode when used from...
2011-04-03 Andy AllanAnother approach, but this time without scattering...
2011-04-03 Andy AllanAh, that doesn't work due to 'bugs' in the way layouts...
2011-04-03 Andy AllanUse the slim layout on the login page
2011-04-03 Tom HughesMake sure the user is redirect correctly after seeing...
2011-04-03 Tom HughesTidy up a few things
2011-04-03 Matt AmosPhase 2 CTs implementation and tests, with config parameter
2011-02-10 Tom HughesMerge branch 'master' into openid
2010-12-05 Tom HughesMerge branch 'master' into openid
2010-11-29 Tom HughesAdd an explicit "default editor" option to the user...
2010-11-29 Matt AmosInitial work on support for multiple editors
2010-11-15 Tom HughesProtect against interception of confirmation emails
2010-10-23 Tom HughesMerge branch 'master' into openid
2010-10-17 Tom HughesMerge branch 'master' into openstreetbugs
2010-10-17 Tom HughesMerge branch 'master' into openid
2010-10-12 Tom HughesHandle attempts to agree terms by users with validation...
2010-10-04 Tom HughesMerge branch 'master' into openid
2010-10-04 Tom HughesAllow users to send themselves a new confirmation email
2010-10-04 Tom HughesInvite users to fill in their profile after confirming...
2010-10-04 Tom HughesImprove the flash message shown after a user signs up
2010-10-04 Tom HughesUse javascript to automatically submit confirmation...
2010-10-03 Kai KruegerAdd support for fetching attributes via AX as well...
2010-10-01 Tom HughesFix errors when an existing user tries to agree to...
2010-09-24 Tom HughesMerge branch 'master' into openid
2010-09-10 Tom HughesOnly display the license notice if we don't already...
2010-09-09 Tom HughesMerge branch 'master' into openid
2010-09-09 Tom HughesMerge branch 'master' into openid
next