summaryrefslogtreecommitdiffstats
path: root/app/controllers/users_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add bulk unlock to user list context menu (#40913).Marius Balteanu2024-07-131-5/+13
* Add bulk lock feature to user list context menu (#40913).Marius Balteanu2024-06-251-5/+10
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-1/+1
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Remove deprecated @status=@ param used to get all users. @status=*@ should be...Marius Balteanu2024-01-251-4/+0
* Adds deprecation warning when an empty status param (status=) is used to get ...Marius Balteanu2024-01-251-0/+1
* Restores API compatibility to legacy status when status param is sent blank (...Marius Balteanu2024-01-251-2/+2
* Remove unnecessary use of instance variables in CSV and Atom response handler...Go MAEDA2024-01-241-2/+2
* Fix comment to correctly represent legacy filter parameters handling in Users...Go MAEDA2023-10-171-1/+1
* API compatibility to legacy status and name query params (#39181, #37674)Go MAEDA2023-10-151-0/+13
* Exporting UserQuery does not use the query name as file name (#37674, #38182).Go MAEDA2023-03-011-1/+1
* 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