summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API/1_0/Server.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-11-15Bug 1317777 - REST API 1.0 - datetime inputs cause server errortvau1-3/+3
Use datetime_format_inbound from Bugzilla::API::1_0::Util package.
2016-10-13Bug 1309737 - Add User-Agent to the Access-Control-Allow-Headers headerKohei Yoshino1-1/+1
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local ↵Dylan Hardison1-1/+1
dependencies r=dkl,a=dylan
2016-01-20Bug 1240029 - The REST API doesn't work correctly with mod_perlDavid Lawrence1-1/+7
r=dylan
2016-01-14Bug 1239582 - The new REST API fails to work properly under mod_perl due to ↵David Lawrence1-3/+3
improper file path passed to bsd_glob() r=dylan
2015-06-28Bug 1178618: POD test failing due to undocumented methods api_version and ↵David Lawrence1-0/+4
api_namespace
2015-04-29Bug 1159582: All api responses have unnecessary 'result'Byron Jones1-2/+1
r=wicked,a=glob
2015-04-13Bug 1153125: bug 1051056 causes "Constant subroutine redefined" warnings ↵David Lawrence1-1/+1
during t/001compile.t r=LpSolit,a=glob
2015-04-10Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence1-1/+2
made that do not break compatibility - Fix issue where PUT requests were treated as GET and failed when updating a bug, etc.
2015-04-10Bug 1152319: calling /rest/logout results in an internal error and a ↵David Lawrence1-0/+10
malformed response to the caller r=glob,a=glob
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence1-0/+451
made that do not break compatibility r=dylan,a=glob