aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Util.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1001462: Bug.search causes error when using simple token auth and specify...David Lawrence2014-11-121-3/+3
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 726696 - All authenticated WebServices methods should require username/pa...Simon Green2014-07-271-0/+5
* Bug 1026726: filter_wants should be updated to allow exclude_fields higher pr...David Lawrence2014-06-181-4/+4
* Backout of Bug 1001462 - Bug.search causes error when using simple token auth...David Lawrence2014-05-121-11/+12
* Bug 1001462 - Bug.search causes error when using simple token auth and specif...David Lawrence2014-05-121-12/+11
* Bug 540818 - Improve include_fields and exclude_fields to accept _default, _a...David Lawrence2014-04-111-21/+51
* Bug 990252 - Using the webservices API, passing in certain keys as parameters...David Lawrence2014-04-021-2/+3
* Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ext...Dave Lawrence2014-02-251-0/+3
* Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence2013-12-311-0/+87
* Bug 893195 - Allow token based authentication for webservicesDave Lawrence2013-08-261-0/+23
* Bug 880093 - Cache filter_wantsSimon Green2013-07-261-7/+17
* Bug 838846: In Product.get, include_fields => ['components'] no longer return...Simon Green2013-02-151-4/+13
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+8
* Fix typoFrédéric Buclin2012-10-131-1/+1
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+3
* Bug 775056 - Add prefix to filter() and filter_wants()Frank Becker2012-07-311-5/+14
* Bug 765558: params_to_objects() does not work properly in consecutive callsKoosha Khajeh Moogahi2012-06-171-2/+3
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-19/+5
* Bug 647980: Implement a Product.update WebService method.Julien Heyman2011-08-091-0/+43
* Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin2010-11-041-7/+3
* Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander2010-07-201-11/+25
* The changes to accept positional parameters in XML-RPC meant that sometimesMax Kanat-Alexander2010-07-131-0/+5
* Bug 577765: Allow XML-RPC to accept multiple positional parametersMax Kanat-Alexander2010-07-131-4/+4
* Bug 513593: Make the WebService taint incoming parametersmkanat%bugzilla.org2009-11-091-2/+35
* Bug 473646 - WebService methods should check list parameters for scalars and...dkl%redhat.com2009-01-261-1/+27
* Bug 450209: Clean up WebService POD and add a History section for all functio...mkanat%bugzilla.org2008-11-261-5/+6
* Bug 432914: include_fields and exclude_fields arguments for WebService User.g...mkanat%bugzilla.org2008-06-201-0/+74