]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Bug 726696 - All authenticated WebServices methods should require username/pass,...
authorSimon Green <sgreen@redhat.com>
Sun, 27 Jul 2014 08:47:21 +0000 (18:47 +1000)
committerSimon Green <sgreen@redhat.com>
Sun, 27 Jul 2014 08:47:21 +0000 (18:47 +1000)
commitfd29ee56c4678749c00e7698ef245f7e2967ee10
tree9d0696c9a89b8df8a6d46e2be6602a449b7354c3
parent9f0f44b7fb73e9af0cdaefe8f5ff617f14fec2ed
Bug 726696 - All authenticated WebServices methods should require username/pass, token or a valid API key for authentication
r=dkl, a=sgreen
22 files changed:
Bugzilla/Auth.pm
Bugzilla/Auth/Login/APIKey.pm [new file with mode: 0644]
Bugzilla/Auth/Login/Cookie.pm
Bugzilla/DB/Schema.pm
Bugzilla/Install/DB.pm
Bugzilla/Template.pm
Bugzilla/Token.pm
Bugzilla/User/APIKey.pm [new file with mode: 0644]
Bugzilla/WebService.pm
Bugzilla/WebService/Constants.pm
Bugzilla/WebService/User.pm
Bugzilla/WebService/Util.pm
docs/en/rst/using.rst
js/bug.js
js/comment-tagging.js
js/field.js
template/en/default/account/prefs/apikey.html.tmpl [new file with mode: 0644]
template/en/default/account/prefs/prefs.html.tmpl
template/en/default/email/new-api-key.txt.tmpl [new file with mode: 0644]
template/en/default/global/header.html.tmpl
template/en/default/global/user-error.html.tmpl
userprefs.cgi