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
/
users_controller_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
Fix that users can delete their own accounts unconditionally via REST API (#1...
Go MAEDA
2021-03-13
1
-0
/
+23
*
Require explicit confirmation before deleting a user (#34417).
Go MAEDA
2020-12-10
1
-6
/
+32
*
TypeError when attempting to update a user with a blank email address (#33355).
Go MAEDA
2020-12-03
1
-0
/
+13
*
use with_settings at UsersControllerTest#test_update_with_generate_password_s...
Toshi MARUYAMA
2020-11-17
1
-13
/
+17
*
use with_settings at UsersControllerTest#test_update_with_password_change_sho...
Toshi MARUYAMA
2020-11-16
1
-7
/
+13
*
use with_settings at UsersControllerTest#test_update_with_activation_should_s...
Toshi MARUYAMA
2020-11-15
1
-7
/
+11
*
use with_settings at UsersControllerTest#test_create
Toshi MARUYAMA
2020-11-14
1
-16
/
+19
*
remove spaces inside {} of UsersControllerTest
Toshi MARUYAMA
2020-11-14
1
-2
/
+2
*
Include twofa_scheme (two-factor scheme) column when exporting users to CSV (...
Go MAEDA
2020-11-13
1
-6
/
+13
*
Add missing fixture to UsersControllerTest (#33786).
Go MAEDA
2020-08-02
1
-1
/
+1
*
Additional email addresses are not displayed in user profile page (#33601).
Go MAEDA
2020-06-27
1
-0
/
+14
*
Include updated_on and passwd_changed_on columns when exporting users to CSV ...
Go MAEDA
2020-05-02
1
-0
/
+4
*
Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...
Go MAEDA
2020-04-11
1
-1
/
+1
*
Support custom fields when exporting users to CSV (#33126).
Go MAEDA
2020-04-04
1
-0
/
+18
*
Unable to edit user or group that has custom fields with text formatting enab...
Go MAEDA
2020-03-24
1
-0
/
+8
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
CSV related tests fail with Rails 5.2.4 (#32526, #32525).
Go MAEDA
2019-12-08
1
-4
/
+4
*
code layout clean up test/functional/users_controller_test.rb
Toshi MARUYAMA
2019-11-25
1
-17
/
+78
*
code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/use...
Toshi MARUYAMA
2019-10-14
1
-1
/
+0
*
User preference for issue history default tab (#3058).
Jean-Philippe Lang
2019-06-20
1
-1
/
+3
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Display user's gravatar when editing profile (#5899).
Go MAEDA
2019-05-20
1
-1
/
+4
*
Update Rails to 5.2.3 (#31113).
Go MAEDA
2019-03-31
1
-4
/
+4
*
Show projects using a table instead of an unordered list in the user profile ...
Go MAEDA
2019-03-28
1
-2
/
+14
*
Enable frozen_string_literal for some files under test directory (#26561).
Go MAEDA
2019-03-16
1
-1
/
+1
*
Display user's groups on profile (#12796).
Jean-Philippe Lang
2019-03-15
1
-0
/
+15
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Add CSS class to user custom fields (#30985).
Go MAEDA
2019-03-09
1
-1
/
+1
*
Add issue tracking table on the user profile page (#30421).
Go MAEDA
2019-02-01
1
-0
/
+19
*
Export users list to CSV (#5957).
Go MAEDA
2018-08-05
1
-0
/
+41
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-2
/
+4
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Deny edit/update/delete for anonymous user (#25483).
Jean-Philippe Lang
2017-04-03
1
-0
/
+20
*
Use assert_nil instead of assert_equal.
Jean-Philippe Lang
2016-12-11
1
-1
/
+1
*
User preference for monospaced / variable-width font in textareas (#23653).
Jean-Philippe Lang
2016-08-30
1
-1
/
+3
*
Removes calls to #assert_template and #assigns in functional tests.
Jean-Philippe Lang
2016-07-21
1
-35
/
+26
*
Pass parameters with :params in controller tests.
Jean-Philippe Lang
2016-07-16
1
-73
/
+119
*
Adds our own class for controller tests.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Send a security notification when users gain or loose admin (#21421).
Jean-Philippe Lang
2016-03-20
1
-0
/
+144
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Adds a configuration setting to enable sudo mode, disabled by default (#19851).
Jean-Philippe Lang
2015-06-19
1
-1
/
+0
*
Require password re-entry for sensitive actions (#19851).
Jean-Philippe Lang
2015-06-19
1
-0
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
fix UsersControllerTest failure randomly
Toshi MARUYAMA
2015-01-15
1
-1
/
+4
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Adds a test for editing a registered user.
Jean-Philippe Lang
2014-12-12
1
-0
/
+8
*
Adds a few tests.
Jean-Philippe Lang
2014-12-03
1
-0
/
+11
*
Replaced remaining #assert_tag with #assert_select.
Jean-Philippe Lang
2014-11-22
1
-2
/
+2
*
Quote values in DOM selectors for Nokogiri compatibility.
Jean-Philippe Lang
2014-11-20
1
-2
/
+2
[next]