summaryrefslogtreecommitdiffstats
path: root/app/controllers/account_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Option to force a user to change his password (#3872).Jean-Philippe Lang2013-08-051-1/+1
* Adds the email address to the flash message after registeration.Jean-Philippe Lang2013-06-091-1/+1
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-9/+48
* code layout cleanup AccountController#open_id_authenticateToshi MARUYAMA2013-03-061-4/+4
* Adds autologin param in openid return_to url (#3371).Jean-Philippe Lang2013-03-021-1/+3
* Fixed that autologin is broken when using a custom cookie name (#13335).Jean-Philippe Lang2013-03-021-2/+1
* Adds token finder methods.Jean-Philippe Lang2013-02-141-2/+2
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-2/+7
* Don't use && return.Jean-Philippe Lang2013-01-201-3/+3
* Don't use && return.Jean-Philippe Lang2013-01-201-3/+3
* Safer find_by_ call.Jean-Philippe Lang2013-01-201-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-1/+3
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-1/+1
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-3/+3
* Fixed #onthefly_creation_failed broken by r9940 (#11850).Jean-Philippe Lang2012-09-171-1/+1
* Log successful authentications.Jean-Philippe Lang2012-08-071-0/+1
* Code cleanup.Jean-Philippe Lang2012-07-081-0/+4
* Code cleanup.Jean-Philippe Lang2012-07-071-5/+11
* Code cleanup.Jean-Philippe Lang2012-07-071-4/+7
* Use named routes.Jean-Philippe Lang2012-07-071-5/+5
* Fixed: Openid registration form should not require user to enter password (#1...Jean-Philippe Lang2012-07-071-2/+5
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed openid redirect.Jean-Philippe Lang2012-04-291-1/+1
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-8/+0
* Friendly response when the LDAP connection fails.Jean-Philippe Lang2012-02-191-0/+3
* Removed unsafe attributes assignment.Jean-Philippe Lang2012-02-051-1/+2
* Fixed registration form broken by r8479.Jean-Philippe Lang2012-02-051-1/+1
* remove trailing white-spaces from app/controllers/account_controller.rb.Toshi MARUYAMA2011-08-311-18/+17
* Set the httponly flag on the autologin cookie.Jean-Philippe Lang2011-01-231-1/+2
* Makes the autologin cookie configurable (#1763).Jean-Philippe Lang2011-01-231-2/+13
* Refactor: Add methods to User to edit the encapsulate the status field.Eric Davis2010-08-031-6/+6
* Do not reset session when a non logged in user request the login form (#4958).Jean-Philippe Lang2010-03-121-3/+5
* Refactor: Extract methodEric Davis2010-03-041-6/+9
* Refactor: Extract methodEric Davis2010-03-041-6/+9
* Log failed user logins to the Rails loggerEric Davis2010-02-111-0/+1
* Extract methodEric Davis2009-12-211-2/+6
* Refactor: Use the existing method for failing onthefly creations.Eric Davis2009-12-201-4/+1
* Removes "xxx and return" calls (#4446).Jean-Philippe Lang2009-12-181-2/+2
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-23/+2
* Do not show user profile if no visible project or activity (#4129, #3720).Jean-Philippe Lang2009-10-291-0/+4
* Added a plugin hook for :controller_account_success_authentication_afterEric Davis2009-03-201-0/+1
* Fixes that user's last_login_on was not set when using registration with auto...Jean-Philippe Lang2009-03-151-0/+1
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-251-11/+2
* Fixed the bug in the OpenID registration where the form wouldn't take a loginEric Davis2009-02-201-3/+3
* Fixed a bug in the OpenID login when a user signed up with OpenID but hasn'tEric Davis2009-02-201-3/+11
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-121-1/+1
* Added a system setting for allowing OpenID logins and registrationsEric Davis2009-02-111-3/+3
* Prevent registration via OpenID if self registration is off. #699Eric Davis2009-02-111-0/+3