summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server
AgeCommit message (Collapse)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2-37/+10
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2012-01-05Bug 706753: Bugzilla will not work with newest version of JSON::RPC 1.01 due ↵Frédéric Buclin1-1/+12
to non-backward compatibility r=dkl r=mkanat a=LpSolit
2011-07-20Bug 600810: Use XMLRPC::Transport::HTTP:Apache as base class under mod_perlTeemu Mannermaa1-1/+5
r/a=mkanat
2011-02-14Bug 609538: Make the JSON-RPC interface support UTF-8 when a recent versionMax Kanat-Alexander1-1/+16
of LWP is installed r=dkl, a=mkanat
2010-12-06Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix theMax Kanat-Alexander1-1/+1
regex used by _bz_callback in Bugzilla::WebService::Server::JSONRPC to accept numbers other than 0 or 1. r=LpSolit, a=mkanat
2010-07-20Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander1-2/+5
r=dkl, a=mkanat
2010-07-14Bug 577765: Allow XML-RPC to accept multiple positional parametersMax Kanat-Alexander1-6/+8
r=ghendricks, a=mkanat
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander1-1/+13
(Bug.add_attachment) r=timello, a=mkanat
2010-07-08Bug 577415: Allow positional parameters for XML-RPC, because TestopiaMax Kanat-Alexander1-1/+4
uses them. r=ghendricks, a=mkanat
2010-04-27Bug 550727: Add JSONP Support to the JSON-RPC WebService InterfaceMax Kanat-Alexander1-4/+65
r=dkl, a=mkanat
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-23/+154
r=dkl, a=mkanat
2010-03-24Bug 553774: Make User.login correctly return cookies under JSON-RPCMax Kanat-Alexander1-0/+19
r=dkl, a=mkanat
2010-03-10Bug 551199: The Bug.search WebService function was throwing an error aboutMax Kanat-Alexander1-1/+1
datetime_format_inbound not being found r=dkl, a=mkanat
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Max Kanat-Alexander2-24/+24
UTC. POD
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood2-23/+13
UTC. Code part, r+=mkanat
2010-02-27Bug 547852: Make the JSON-RPC interface return the correct error format toMax Kanat-Alexander1-3/+10
JSON-RPC 1.0 clients. r=dkl, a=mkanat
2010-02-27Bug 547601: Make the JSON-RPC interface return UTF-8 data correctly.Max Kanat-Alexander1-2/+12
r=dkl, a=mkanat
2010-02-23Bug 547126: Make the JSON-RPC return error codes that are numericallyMax Kanat-Alexander1-5/+52
identical to the XML-RPC error codes. r=dkl, a=mkanat
2010-02-22There was some POD at the end of Bugzilla::WebService::Server::JSONRPCMax Kanat-Alexander2-23/+5
that was supposed to be at the end of Bugzilla::WebService instead. Also added links to Bugzilla::WebService in both of the Bugzilla::WebService::Server types' POD.
2010-02-22The JSON-RPC WebService is EXPERIMENTAL, now, not UNSTABLE.Max Kanat-Alexander1-2/+2
2010-02-10Bug 533330: JSON-RPC webservice returns and expects a bad date formatJustin Wood1-12/+26
r+a=mkanat
2010-02-05Bug 544506: Bugzilla->input_params is undefined when calling ↵Frédéric Buclin1-1/+1
Bugzilla.version and other methods taking no argument r/a=mkanat
2009-11-18Bug 529223: The JSON-RPC interface was not working at all with JSON-RPC 1.0, ↵mkanat%bugzilla.org1-0/+6
because it was mis-handling input parameters. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-11-10Bug 527505: Make 001compile.t use Bugzilla->feature to determine which ↵mkanat%bugzilla.org1-3/+3
modules to compile Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2009-11-09Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org2-7/+9
and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-11-09Bug 513593: Make the WebService taint incoming parametersmkanat%bugzilla.org2-0/+32
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-04Bug 486306: Truncated XML-RPC response (incorrect content-length header)mkanat%bugzilla.org1-10/+0
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2009-07-04Bug 494427: Instead of sending <nil> for undef elements in the WebService, ↵mkanat%bugzilla.org1-2/+54
just strip the items from the return value. Patch by Rosie Clarkson <rosie.clarkson@planningportal.gov.uk> r=mkanat, a=mkanat
2009-05-18Bug 477593: Make the WebService send <nil/> for undef valuesmkanat%bugzilla.org1-3/+44
Patch by Rosie Clarkson <rosie.clarkson@planningportal.gov.uk> r=mkanat, a=mkanat
2009-05-09Bug 490673: WebServices's datetime_format method was in the wrong modulemkanat%bugzilla.org1-13/+1
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, r=ghendricks, a=mkanat
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2-0/+319
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-02-11Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebServicemkanat%bugzilla.org1-0/+170
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat