| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged r16287 to r16289 (#24416). | Jean-Philippe Lang | 2017-01-29 | 1 | -1/+12 |
* | Merged r15238. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Adds a test for #20714. | Jean-Philippe Lang | 2015-09-13 | 1 | -1/+2 |
* | Open redirect vulnerability (#19577). | Jean-Philippe Lang | 2015-09-13 | 1 | -1/+10 |
* | Missing fixtures. | Jean-Philippe Lang | 2015-01-17 | 1 | -1/+1 |
* | Send password reset email to the email used in lost password form (#4244). | Jean-Philippe Lang | 2015-01-17 | 1 | -0/+14 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Replaced remaining #assert_tag with #assert_select. | Jean-Philippe Lang | 2014-11-22 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -6/+6 |
* | Don't redirect to another suburi (#16530). | Jean-Philippe Lang | 2014-07-05 | 1 | -0/+36 |
* | Fixed that back_url=/ param is ignored (#16467). | Jean-Philippe Lang | 2014-04-05 | 1 | -2/+8 |
* | Fixed back url verification (#16466). | Jean-Philippe Lang | 2014-03-29 | 1 | -2/+8 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Redirect to back_url or referer when clicking "Sign in" while already logged-... | Jean-Philippe Lang | 2014-01-25 | 1 | -1/+19 |
* | Rails4: replace deprecated Relation#first with finder options at AccountContr... | Toshi MARUYAMA | 2014-01-08 | 1 | -1/+1 |
* | Additional tests for AccountController. | Jean-Philippe Lang | 2013-07-14 | 1 | -0/+25 |
* | Adds a way for a registered user to get a new action email (#14228). | Jean-Philippe Lang | 2013-06-09 | 1 | -1/+43 |
* | Use POST instead of GET for logging out (#13022). | Jean-Philippe Lang | 2013-01-30 | 1 | -2/+11 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Login link unexpected logs you out (#12611). | Jean-Philippe Lang | 2013-01-05 | 1 | -0/+8 |
* | Use #assert_select instead of #assert_tag. | Jean-Philippe Lang | 2012-12-22 | 1 | -2/+2 |
* | Use browser language as default when registering. | Jean-Philippe Lang | 2012-12-12 | 1 | -0/+13 |
* | Functional tests cleanup. | Jean-Philippe Lang | 2012-12-03 | 1 | -7/+0 |
* | Use 8+ characters long passwords in tests. | Jean-Philippe Lang | 2012-11-27 | 1 | -7/+7 |
* | Preserve username when authentification failed (#11846). | Jean-Philippe Lang | 2012-10-11 | 1 | -3/+14 |
* | Do not use escaped back_url param (#11691). | Jean-Philippe Lang | 2012-08-26 | 1 | -2/+2 |
* | Reverted r10234 and r10235 that broke redirect after login (#11691). | Jean-Philippe Lang | 2012-08-26 | 1 | -2/+2 |
* | Reverted changes made to tests for r1893 (#11691). | Etienne Massip | 2012-08-24 | 1 | -2/+2 |
* | Code cleanup. | Jean-Philippe Lang | 2012-07-08 | 1 | -0/+54 |
* | Fixed test failure. | Jean-Philippe Lang | 2012-07-08 | 1 | -0/+1 |
* | Test failure. | Jean-Philippe Lang | 2012-07-07 | 1 | -0/+3 |
* | Code cleanup. | Jean-Philippe Lang | 2012-07-07 | 1 | -0/+41 |
* | Moved openid functional tests for their own test case. | Jean-Philippe Lang | 2012-07-07 | 1 | -103/+0 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Moved tests about session reset to functional tests. | Jean-Philippe Lang | 2012-02-26 | 1 | -0/+15 |
* | Friendly response when the LDAP connection fails. | Jean-Philippe Lang | 2012-02-19 | 1 | -0/+10 |
* | Fixed registration form broken by r8479. | Jean-Philippe Lang | 2012-02-05 | 1 | -0/+7 |
* | Change tests to use ruby/rails assertions. | Jean-Philippe Lang | 2011-12-16 | 1 | -40/+32 |
* | remove trailing white-spaces from test/functional/account_controller_test.rb. | Toshi MARUYAMA | 2011-06-01 | 1 | -21/+20 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Adds leading slash to all assert_redirected_to arguments (#6887). | Jean-Philippe Lang | 2010-11-14 | 1 | -6/+6 |
* | Prevent 500 error on login when there's a typo in OpenID URI scheme, such as ... | Jean-Baptiste Barth | 2010-08-10 | 1 | -0/+7 |
* | Refactor: extract method to shoulda macro. | Eric Davis | 2010-08-02 | 1 | -5/+1 |
* | Added tests for AccountController#register POST with automatic registration. | Eric Davis | 2010-08-02 | 1 | -1/+43 |
* | Added tests for AccountController#register GET. | Eric Davis | 2010-08-02 | 1 | -0/+23 |
* | AccountController#show (/account/show/:id) moved to UsersController#show (/us... | Jean-Philippe Lang | 2009-10-29 | 1 | -30/+0 |
* | Do not show user profile if no visible project or activity (#4129, #3720). | Jean-Philippe Lang | 2009-10-29 | 1 | -0/+5 |
* | Fixed: Custom values with a nil value cause error on (project|account)/show (... | Jean-Philippe Lang | 2009-09-20 | 1 | -0/+12 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Fixed: When logging in via an autologin cookie the user's last_login_on shoul... | Jean-Philippe Lang | 2009-02-25 | 1 | -12/+0 |