aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1159582: All api responses have unnecessary 'result'Byron Jones2015-04-291-2/+1
* Bug 1152319: calling /rest/logout results in an internal error and a malforme...David Lawrence2015-04-101-0/+10
* Bug 1098291: OPTION response for CORS requests to REST doesn't allow X-Reques...David Lawrence2014-12-221-1/+1
* Bug 1093600: REST shouldn't support multiple instances of parameters for reso...David Lawrence2014-11-101-12/+24
* Bug 1088253: GET REST calls should allow arbitrary URL parameters to be passe...David Lawrence2014-10-291-12/+21
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 419568 - Web Service module to create a componentSimon Green2014-08-121-0/+1
* Bug 1036225: Return a link to the REST documentation in "method not found" er...David Lawrence2014-07-101-0/+1
* Bug 1023725 - Rename Bug.flag_types webservice call to FlagType.getSimon Green2014-06-191-0/+1
* 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
* Bug 995238 - Incomplete implementation of bug 540818 causes include_fields=_a...David Lawrence2014-04-151-9/+0
* Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ext...Dave Lawrence2014-02-251-3/+12
* Bug 966277 - Bugzilla native REST API should default to application/json if n...Dave Lawrence2014-02-051-1/+7
* Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no co...Dave Lawrence2014-01-091-5/+15
* Bug 916935 - Add Access-Control-Allow-Headers to REST API to indicate which H...Dave Lawrence2013-09-171-0/+1
* Bug 893195 - Allow token based authentication for webservicesDave Lawrence2013-08-261-16/+22
* Bug 907245 - Allow for URL params to also be passed with POST/PUT REST API re...Dave Lawrence2013-08-211-0/+11
* Bug 569177 - Add support for eTag for WebServicesDave Lawrence2013-08-091-0/+4
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-0/+617