summaryrefslogtreecommitdiffstats
path: root/app/controllers/account_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactored common methods out of register and open_id_authenticateEric Davis2009-02-111-43/+49
* Added user setup needed based on the system's registration settingsEric Davis2009-02-111-7/+41
* Added tests for the other OpenID authentication cases. #699Eric Davis2009-02-111-3/+3
* Hooked up on the fly OpenID user creation.Eric Davis2009-02-111-11/+11
* Added the ability to login via OpenID.Eric Davis2009-02-111-17/+58
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-1/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-2/+6
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Improved on-the-fly account creation. If some attributes are missing (eg. not...Jean-Philippe Lang2008-07-191-25/+43
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-5/+0
* Log the user in after registration if account activation is not needed.Jean-Philippe Lang2008-06-091-1/+2
* Better error message and AR errors in log for failed LDAP on-the-fly user cre...Jean-Philippe Lang2008-04-131-0/+2
* Login field name changed to username (#755).Jean-Philippe Lang2008-02-291-1/+1
* Fixed: private projects name are displayed on account/show even if the curren...Jean-Philippe Lang2008-01-041-1/+1
* Fixed: error on account/register when validation fails.Jean-Philippe Lang2007-11-231-4/+4
* There's now 3 account activation strategies (available in application settings):Jean-Philippe Lang2007-11-181-23/+45
* Added a named route for the home page.Jean-Philippe Lang2007-09-241-6/+6
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-6/+16
* Fixed: non-active users can be viewed with account/showJean-Philippe Lang2007-08-131-1/+1
* Applied 'register notice' patch by Matt Jones.Jean-Philippe Lang2007-08-021-1/+1
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-3/+3
* Fixed confidentiality issue on account/show.Jean-Philippe Lang2007-06-231-0/+5
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-061-0/+7