index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
functional
/
account_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Strip whitespace from login on login page (#22532).
Go MAEDA
2017-12-13
1
-0
/
+9
*
Fix: Strip whitespace from email addresses on lost password page (#27754).
Go MAEDA
2017-12-08
1
-0
/
+15
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Use Rails 5 syntax for functional tests.
Jean-Philippe Lang
2017-05-31
1
-48
/
+135
*
Adds tests for #25253.
Jean-Philippe Lang
2017-03-05
1
-0
/
+28
*
Fix tests for r16287 (#24416).
Jean-Philippe Lang
2017-01-29
1
-1
/
+12
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-18
1
-9
/
+1
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
No need to use custom host name in these tests.
Jean-Philippe Lang
2016-03-26
1
-5
/
+3
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Security notifications when password or email adress is changed (#21421).
Jean-Philippe Lang
2016-02-05
1
-0
/
+5
*
Adds the "Hide my email address" option on the registration form (#21500).
Jean-Philippe Lang
2015-12-13
1
-0
/
+28
*
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
[next]