]> source.dussan.org Git - redmine.git/commit
Enables API access to /my/account for updating user account data (#31399).
authorGo MAEDA <maeda@farend.jp>
Sun, 16 Jun 2019 09:34:49 +0000 (09:34 +0000)
committerGo MAEDA <maeda@farend.jp>
Sun, 16 Jun 2019 09:34:49 +0000 (09:34 +0000)
commit9cdd8bf039c78017ff80283ef76c2f45783ec987
treeea157e585970ed801b7340fd4e8432c9912c6c76
parentd16e36028fa635d736b8fc04b53408aab766d9eb
Enables API access to /my/account for updating user account data (#31399).

Patch by Jens Krämer.

git-svn-id: http://svn.redmine.org/redmine/trunk@18257 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/my_controller.rb
app/views/my/account.api.rsb [new file with mode: 0644]
app/views/my/account.html.erb
config/routes.rb
test/functional/my_controller_test.rb
test/integration/api_test/my_test.rb [new file with mode: 0644]
test/integration/routing/my_test.rb
test/integration/sudo_mode_test.rb