OSDN Git Service

Added an Admin setting to enable/disable the REST web service. (#3920)
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 23 Dec 2009 06:27:44 +0000 (06:27 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 23 Dec 2009 06:27:44 +0000 (06:27 +0000)
commitbfcd5039f2884cb35f96ad6e64258c8a653c5348
treeaaa5af5f74183dd2b56f0a4d37fc60d90e5e4372
parente07e9d8bfed47b7af782075485437a34e7dc20f8
Added an Admin setting to enable/disable the REST web service. (#3920)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3220 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/application_controller.rb
app/helpers/settings_helper.rb
app/views/settings/_integration.html.erb [new file with mode: 0644]
config/locales/en.yml
config/settings.yml
test/integration/api_token_login_test.rb
test/integration/disabled_rest_api_test.rb [new file with mode: 0644]
test/integration/http_basic_login_test.rb
test/integration/http_basic_login_with_api_token_test.rb