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
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
2024-12-11
1
-2
/
+0
*
Enable browser autocomplete for login input fields (#41937).
Go MAEDA
2024-12-08
1
-2
/
+2
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-4
/
+4
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Remove "Unknown user" notification on password request with non-existent emai...
Go MAEDA
2023-02-07
1
-0
/
+1
*
Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year to 2023 (#38141).
Go MAEDA
2023-01-01
1
-1
/
+1
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).
Marius Balteanu
2021-08-01
1
-2
/
+2
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Use robots.txt instead of robots meta tag to prevent web crawlers from indexi...
Go MAEDA
2020-12-05
1
-4
/
+0
*
Robots meta tag to prevent web crawlers from indexing login, register, and lo...
Go MAEDA
2020-12-01
1
-0
/
+4
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Lint/ParenthesesAsGroupedExpression in test/functional/...
Toshi MARUYAMA
2019-11-24
1
-1
/
+1
*
cleanup: rubocop: fix Layout/IndentFirstHashElement in test/functional/accoun...
Toshi MARUYAMA
2019-11-24
1
-57
/
+110
*
Remove trailing whitespaces from test (#31506).
Go MAEDA
2019-06-06
1
-6
/
+6
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
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
[next]