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
/
unit
/
user_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix: `updated_by_id` in Journal points to a deleted user instead of an anonym...
Go MAEDA
2024-10-29
1
-1
/
+6
*
Reject passwords that are the same as login, first name, last name, or email ...
Go MAEDA
2024-06-21
1
-0
/
+18
*
Remove current year from source file copyright headers and update year in foo...
Marius Balteanu
2024-02-26
1
-1
/
+1
*
Reverts r22438 (#35189).
Marius Balteanu
2024-01-23
1
-7
/
+7
*
Change the default notification option from `only_my_events` to `only_assigne...
Go MAEDA
2023-12-11
1
-1
/
+1
*
Revert r22504 that missing a necessary file (#39500).
Go MAEDA
2023-12-11
1
-1
/
+1
*
Change the default notification option from `only_my_events` to `only_assigne...
Go MAEDA
2023-12-08
1
-1
/
+1
*
Code cleanup: unnecessary use of instance variables in UserTest (#39500).
Go MAEDA
2023-12-08
1
-4
/
+4
*
New email notification option "For any event on my bookmarked projects" (#351...
Go MAEDA
2023-11-16
1
-7
/
+7
*
Raise the maximum length of the last name to 255 characters (#37679).
Go MAEDA
2023-08-27
1
-0
/
+6
*
Fix RuboCop offense Performance/MapMethodChain (#37247).
Go MAEDA
2023-08-23
1
-2
/
+2
*
Fix RuboCop offense Style/InverseMethods: Use `invalid?` instead of inverting...
Go MAEDA
2023-03-25
1
-1
/
+1
*
Fix RuboCop offense Style/InverseMethods: Use `present?` instead of inverting...
Go MAEDA
2023-03-25
1
-3
/
+3
*
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 passing a wrong parameter to `with_settings` in UserTest::test_random_pas...
Go MAEDA
2022-07-16
1
-1
/
+1
*
Add tasks to prune registered users after a certain number of days (#30998).
Go MAEDA
2022-03-22
1
-0
/
+10
*
Deprecate and rename rss_* methods to atom_* methods (#15118).
Marius Balteanu
2022-03-19
1
-7
/
+7
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Drop OpenID support (#35755).
Go MAEDA
2021-12-14
1
-33
/
+0
*
Add missing fixtures to UserTest (#35975).
Go MAEDA
2021-11-11
1
-1
/
+2
*
Remove references to deleted user from "user"-Format CustomFields when destro...
Marius Balteanu
2021-09-06
1
-0
/
+35
*
Remove deprecated WikiContent::Version (#35031).
Go MAEDA
2021-05-15
1
-1
/
+1
*
Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu...
Go MAEDA
2021-04-01
1
-3
/
+3
*
Update copyright year in source files to 2021 (#33069).
Go MAEDA
2021-03-25
1
-1
/
+1
*
RuboCop: Fix Layout/SpaceInsideBlockBraces due to r20547 (#34071).
Go MAEDA
2020-12-02
1
-1
/
+1
*
Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...
Go MAEDA
2020-12-02
1
-6
/
+24
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/user_...
Toshi MARUYAMA
2019-11-25
1
-10
/
+14
*
cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/user_test.rb
Toshi MARUYAMA
2019-11-25
1
-3
/
+6
*
cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/user_test.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+1
*
cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/user_test.rb
Toshi MARUYAMA
2019-11-24
1
-5
/
+5
*
Add a fixture for UserTest#test_bookmarked_project_ids (#29482).
Go MAEDA
2019-10-28
1
-1
/
+2
*
code cleanup: rubocop: fix Layout/AlignArguments in test/unit/user_test.rb
Toshi MARUYAMA
2019-10-23
1
-8
/
+8
*
Option to filter after my bookmarked projects (#32302, #29482, #31355).
Go MAEDA
2019-10-23
1
-0
/
+7
*
code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rb
Toshi MARUYAMA
2019-10-14
1
-7
/
+14
*
Fix test failure due to missing call to set_tmp_attachments_directory (#32122).
Go MAEDA
2019-10-04
1
-0
/
+1
*
Force passwords to contain specified character classes (#4221).
Go MAEDA
2019-08-29
1
-0
/
+20
*
Groups are incorrect when grouping by date without user timezone set.
Jean-Philippe Lang
2019-06-20
1
-1
/
+17
*
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
*
Current user should be nil to prevent ActiveJob::DeserializationError errors ...
Jean-Philippe Lang
2018-11-29
1
-0
/
+1
*
Upgrade to Rails 5.2.0 (#23630).
Jean-Philippe Lang
2018-06-23
1
-0
/
+4
*
LdapError is deprecated (#24970).
Jean-Philippe Lang
2017-07-08
1
-1
/
+1
*
Fixed User#project_ids_by_role when first called within chained scopes (#26376).
Jean-Philippe Lang
2017-07-08
1
-0
/
+8
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
Adds a User.admin scope (#25416).
Jean-Philippe Lang
2017-04-03
1
-1
/
+19
*
spelling fixes (#25495)
Toshi MARUYAMA
2017-04-02
1
-3
/
+3
*
revert r16322 (#24970)
Toshi MARUYAMA
2017-02-02
1
-1
/
+1
[next]