summaryrefslogtreecommitdiffstats
path: root/app/controllers/account_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Let the mailer set the email content (#21421).Jean-Philippe Lang2016-03-201-6/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+6
* Typo: s/creditentials/credentials/ (#21861).Jean-Philippe Lang2016-01-301-1/+1
* Adds the "Hide my email address" option on the registration form (#21500).Jean-Philippe Lang2015-12-131-0/+1
* Use config.relative_url_root as the default path for session and autologin co...Jean-Philippe Lang2015-11-141-1/+1
* Set autologin cookie as secure by default when using https (#20935).Jean-Philippe Lang2015-10-071-1/+5
* Activate sudo mode after password based login (#20589).Jean-Philippe Lang2015-10-011-0/+1
* use String#casecmp for case insensitive comparison (#20369)Toshi MARUYAMA2015-08-121-1/+1
* Escape flash messages (#19117).Jean-Philippe Lang2015-02-171-1/+1
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-2/+5
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Redirect to back_url or referer when clicking "Sign in" while already logged-...Jean-Philippe Lang2014-01-251-1/+1
* Fixed that OpenID authentication fails with 422 error due to token verificati...Jean-Philippe Lang2013-12-211-0/+8
* 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