summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Util.pm
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-233/+241
2018-10-09Bug 1497343 - Add some rudimentary type checking to ↵Dylan William Hardison1-6/+18
Bugzilla::WebServe::Util::validate()
2018-09-19Bug 1455495 - Replace apache with MojoliciousDylan William Hardison1-3/+5
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-6/+6
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-19/+8
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-8/+19
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-19/+8
local symlink to data/ directory
2015-12-22Revert "Bug 1234325 - Backport upstream bug 1230932 to bmo/4.2 to fix ↵David Lawrence1-9/+1
providing a condition as an ID to the webservice results in a taint error" This reverts commit 1e7b4002794930fad702718714b5d1c291bf816c.
2015-12-21Bug 1234325 - Backport upstream bug 1230932 to bmo/4.2 to fix providing a ↵David Lawrence1-1/+9
condition as an ID to the webservice results in a taint error
2015-03-11Bug 1141440 - OPTION response for CORS requests to REST doesn't allow ↵David Lawrence1-10/+4
X-Bugzilla headers
2015-03-09Bug 1139755: Fix 'Use of uninitialized value' warningByron Jones1-1/+1
2015-03-09Bug 1140458: backport upstream bug 1139755 to bmo/master to allow API ↵David Lawrence1-1/+19
authentication with X-Headers
2015-01-29Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵David Lawrence1-0/+5
keys for authentication
2014-11-14Bug 1097813: backport upstream bug 1001462 to bmo/4.2 to fix issue with ↵David Lawrence1-3/+3
using tokens with webservice rest api
2014-06-16Bug 880669 - Extend current BzAPI BMO extension to contain compatibility ↵David Lawrence1-5/+5
changes on top of native rest r=glob
2014-04-28Bug 1000913 - Backport upstream bug 540818 to bmo/4.2 to improve ↵David Lawrence1-21/+51
include_fields and exclude_fields to accept _default, _all and _custom keywords r=glob
2014-02-25Bug 976765 - backport upstream bug 972881 to bmo/4.2 to add hooks to ↵Dave Lawrence1-0/+3
Bugzilla/WebService/Server/REST.pm
2014-01-01Bug 918384 - backport upstream bug 756048 to bmo/4.2 to allow setting ↵Dave Lawrence1-0/+88
bug/attachment flags using the webservices
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