aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no ↵Dave Lawrence2014-01-091-5/+15
| | | | | | config directions for how to create rewrite r/a=justdave
* Bug 916935 - Add Access-Control-Allow-Headers to REST API to indicate which ↵Dave Lawrence2013-09-171-0/+1
| | | | | | HTTP headers can be used when making the request r/a=glob
* Bug 893195 - Allow token based authentication for webservicesDave Lawrence2013-08-261-16/+22
| | | | r=glob,a=sgreen
* Bug 907245 - Allow for URL params to also be passed with POST/PUT REST API ↵Dave Lawrence2013-08-211-0/+11
| | | | | | requests r/a=glob
* Bug 569177 - Add support for eTag for WebServicesDave Lawrence2013-08-091-0/+4
| | | | r/a=glob
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-0/+617
r=glob,a=justdave