summaryrefslogtreecommitdiffstats
path: root/test/functional/account_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Strip whitespace from login on login page (#22532).Go MAEDA2017-12-131-0/+9
* Fix: Strip whitespace from email addresses on lost password page (#27754).Go MAEDA2017-12-081-0/+15
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Use Rails 5 syntax for functional tests.Jean-Philippe Lang2017-05-311-48/+135
* Adds tests for #25253.Jean-Philippe Lang2017-03-051-0/+28
* Fix tests for r16287 (#24416).Jean-Philippe Lang2017-01-291-1/+12
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-181-9/+1
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* No need to use custom host name in these tests.Jean-Philippe Lang2016-03-261-5/+3
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Security notifications when password or email adress is changed (#21421).Jean-Philippe Lang2016-02-051-0/+5
* Adds the "Hide my email address" option on the registration form (#21500).Jean-Philippe Lang2015-12-131-0/+28
* Adds a test for #20714.Jean-Philippe Lang2015-09-131-1/+2
* Open redirect vulnerability (#19577).Jean-Philippe Lang2015-09-131-1/+10
* 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