aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1093600: REST shouldn't support multiple instances of parameters for ↵David Lawrence2014-11-101-12/+24
| | | | | | resources which only support a single params (eg. POST bug/comment) r=glob,a=glob
* Bug 1088253: GET REST calls should allow arbitrary URL parameters to be ↵David Lawrence2014-10-291-12/+21
| | | | | | passed in addition the values in the path r=glob,a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
| | | | r=dkl a=sgreen
* Bug 419568 - Web Service module to create a componentSimon Green2014-08-121-0/+1
| | | | r=dkl, a=sgreen
* Bug 1036225: Return a link to the REST documentation in "method not found" ↵David Lawrence2014-07-101-0/+1
| | | | | | errors r=glob,a=glob
* Bug 1023725 - Rename Bug.flag_types webservice call to FlagType.getSimon Green2014-06-191-0/+1
| | | | r=glob, a=glob
* Don't call Bugzilla.pm from a Perl module itself (see bug 866927)Frédéric Buclin2014-04-241-1/+0
|
* Fix some syntax errors left by bug 489028Frédéric Buclin2014-04-241-1/+1
|
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-0/+1
| | | | r=glob a=justdave
* Bug 995238 - Incomplete implementation of bug 540818 causes ↵David Lawrence2014-04-151-9/+0
| | | | | | include_fields=_all to not work as expected r/a=justdave
* Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵Dave Lawrence2014-02-251-3/+12
| | | | | | extensions to extend and alter REST data r=glob,a=justdave
* Bug 966277 - Bugzilla native REST API should default to application/json if ↵Dave Lawrence2014-02-051-1/+7
| | | | | | no Accept header was set r=dkl,a=justdave
* 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