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
*
Use `fixtures :all` to ensure consistent test data and improve test reliabili...
Go MAEDA
2024-12-11
1
-7
/
+0
*
Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...
Go MAEDA
2024-08-12
1
-1
/
+0
*
Adds test for bulk unlock users (#40913).
Marius Balteanu
2024-07-14
1
-0
/
+16
*
Add bulk lock feature to user list context menu (#40913).
Marius Balteanu
2024-06-25
1
-8
/
+34
*
Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....
Go MAEDA
2024-06-12
1
-2
/
+2
*
Adds description field to custom queries (#9309).
Marius Balteanu
2024-06-04
1
-0
/
+9
*
Fix RuboCop offense Rails/HttpStatus (#39889).
Go MAEDA
2024-05-18
1
-13
/
+13
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Exporting UserQuery does not use the query name as file name (#37674, #38182).
Go MAEDA
2023-03-01
1
-0
/
+13
*
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
*
Fix undefined method when auth source name column is added as column (#37674).
Marius Balteanu
2022-09-27
1
-0
/
+14
*
User bulk destroy (#37674).
Go MAEDA
2022-09-20
1
-0
/
+57
*
Introduces a UserQuery model for admin/users (#37674).
Go MAEDA
2022-09-20
1
-29
/
+115
*
Fix RuboCop offense Layout/FirstHashElementIndentation (#36919).
Go MAEDA
2022-06-30
1
-10
/
+13
*
Add "Two-factor authentication" filter and column to Users list in administra...
Marius Balteanu
2022-01-22
1
-0
/
+44
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Password and Confirmation fields are marked as required when editing a user (...
Go MAEDA
2021-08-13
1
-0
/
+2
*
Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).
Marius Balteanu
2021-08-01
1
-78
/
+79
*
Security notification is not sent when an admin changes the password of a use...
Go MAEDA
2021-05-24
1
-0
/
+18
*
Rails 6.1: add header=present to csv tests (#29914, #32921).
Go MAEDA
2021-04-01
1
-5
/
+5
*
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
[next]