Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-11 | Bug 1141440 - OPTION response for CORS requests to REST doesn't allow ↵ | David Lawrence | 1 | -10/+4 | |
X-Bugzilla headers | |||||
2015-03-09 | Bug 1139755: Fix 'Use of uninitialized value' warning | Byron Jones | 1 | -1/+1 | |
2015-03-09 | Bug 1140458: backport upstream bug 1139755 to bmo/master to allow API ↵ | David Lawrence | 1 | -1/+19 | |
authentication with X-Headers | |||||
2015-01-29 | Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵ | David Lawrence | 1 | -0/+5 | |
keys for authentication | |||||
2014-11-14 | Bug 1097813: backport upstream bug 1001462 to bmo/4.2 to fix issue with ↵ | David Lawrence | 1 | -3/+3 | |
using tokens with webservice rest api | |||||
2014-06-16 | Bug 880669 - Extend current BzAPI BMO extension to contain compatibility ↵ | David Lawrence | 1 | -5/+5 | |
changes on top of native rest r=glob | |||||
2014-04-28 | Bug 1000913 - Backport upstream bug 540818 to bmo/4.2 to improve ↵ | David Lawrence | 1 | -21/+51 | |
include_fields and exclude_fields to accept _default, _all and _custom keywords r=glob | |||||
2014-02-25 | Bug 976765 - backport upstream bug 972881 to bmo/4.2 to add hooks to ↵ | Dave Lawrence | 1 | -0/+3 | |
Bugzilla/WebService/Server/REST.pm | |||||
2014-01-01 | Bug 918384 - backport upstream bug 756048 to bmo/4.2 to allow setting ↵ | Dave Lawrence | 1 | -0/+88 | |
bug/attachment flags using the webservices | |||||
2013-09-27 | Bug 915685 - backport upstream bug 914986 and bug 917483 to bmo/4.2 for ↵ | Dave Lawrence | 1 | -0/+11 | |
allowing attachment metadata editing in webservice API | |||||
2013-08-29 | Bug 909634 - backport upstream bug 893195 to bmo/4.2 for token auth support ↵ | Dave Lawrence | 1 | -0/+23 | |
in webservices | |||||
2013-07-26 | Bug 898259 - Backport bug 880093 to BMO (Cache filter_wants) | Dave Lawrence | 1 | -7/+17 | |
2013-07-15 | Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2 | Dave Lawrence | 1 | -0/+33 | |
r=glob | |||||
2013-03-25 | Bug 838846 - In Product.get, include_fields => ['components'] no longer ↵ | Simon Green | 1 | -4/+13 | |
returns data about components | |||||
2013-01-09 | Fixed filter_wants in Bugzilla::WebService::Bug to work properly with ↵ | Dave Lawrence | 1 | -3/+2 | |
exludes/includes. Founds by automated webservice tests | |||||
2012-11-14 | merged with bugzilla/4.2 | Dave Lawrence | 1 | -1/+1 | |
2012-10-13 | Fix typo | Frédéric Buclin | 1 | -1/+1 | |
2012-07-31 | Bug 775056 - Add prefix to filter() and filter_wants() | Frank Becker | 1 | -7/+17 | |
2010-11-04 | Bug 605573: List all available WebService methods at the top of the POD | Frédéric Buclin | 1 | -7/+3 | |
r/a=mkanat | |||||
2010-07-20 | Bug 579514: Make Bug.attachments also return attachment data | Max Kanat-Alexander | 1 | -11/+25 | |
r=dkl, a=mkanat | |||||
2010-07-14 | The changes to accept positional parameters in XML-RPC meant that sometimes | Max Kanat-Alexander | 1 | -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-14 | Bug 577765: Allow XML-RPC to accept multiple positional parameters | Max Kanat-Alexander | 1 | -4/+4 | |
r=ghendricks, a=mkanat | |||||
2009-11-09 | Bug 513593: Make the WebService taint incoming parameters | mkanat%bugzilla.org | 1 | -2/+35 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-01-26 | Bug 473646 - WebService methods should check list parameters for scalars ↵ | dkl%redhat.com | 1 | -1/+27 | |
and convert before use Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat | |||||
2008-11-26 | Bug 450209: Clean up WebService POD and add a History section for all ↵ | mkanat%bugzilla.org | 1 | -5/+6 | |
functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | |||||
2008-06-20 | Bug 432914: include_fields and exclude_fields arguments for WebService ↵ | mkanat%bugzilla.org | 1 | -0/+74 | |
User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat |