summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST.pm
AgeCommit message (Collapse)AuthorFilesLines
2014-04-15Bug 995238 - Incomplete implementation of bug 540818 causes ↵David Lawrence1-9/+0
include_fields=_all to not work as expected r/a=justdave
2014-02-25Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵Dave Lawrence1-3/+12
extensions to extend and alter REST data r=glob,a=justdave
2014-02-05Bug 966277 - Bugzilla native REST API should default to application/json if ↵Dave Lawrence1-1/+7
no Accept header was set r=dkl,a=justdave
2014-01-09Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no ↵Dave Lawrence1-5/+15
config directions for how to create rewrite r/a=justdave
2013-09-17Bug 916935 - Add Access-Control-Allow-Headers to REST API to indicate which ↵Dave Lawrence1-0/+1
HTTP headers can be used when making the request r/a=glob
2013-08-27Bug 893195 - Allow token based authentication for webservicesDave Lawrence1-16/+22
r=glob,a=sgreen
2013-08-21Bug 907245 - Allow for URL params to also be passed with POST/PUT REST API ↵Dave Lawrence1-0/+11
requests r/a=glob
2013-08-09Bug 569177 - Add support for eTag for WebServicesDave Lawrence1-0/+4
r/a=glob
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-0/+617
r=glob,a=justdave