summaryrefslogtreecommitdiffstats
path: root/app/controllers/users_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Confirm user update / deletion (#37674).Go MAEDA2022-09-201-0/+2
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+15
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-34/+31
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-221-0/+9
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Security notification is not sent when an admin changes the password of a use...Go MAEDA2021-05-241-1/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix that users can delete their own accounts unconditionally via REST API (#1...Go MAEDA2021-03-131-0/+2
* use 'lambda' instead of '->{}' at UsersControllerToshi MARUYAMA2020-12-171-1/+1
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-101-4/+10
* shorten long line of UsersControllerToshi MARUYAMA2020-12-091-4/+12
* remove spaces inside {} of UsersControllerToshi MARUYAMA2020-11-161-10/+10
* use "do end" instead of {} at UsersControllerToshi MARUYAMA2020-11-081-10/+10
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-011-0/+10
* Send emails asynchronously (#26791).Jean-Philippe Lang2018-10-101-3/+3
* Export users list to CSV (#5957).Go MAEDA2018-08-051-0/+4
* Render activities block on UsersController#show grouped and with event_type i...Go MAEDA2017-12-251-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang2017-04-031-2/+5
* Send email even if password is not changed (#7577).Jean-Philippe Lang2017-04-031-1/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-1/+1
* Wrong activity timezone on user page (#14658).Jean-Philippe Lang2017-01-041-1/+1
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Set preferences with #safe_attributes=.Jean-Philippe Lang2016-07-211-1/+1
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-171-1/+1
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-141-5/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Don't show non member and anonymous groups in filter.Jean-Philippe Lang2016-04-231-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Prevent admins from sending themselves their own password (#21436).Jean-Philippe Lang2015-12-061-1/+1
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Don't let users be sorted by email (#19161).Jean-Philippe Lang2015-03-201-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Don't load user activity for API responses (#18128).Jean-Philippe Lang2014-11-111-4/+5
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-7/+5
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-21/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+4
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that preferences are not preserved when adding a user fails (#15552).Jean-Philippe Lang2013-11-291-3/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-2/+0
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-2/+0
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-4/+6