summaryrefslogtreecommitdiffstats
path: root/test/functional/account_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Change tests to use ruby/rails assertions.Jean-Philippe Lang2011-12-161-40/+32
* remove trailing white-spaces from test/functional/account_controller_test.rb.Toshi MARUYAMA2011-06-011-21/+20
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Adds leading slash to all assert_redirected_to arguments (#6887).Jean-Philippe Lang2010-11-141-6/+6
* Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ...Jean-Baptiste Barth2010-08-101-0/+7
* Refactor: extract method to shoulda macro.Eric Davis2010-08-021-5/+1
* Added tests for AccountController#register POST with automatic registration.Eric Davis2010-08-021-1/+43
* Added tests for AccountController#register GET.Eric Davis2010-08-021-0/+23
* 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