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
/
app
/
models
/
user.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Rails 6: Fix deprecation warning "Class level methods will no longer inherit ...
Go MAEDA
2020-02-03
1
-2
/
+2
*
Enable users to receive email notifications about high issues (only) (#32628).
Go MAEDA
2020-01-21
1
-0
/
+4
*
code layout clean up app/models/user.rb
Toshi MARUYAMA
2019-11-25
1
-1
/
+4
*
cleanup: rubocop: fix Layout/AlignArguments in app/models/user.rb
Toshi MARUYAMA
2019-11-08
1
-11
/
+12
*
Option to filter after my bookmarked projects (#32302, #29482, #31355).
Go MAEDA
2019-10-23
1
-0
/
+7
*
code cleanup: rubocop: fix Lint/IneffectiveAccessModifier in app/models/user.rb
Toshi MARUYAMA
2019-10-19
1
-7
/
+10
*
Force passwords to contain specified character classes (#4221).
Go MAEDA
2019-08-29
1
-3
/
+18
*
Code cleanup: RuboCop: Fix Style/RedundantReturn in app/models/user.rb
Go MAEDA
2019-08-25
1
-2
/
+1
*
Groups are incorrect when grouping by date without user timezone set.
Jean-Philippe Lang
2019-06-20
1
-3
/
+7
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Support frozen_string_literal in app/**/*.rb (#26561).
Go MAEDA
2019-03-17
1
-2
/
+2
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+2
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-1
/
+1
*
Use find_by instead of where.first to remove unnecessary sorting (#26747).
Go MAEDA
2018-10-06
1
-7
/
+7
*
Update User#last_login_on only once per minute and user to reduce DB lock con...
Jean-Philippe Lang
2018-06-17
1
-2
/
+8
*
Include locked members in filters (#15201).
Go MAEDA
2018-06-09
1
-2
/
+2
*
/users API accepts boolean strings for generate_password field (#28686).
Go MAEDA
2018-05-06
1
-1
/
+1
*
Strip whitespace from login on login page (#22532).
Go MAEDA
2017-12-13
1
-1
/
+1
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-11
/
+8
*
Fixed User#project_ids_by_role when first called within chained scopes (#26376).
Jean-Philippe Lang
2017-07-08
1
-27
/
+31
*
Update copyright.
Jean-Philippe Lang
2017-06-25
1
-1
/
+1
*
AR uniq deprecated in Rails 5.
Jean-Philippe Lang
2017-06-03
1
-1
/
+1
*
remove trailing white-space from app/models/user.rb
Toshi MARUYAMA
2017-04-25
1
-1
/
+1
*
Adds methods to User model to handle tokens.
Jean-Philippe Lang
2017-04-04
1
-0
/
+14
*
Adds a User.admin scope (#25416).
Jean-Philippe Lang
2017-04-03
1
-1
/
+5
*
Don't destructively insert builtin_role into roles (#23519).
Jean-Philippe Lang
2017-01-07
1
-3
/
+2
*
Reset #roles on reload (#23519).
Jean-Philippe Lang
2017-01-07
1
-0
/
+1
*
Don't preload projects and roles on Principal#memberships association (#23519).
Jean-Philippe Lang
2017-01-07
1
-3
/
+7
*
Speeds up Project.allowed_to_condition for users who belong to hundreds of pr...
Jean-Philippe Lang
2017-01-03
1
-18
/
+37
*
remove training white space from app/models/user.rb
Toshi MARUYAMA
2016-12-14
1
-1
/
+1
*
Use .unscoped when querying and creating builtin objects (#24156).
Jean-Philippe Lang
2016-12-03
1
-2
/
+2
*
Add length validations for string fields (#24283).
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Handle admin and login with safe_attributes.
Jean-Philippe Lang
2016-07-14
1
-1
/
+6
*
Don't pass conditions to #delete_all.
Jean-Philippe Lang
2016-07-14
1
-3
/
+3
*
Use .distinct instead of .uniq.
Jean-Philippe Lang
2016-07-14
1
-1
/
+1
*
Simplify User#today (#22320).
Jean-Philippe Lang
2016-05-07
1
-2
/
+1
*
Replace Date.today with User.current.today (#22320).
Jean-Philippe Lang
2016-05-07
1
-0
/
+1
*
Validate status of users and groups.
Jean-Philippe Lang
2016-04-11
1
-0
/
+4
*
Send a single email to admins like other notifications (#21421).
Jean-Philippe Lang
2016-03-20
1
-4
/
+6
*
Send a security notification when users gain or loose admin (#21421).
Jean-Philippe Lang
2016-03-20
1
-1
/
+30
*
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
/
+2
*
Additional option for USER_FORMAT, #{lastname}#{firstname} without any sperat...
Jean-Philippe Lang
2016-01-30
1
-3
/
+8
*
Performance in User#roles_for_project (#21582).
Jean-Philippe Lang
2016-01-16
1
-1
/
+1
*
Keep track of valid user sessions (#21058).
Jean-Philippe Lang
2015-10-24
1
-2
/
+22
*
Typo "coma" (#20551).
Jean-Philippe Lang
2015-10-20
1
-1
/
+1
*
WARNING: Can't mass-assign protected attributes for User (#20490).
Jean-Philippe Lang
2015-09-12
1
-2
/
+1
*
Prevent roles loading on each call to User#managed_roles for admins.
Jean-Philippe Lang
2015-06-17
1
-1
/
+2
*
Ability to limit member management to certain roles (#19707).
Jean-Philippe Lang
2015-05-31
1
-0
/
+9
[next]