summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-71/+76
2018-10-13Bug 1495741 - memory issues: disable etag generation for /rest/productDylan William Hardison1-1/+5
2018-10-09Bug 623384 - Use Module::Runtime instead of eval { require } or eval "use"Dylan William Hardison1-2/+10
2018-06-29Bug 1472048 - Remove Metrics CodeDylan William Hardison1-5/+0
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-1/+1
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-15/+8
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-8/+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/+8
local symlink to data/ directory
2016-04-04Bug 1197061 - don't create a new session for every authenticated ↵David Lawrence1-0/+7
XMLRPC/JSONRPC call
2015-11-13Bug 1209625 - MozReview API Keys should use a more specific error messageDylan Hardison1-9/+1
2015-11-04Bug 1209625 - Error when using bzexport: abort: REST error on PUT to ↵Dylan Hardison1-3/+8
https://bugzilla.mozilla.org/rest/bug/1209611: The requested method 'Bug.update' was not found."
2015-10-20Bug 1209625 - Error when using bzexport: abort: REST error on PUT to ↵Dylan William Hardison1-1/+3
https://bugzilla.mozilla.org/rest/bug/1209611: The requested method 'Bug.update' was not found."
2014-06-12Bug 1023633: Add a webservice_before_call HookSimon Green1-0/+4
2014-03-04Bug 956230: improve instrumentation of bugzilla's internalsByron Jones1-0/+5
2013-08-09Bug 903514 - Backport upstream bug 569177 for etag support to bmo/4.2Dave Lawrence1-1/+71
2012-10-12Bug 793826: Prevent private web service methods from being calledKoosha Khajeh Moogahi1-1/+3
r=dkl a=LpSolit
2012-05-24Bug 744691: Throw an error early when calling a method from a non-existent classByron Jones1-0/+1
r=dkl, a=LpSolit
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander1-0/+3
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
2010-09-30Bug 573195: Make Bug.get return all of a bug's standard and custom fieldMax Kanat-Alexander1-0/+2
information r=dkl, a=mkanat
2010-03-08Bug 550618: Make the XML-RPC WebService return the right date formatMax Kanat-Alexander1-0/+17
r=dkl, a=mkanat
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in ↵Justin Wood1-0/+9
UTC. Code part, r+=mkanat
2010-02-06Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin1-0/+3
r/a=mkanat
2009-11-09Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org1-1/+2
and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-14/+0
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/+42
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat