summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService.pm
AgeCommit message (Collapse)AuthorFilesLines
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-7/+7
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-15/+9
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-9/+15
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-15/+9
local symlink to data/ directory
2015-01-29Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵David Lawrence1-7/+32
keys for authentication
2015-01-27Bug 1124437: Backport upstream bug 1090275 to bmo/4.2 to whitelist ↵Byron Jones1-0/+4
webservice api methods
2014-04-28Bug 1000913 - Backport upstream bug 540818 to bmo/4.2 to improve ↵David Lawrence1-0/+28
include_fields and exclude_fields to accept _default, _all and _custom keywords r=glob
2013-10-25Bug 921523 - backport upstream bug 917669 to bmo/4.2 to throw error when ↵Dave Lawrence1-0/+7
invalid cookies/tokens are used with webservices
2013-10-18Bug 924572 - Backport upstream bugs 741722, 838846 to bmo/4.2 for flag_type ↵Dave Lawrence1-0/+8
REST API support
2013-09-27Revert Bug 917669 - invalid or expired authentication tokens and cookies ↵Dave Lawrence1-7/+0
should throw errors, not be silently ignored
2013-09-26Bug 917669 - invalid or expired authentication tokens and cookies should ↵Dave Lawrence1-0/+7
throw errors, not be silently ignored
2013-07-15Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2Dave Lawrence1-5/+20
r=glob
2013-03-25Bug 838846 - In Product.get, include_fields => ['components'] no longer ↵Simon Green1-0/+7
returns data about components
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ↵Dave Lawrence1-0/+5
users are not always required to login
2012-02-15Bug 724464 - JSON-RPC support shouldn't require SOAP::LiteDave Lawrence1-20/+0
r/a=LpSolit
2011-04-20Add missing entry in POD for Bugzilla::WebService::Group, see bug 469195Frédéric Buclin1-0/+2
2010-07-20Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander1-7/+8
r=dkl, a=mkanat
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander1-0/+7
(Bug.add_attachment) r=timello, a=mkanat
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-0/+4
r=dkl, a=mkanat
2010-03-08Bug 550618: Make the XML-RPC WebService return the right date formatMax Kanat-Alexander1-16/+9
r=dkl, a=mkanat
2010-03-05Additional bustage fix for bug 545299.Max Kanat-Alexander1-1/+1
2010-03-05Bustage fix for Bug 545299. rs=mkanat over IRCJustin Wood1-1/+1
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood1-11/+16
UTC. Code part, r+=mkanat
2010-02-22There was some POD at the end of Bugzilla::WebService::Server::JSONRPCMax Kanat-Alexander1-0/+26
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.
2009-11-09Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org1-0/+40
and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-05-09Bug 490673: WebServices's datetime_format method was in the wrong modulemkanat%bugzilla.org1-1/+14
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.org1-85/+56
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-167/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-09Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org1-0/+86
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org1-0/+62
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-11-26Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org1-0/+81
functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-08-18Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com1-1/+16
protects logins and param doesn't protect WebService calls at all Patch by David Lawrence <dkl@redhat.com> - r/a=LpSolit/mkanat
2008-07-29Backing out these patches as they cause a regression. More informationdkl%redhat.com1-10/+0
in the respective bug reports. Bug 428659 – Setting SSL param to 'authenticated sessions' only protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat Bug 445104: ssl redirects come with a 200 OK HTTP code on mod_perl Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-07-10Bug 428659 – Setting SSL param to 'authenticated sessions' only ↵dkl%redhat.com1-0/+10
protects logins and param doesn't protect WebService calls at all Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
2008-07-01Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org1-0/+9
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2008-04-29Bug 426899: Hack SOAP::Lite to encode upper-ASCII characters correctly for ↵mkanat%bugzilla.org1-0/+10
the WebService. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org1-3/+17
r/a=mkanat
2008-04-08Bug 415796: All webservice methods were failing if a string had multibyte ↵mkanat%bugzilla.org1-2/+35
characters in it, due to bugs in SOAP::Lite. Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-26Bug 375251 - "Typo in the Bugzilla::WebService pod" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com1-1/+1
2007-02-05Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org1-0/+7
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2006-11-15Bug 349256: Make the webservice get_bug into a stable APImkanat%bugzilla.org1-0/+13
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=mbd, a=justdave
2006-10-05Bug 351175: The WebService interface should include the error text along ↵mkanat%bugzilla.org1-0/+37
with the error name Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=myk
2006-09-29Bug 351178: WebService needs to be able to provide the server's timezonemkanat%bugzilla.org1-0/+30
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=myk
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-0/+47
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk