summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Util.pm
AgeCommit message (Collapse)AuthorFilesLines
2013-09-27Bug 915685 - backport upstream bug 914986 and bug 917483 to bmo/4.2 for ↵Dave Lawrence1-0/+11
allowing attachment metadata editing in webservice API
2013-08-29Bug 909634 - backport upstream bug 893195 to bmo/4.2 for token auth support ↵Dave Lawrence1-0/+23
in webservices
2013-07-26Bug 898259 - Backport bug 880093 to BMO (Cache filter_wants)Dave Lawrence1-7/+17
2013-07-15Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2Dave Lawrence1-0/+33
r=glob
2013-03-25Bug 838846 - In Product.get, include_fields => ['components'] no longer ↵Simon Green1-4/+13
returns data about components
2013-01-09Fixed filter_wants in Bugzilla::WebService::Bug to work properly with ↵Dave Lawrence1-3/+2
exludes/includes. Founds by automated webservice tests
2012-11-14merged with bugzilla/4.2Dave Lawrence1-1/+1
2012-10-13Fix typoFrédéric Buclin1-1/+1
2012-07-31Bug 775056 - Add prefix to filter() and filter_wants()Frank Becker1-7/+17
2010-11-04Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin1-7/+3
r/a=mkanat
2010-07-20Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander1-11/+25
r=dkl, a=mkanat
2010-07-14The changes to accept positional parameters in XML-RPC meant that sometimesMax Kanat-Alexander1-0/+5
$params wouldn't just be undef, but actually missing, so validate() was getting @keys where $params should have been. https://bugzilla.mozilla.org/show_bug.cgi?id=577765
2010-07-14Bug 577765: Allow XML-RPC to accept multiple positional parametersMax Kanat-Alexander1-4/+4
r=ghendricks, a=mkanat
2009-11-09Bug 513593: Make the WebService taint incoming parametersmkanat%bugzilla.org1-2/+35
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-01-26Bug 473646 - WebService methods should check list parameters for scalars ↵dkl%redhat.com1-1/+27
and convert before use Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
2008-11-26Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org1-5/+6
functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-06-20Bug 432914: include_fields and exclude_fields arguments for WebService ↵mkanat%bugzilla.org1-0/+74
User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat