summaryrefslogtreecommitdiffstats
path: root/test/functional/account_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-30/+0
* Do not show user profile if no visible project or activity (#4129, #3720).Jean-Philippe Lang2009-10-291-0/+5
* Fixed: Custom values with a nil value cause error on (project|account)/show (...Jean-Philippe Lang2009-09-201-0/+12
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-251-12/+0
* Fixed a bug in the OpenID login when a user signed up with OpenID but hasn'tEric Davis2009-02-201-0/+15
* Fixes Setting.openid? (#2764).Jean-Philippe Lang2009-02-191-0/+5
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-121-0/+7
* Added a system setting for allowing OpenID logins and registrationsEric Davis2009-02-111-0/+6
* Prevent registration via OpenID if self registration is off. #699Eric Davis2009-02-111-1/+9
* Refactored common methods out of register and open_id_authenticateEric Davis2009-02-111-3/+10
* Added user setup needed based on the system's registration settingsEric Davis2009-02-111-0/+23
* Added tests for the other OpenID authentication cases. #699Eric Davis2009-02-111-3/+15
* Adding OpenID mock and test. #699Eric Davis2009-02-111-0/+14
* Fixes functional tests fixtures (#2398).Jean-Philippe Lang2008-12-281-1/+1
* Unescape back_url param before calling redirect_to.Jean-Philippe Lang2008-09-211-2/+2
* Redirect user to the previous page after logging in (#1679).Jean-Philippe Lang2008-07-261-0/+11
* Login field name changed to username (#755).Jean-Philippe Lang2008-02-291-2/+2
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-0/+73