projects
/
rails.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Only require a readable database for login, not a writable one
[rails.git]
/
app
/
controllers
/
user_controller.rb
2012-03-28
Tom Hughes
Only require a readable database for login, not a writa...
blob
|
commitdiff
|
raw
2012-03-21
Tom Hughes
Use one "no_such_user" view everywhere
blob
|
commitdiff
|
raw
|
diff to current
2012-03-17
Tom Hughes
Set the user description to markdown formatting when...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-10
Tom Hughes
Fix layout selection to detect OAuth correctly
blob
|
commitdiff
|
raw
|
diff to current
2012-03-09
Tom Hughes
Save the user record after changing it
blob
|
commitdiff
|
raw
|
diff to current
2012-03-08
Tom Hughes
Fix typo
blob
|
commitdiff
|
raw
|
diff to current
2012-03-08
Tom Hughes
Use normal assignment instead of mass assignment
blob
|
commitdiff
|
raw
|
diff to current
2012-03-03
Tom Hughes
Update the username cookie when the display name is...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-27
Tom Hughes
Change session expiry to 28 days when "remember me...
blob
|
commitdiff
|
raw
|
diff to current
2012-02-08
Tom Hughes
Add convenience methods to make ACL use simpler
blob
|
commitdiff
|
raw
|
diff to current
2012-02-08
Tom Hughes
Don't check the ACL unless we're creating a new user
blob
|
commitdiff
|
raw
|
diff to current
2012-02-08
Tom Hughes
Add support for domain based ACLs
blob
|
commitdiff
|
raw
|
diff to current
2012-01-23
Tom Hughes
Fix exception when a suspended user tries to login
blob
|
commitdiff
|
raw
|
diff to current
2011-12-20
Tom Hughes
Allow a special ODBL message to be displayed at login
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
Tom Hughes
Look up email addresses case insensitively for password...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
Tom Hughes
Cope with no openid_url being supplied
blob
|
commitdiff
|
raw
|
diff to current
2011-12-13
Tom Hughes
Validate email addresses before confirming them
blob
|
commitdiff
|
raw
|
diff to current
2011-11-26
Tom Hughes
Switch from Prototype to jQuery
blob
|
commitdiff
|
raw
|
diff to current
2011-11-16
Tom Hughes
Make the username cookie permanent
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Store the username in a cookie and use it to validate...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Make /user/new handle already logged in users better
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Force openid callbacks to use GET to avoid CSRF validat...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Preserve field values if the signup form fails validation
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Disable CSRF token verification for API methods
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Use SecureRandom instead of the deprecated ActiveSuppor...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Make more use of named scopes
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Update ActiveRecord queries to use arel
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Use config.filter_parameters instead of filter_paramet...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Replace request.request_uri with request.fullpath
blob
|
commitdiff
|
raw
|
diff to current
2011-11-14
Tom Hughes
Use new ActionMail API to send emails
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Tom Hughes
Add support for manual tracking of a Piwik goal on...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-23
Tom Hughes
Fix problems with database offline mode
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
Tom Hughes
Don't error if we fail to get SReg and/or AX data from...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-14
Tom Hughes
Fix some broken tests
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
Tom Hughes
Make password signups work
blob
|
commitdiff
|
raw
|
diff to current
2011-06-10
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2011-06-01
Tom Hughes
Use session.delete to remove entries instead of assigni...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-31
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2011-05-22
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2011-05-21
Tom Hughes
Start ROTS for user login tests as well as creation...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-21
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2011-04-20
Tom Hughes
Allow user details to be fetched without agreeing terms
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Tom Hughes
Revert "Allow user details to be fetched without agreei...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Tom Hughes
Allow user details to be fetched without agreeing terms
blob
|
commitdiff
|
raw
|
diff to current
2011-04-18
Tom Hughes
Don't require terms to be agreed when logging out
blob
|
commitdiff
|
raw
|
diff to current
2011-04-17
Matt Amos
Added flash notice for CTs decline
blob
|
commitdiff
|
raw
|
diff to current
2011-04-06
Tom Hughes
Improve recognition of OAuth referers for triggering...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Tom Hughes
Preserve the referer at the end of account creation
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Tom Hughes
Only show login/signup in slim mode when used from...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Andy Allan
Another approach, but this time without scattering...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Andy Allan
Ah, that doesn't work due to 'bugs' in the way layouts...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Andy Allan
Use the slim layout on the login page
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Tom Hughes
Make sure the user is redirect correctly after seeing...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Tom Hughes
Tidy up a few things
blob
|
commitdiff
|
raw
|
diff to current
2011-04-03
Matt Amos
Phase 2 CTs implementation and tests, with config parameter
blob
|
commitdiff
|
raw
|
diff to current
2011-02-10
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-12-05
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Tom Hughes
Add an explicit "default editor" option to the user...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Matt Amos
Initial work on support for multiple editors
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Tom Hughes
Protect against interception of confirmation emails
blob
|
commitdiff
|
raw
|
diff to current
2010-10-23
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-10-17
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-10-12
Tom Hughes
Handle attempts to agree terms by users with validation...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Tom Hughes
Allow users to send themselves a new confirmation email
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Tom Hughes
Invite users to fill in their profile after confirming...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Tom Hughes
Improve the flash message shown after a user signs up
blob
|
commitdiff
|
raw
|
diff to current
2010-10-04
Tom Hughes
Use javascript to automatically submit confirmation...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-03
Kai Krueger
Add support for fetching attributes via AX as well...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-01
Tom Hughes
Fix errors when an existing user tries to agree to...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-24
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-09-10
Tom Hughes
Only display the license notice if we don't already...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-09-06
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-08-13
Tom Hughes
Use normal notice system to display login banner
blob
|
commitdiff
|
raw
|
diff to current
2010-08-12
Tom Hughes
Don't refer to the decline button when there isn't one
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Tom Hughes
Fix spelling of referer
blob
|
commitdiff
|
raw
|
diff to current
2010-08-10
Tom Hughes
Allow existing users to voluntarily sign up for the...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Tom Hughes
Rework application configuration
blob
|
commitdiff
|
raw
|
diff to current
2010-07-28
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-06-27
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-06-16
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-06-15
Tom Hughes
Make database offline work in production
blob
|
commitdiff
|
raw
|
diff to current
2010-06-07
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-17
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Ævar Arnfjörð Bjar...
user.login.account suspended so translators don't have...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-16
Tom Hughes
Make OpenID authentication work with the latest plugin
blob
|
commitdiff
|
raw
|
diff to current
2010-05-14
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-13
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Tom Hughes
Report duplicate OpenID URLs cleanly
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Tom Hughes
Merge branch 'master' of git://git.openstreetmap.org...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Tom Hughes
Add parentheses to avoid warning
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Tom Hughes
Merge branch 'master' into terms
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Tom Hughes
Merge branch 'master' into openid
blob
|
commitdiff
|
raw
|
diff to current
2010-05-11
Tom Hughes
Rework the signup and settings methods to make them...
blob
|
commitdiff
|
raw
|
diff to current
next