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
/
controllers
/
users_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add "Two-factor authentication" filter and column to Users list in administra...
Marius Balteanu
2022-01-22
1
-0
/
+9
*
Update copyright year in source files to 2022 (#36379).
Go MAEDA
2022-01-02
1
-1
/
+1
*
Security notification is not sent when an admin changes the password of a use...
Go MAEDA
2021-05-24
1
-1
/
+3
*
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
/
+2
*
use 'lambda' instead of '->{}' at UsersController
Toshi MARUYAMA
2020-12-17
1
-1
/
+1
*
Require explicit confirmation before deleting a user (#34417).
Go MAEDA
2020-12-10
1
-4
/
+10
*
shorten long line of UsersController
Toshi MARUYAMA
2020-12-09
1
-4
/
+12
*
remove spaces inside {} of UsersController
Toshi MARUYAMA
2020-11-16
1
-10
/
+10
*
use "do end" instead of {} at UsersController
Toshi MARUYAMA
2020-11-08
1
-10
/
+10
*
Update copyright year in source files to 2020 (#33069).
Go MAEDA
2020-03-03
1
-1
/
+1
*
Update copyright year.
Go MAEDA
2019-05-25
1
-1
/
+1
*
Enable frozen_string_literal for some files under app and lib directory (#265...
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
*
Add issue tracking table on the user profile page (#30421).
Go MAEDA
2019-02-01
1
-0
/
+10
*
Send emails asynchronously (#26791).
Jean-Philippe Lang
2018-10-10
1
-3
/
+3
*
Export users list to CSV (#5957).
Go MAEDA
2018-08-05
1
-0
/
+4
*
Render activities block on UsersController#show grouped and with event_type i...
Go MAEDA
2017-12-25
1
-0
/
+2
*
Merged rails-5.1 branch (#23630).
Jean-Philippe Lang
2017-07-23
1
-1
/
+1
*
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
-2
/
+5
*
Send email even if password is not changed (#7577).
Jean-Philippe Lang
2017-04-03
1
-1
/
+1
*
Don't preload projects and roles on Principal#memberships association (#23519).
Jean-Philippe Lang
2017-01-07
1
-1
/
+1
*
Wrong activity timezone on user page (#14658).
Jean-Philippe Lang
2017-01-04
1
-1
/
+1
*
Use the main menu for project related actions that support cross-project disp...
Jean-Philippe Lang
2016-11-19
1
-0
/
+1
*
Set preferences with #safe_attributes=.
Jean-Philippe Lang
2016-07-21
1
-1
/
+1
*
Use safe_attributes for user preferences.
Jean-Philippe Lang
2016-07-17
1
-1
/
+1
*
Handle admin and login with safe_attributes.
Jean-Philippe Lang
2016-07-14
1
-5
/
+1
*
Use .before_action instead of .before_filter.
Jean-Philippe Lang
2016-07-14
1
-2
/
+2
*
Don't show non member and anonymous groups in filter.
Jean-Philippe Lang
2016-04-23
1
-1
/
+1
*
Updates copyright for 2016.
Jean-Philippe Lang
2016-03-13
1
-1
/
+1
*
Prevent admins from sending themselves their own password (#21436).
Jean-Philippe Lang
2015-12-06
1
-1
/
+1
*
Require password re-entry for sensitive actions (#19851).
Jean-Philippe Lang
2015-06-19
1
-0
/
+2
*
Don't let users be sorted by email (#19161).
Jean-Philippe Lang
2015-03-20
1
-1
/
+1
*
Add support for multiple email addresses per user (#4244).
Jean-Philippe Lang
2015-01-17
1
-1
/
+1
*
Copyright update.
Jean-Philippe Lang
2015-01-11
1
-1
/
+1
*
Don't load user activity for API responses (#18128).
Jean-Philippe Lang
2014-11-11
1
-4
/
+5
*
Adds a role setting for controlling visibility of users: all or members of vi...
Jean-Philippe Lang
2014-11-11
1
-7
/
+5
*
Adds a single controller for users and groups memberships and support for add...
Jean-Philippe Lang
2014-10-23
1
-21
/
+2
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-4
/
+4
*
update copyright year (#15977)
Toshi MARUYAMA
2014-01-29
1
-1
/
+1
*
Fixed that preferences are not preserved when adding a user fails (#15552).
Jean-Philippe Lang
2013-11-29
1
-3
/
+1
*
Cleanup of finders with :conditions option.
Jean-Philippe Lang
2013-06-12
1
-1
/
+1
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
1
-2
/
+0
*
Fixed that locking and unlocking a user resets the email notification checkbo...
Jean-Philippe Lang
2013-05-13
1
-2
/
+0
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-4
/
+6
*
remove trailing tabs from app/controllers/users_controller.rb
Toshi MARUYAMA
2013-02-17
1
-1
/
+1
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Deprecation warnings (#12774).
Jean-Philippe Lang
2013-01-08
1
-2
/
+2
*
Use named routes in controllers.
Jean-Philippe Lang
2012-12-11
1
-7
/
+8
[next]