summaryrefslogtreecommitdiffstats
path: root/test/functional/account_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Missing fixtures.Jean-Philippe Lang2015-01-171-1/+1
* Send password reset email to the email used in lost password form (#4244).Jean-Philippe Lang2015-01-171-0/+14
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-6/+6
* Don't redirect to another suburi (#16530).Jean-Philippe Lang2014-07-051-0/+36
* Fixed that back_url=/ param is ignored (#16467).Jean-Philippe Lang2014-04-051-2/+8
* Fixed back url verification (#16466).Jean-Philippe Lang2014-03-291-2/+8
* 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/+19
* Rails4: replace deprecated Relation#first with finder options at AccountContr...Toshi MARUYAMA2014-01-081-1/+1
* Additional tests for AccountController.Jean-Philippe Lang2013-07-141-0/+25
* Adds a way for a registered user to get a new action email (#14228).Jean-Philippe Lang2013-06-091-1/+43
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-2/+11
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Login link unexpected logs you out (#12611).Jean-Philippe Lang2013-01-051-0/+8
* Use #assert_select instead of #assert_tag.Jean-Philippe Lang2012-12-221-2/+2
* Use browser language as default when registering.Jean-Philippe Lang2012-12-121-0/+13
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-7/+7
* Preserve username when authentification failed (#11846).Jean-Philippe Lang2012-10-111-3/+14
* Do not use escaped back_url param (#11691).Jean-Philippe Lang2012-08-261-2/+2
* Reverted r10234 and r10235 that broke redirect after login (#11691).Jean-Philippe Lang2012-08-261-2/+2
* Reverted changes made to tests for r1893 (#11691).Etienne Massip2012-08-241-2/+2
* Code cleanup.Jean-Philippe Lang2012-07-081-0/+54
* Fixed test failure.Jean-Philippe Lang2012-07-081-0/+1
* Test failure.Jean-Philippe Lang2012-07-071-0/+3
* Code cleanup.Jean-Philippe Lang2012-07-071-0/+41
* Moved openid functional tests for their own test case.Jean-Philippe Lang2012-07-071-103/+0
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Moved tests about session reset to functional tests.Jean-Philippe Lang2012-02-261-0/+15
* Friendly response when the LDAP connection fails.Jean-Philippe Lang2012-02-191-0/+10
* Fixed registration form broken by r8479.Jean-Philippe Lang2012-02-051-0/+7
* 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