]> source.dussan.org Git - redmine.git/commit
Require sudo mode for actions to delete contents (#33071).
authorGo MAEDA <maeda@farend.jp>
Tue, 10 Mar 2020 03:26:23 +0000 (03:26 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 10 Mar 2020 03:26:23 +0000 (03:26 +0000)
commit463e8163fc7edfea8319d7635866cc1f8d68b6ad
tree0711dc718dfba7b4a7a46ea97cd71173ca6e9bf1
parent852290edb01a5193d0d638007bfd48ef5b8a5c14
Require sudo mode for actions to delete contents (#33071).

Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@19569 e93f8b46-1217-0410-a6f0-8f06a7374b81
14 files changed:
app/controllers/attachments_controller.rb
app/controllers/boards_controller.rb
app/controllers/comments_controller.rb
app/controllers/documents_controller.rb
app/controllers/issues_controller.rb
app/controllers/messages_controller.rb
app/controllers/news_controller.rb
app/controllers/repositories_controller.rb
app/controllers/timelog_controller.rb
app/controllers/versions_controller.rb
app/controllers/wiki_controller.rb
app/controllers/wikis_controller.rb
config/configuration.yml.example
test/integration/sudo_mode_test.rb