Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1001462: Bug.search causes error when using simple token auth and ↵ | David Lawrence | 2014-11-12 | 1 | -3/+3 |
| | | | | | | specifying 'token' instead of 'Bugzilla_token' r=glob,a=glob | ||||
* | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 2014-08-13 | 1 | -0/+1 |
| | | | | r=dkl a=sgreen | ||||
* | Bug 726696 - All authenticated WebServices methods should require ↵ | Simon Green | 2014-07-27 | 1 | -0/+5 |
| | | | | | | username/pass, token or a valid API key for authentication r=dkl, a=sgreen | ||||
* | Bug 1026726: filter_wants should be updated to allow exclude_fields higher ↵ | David Lawrence | 2014-06-18 | 1 | -4/+4 |
| | | | | | | precedence over include_fields=_all r=glob,a=glob | ||||
* | Backout of Bug 1001462 - Bug.search causes error when using simple token ↵ | David Lawrence | 2014-05-12 | 1 | -11/+12 |
| | | | | auth and specifying 'token' instead of 'Bugzilla_token' | ||||
* | Bug 1001462 - Bug.search causes error when using simple token auth and ↵ | David Lawrence | 2014-05-12 | 1 | -12/+11 |
| | | | | | | specifying 'token' instead of 'Bugzilla_token' r/a=glob | ||||
* | Bug 540818 - Improve include_fields and exclude_fields to accept _default, ↵ | David Lawrence | 2014-04-11 | 1 | -21/+51 |
| | | | | | | _all and _custom keywords r=glob,a=justdave | ||||
* | Bug 990252 - Using the webservices API, passing in certain keys as ↵ | David Lawrence | 2014-04-02 | 1 | -2/+3 |
| | | | | | | parameters containing . and - characters are silently dropped r=glob,a=justdave | ||||
* | Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵ | Dave Lawrence | 2014-02-25 | 1 | -0/+3 |
| | | | | | | extensions to extend and alter REST data r=glob,a=justdave | ||||
* | Bug 756048 - Add and update bug and attachment flags using the WebService API | Dave Lawrence | 2013-12-31 | 1 | -0/+87 |
| | | | | r=sgreen,a=justdave | ||||
* | Bug 893195 - Allow token based authentication for webservices | Dave Lawrence | 2013-08-26 | 1 | -0/+23 |
| | | | | r=glob,a=sgreen | ||||
* | Bug 880093 - Cache filter_wants | Simon Green | 2013-07-26 | 1 | -7/+17 |
| | | | r=glob, a=glob | ||||
* | Bug 838846: In Product.get, include_fields => ['components'] no longer ↵ | Simon Green | 2013-02-15 | 1 | -4/+13 |
| | | | | | | returns data about components r/a=LpSolit | ||||
* | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 2012-12-01 | 1 | -1/+1 |
| | | | | r/a=LpSolit | ||||
* | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2012-11-30 | 1 | -0/+8 |
| | | | | r/a=LpSolit | ||||
* | Fix typo | Frédéric Buclin | 2012-10-13 | 1 | -1/+1 |
| | |||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -0/+3 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 775056 - Add prefix to filter() and filter_wants() | Frank Becker | 2012-07-31 | 1 | -5/+14 |
| | | | | r=dkl, a=LpSolit | ||||
* | Bug 765558: params_to_objects() does not work properly in consecutive calls | Koosha Khajeh Moogahi | 2012-06-17 | 1 | -2/+3 |
| | | | | r/a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -19/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 647980: Implement a Product.update WebService method. | Julien Heyman | 2011-08-09 | 1 | -0/+43 |
| | | | | r=mkanat, a=mkanat | ||||
* | Bug 605573: List all available WebService methods at the top of the POD | Frédéric Buclin | 2010-11-04 | 1 | -7/+3 |
| | | | | r/a=mkanat | ||||
* | Bug 579514: Make Bug.attachments also return attachment data | Max Kanat-Alexander | 2010-07-20 | 1 | -11/+25 |
| | | | | r=dkl, a=mkanat | ||||
* | The changes to accept positional parameters in XML-RPC meant that sometimes | Max Kanat-Alexander | 2010-07-13 | 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 | ||||
* | Bug 577765: Allow XML-RPC to accept multiple positional parameters | Max Kanat-Alexander | 2010-07-13 | 1 | -4/+4 |
| | | | | r=ghendricks, a=mkanat | ||||
* | Bug 513593: Make the WebService taint incoming parameters | mkanat%bugzilla.org | 2009-11-09 | 1 | -2/+35 |
| | | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | ||||
* | Bug 473646 - WebService methods should check list parameters for scalars ↵ | dkl%redhat.com | 2009-01-26 | 1 | -1/+27 |
| | | | | | | and convert before use Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat | ||||
* | Bug 450209: Clean up WebService POD and add a History section for all ↵ | mkanat%bugzilla.org | 2008-11-26 | 1 | -5/+6 |
| | | | | | | functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 432914: include_fields and exclude_fields arguments for WebService ↵ | mkanat%bugzilla.org | 2008-06-20 | 1 | -0/+74 |
User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat |