summaryrefslogtreecommitdiffstats
path: root/lib/redmine/sudo_mode.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix "DEPRECATION WARNING: Calling '<<' to an ActiveModel::Errors message arra...Go MAEDA2021-04-011-1/+1
* remove extra blank lines from lib/redmine/sudo_mode.rbToshi MARUYAMA2020-09-241-4/+0
* remove spaces inside {} of lib/redmine/sudo_mode.rbToshi MARUYAMA2020-07-111-4/+4
* cleanup: rubocop: fix Layout/EmptyLinesAroundModuleBody in lib/redmine/sudo_m...Toshi MARUYAMA2019-11-211-2/+0
* 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
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+1
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Sudo-Mode refinements (#23587).Jean-Philippe Lang2016-09-031-1/+1
* Use .around_action instead of .around_filter.Jean-Philippe Lang2016-07-141-1/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Set a default timeout value (#19851).Jean-Philippe Lang2015-06-191-1/+2
* Make the sudo timeout configurable (#19851).Jean-Philippe Lang2015-06-191-6/+6
* Don't use SudoMode.disable! to skip API requests (#19851).Jean-Philippe Lang2015-06-191-4/+4
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-4/+3
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+224