Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-06 | Bug 1052202 - Web Service module to update and delete components | Simon Green | 1 | -0/+28 | |
r=dylan, a=glob | |||||
2014-11-12 | Bug 1001462: Bug.search causes error when using simple token auth and ↵ | David Lawrence | 1 | -0/+7 | |
specifying 'token' instead of 'Bugzilla_token' r=glob,a=glob | |||||
2014-11-10 | Bug 1093600: REST shouldn't support multiple instances of parameters for ↵ | David Lawrence | 1 | -12/+24 | |
resources which only support a single params (eg. POST bug/comment) r=glob,a=glob | |||||
2014-10-29 | Bug 1088253: GET REST calls should allow arbitrary URL parameters to be ↵ | David Lawrence | 2 | -12/+26 | |
passed in addition the values in the path r=glob,a=glob | |||||
2014-08-13 | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 11 | -0/+14 | |
r=dkl a=sgreen | |||||
2014-08-12 | Bug 419568 - Web Service module to create a component | Simon Green | 2 | -0/+48 | |
r=dkl, a=sgreen | |||||
2014-07-24 | Bug 1036213 - (CVE-2014-1546) add '/**/' before jsonrpc.cgi callback to ↵ | Reed Loden | 1 | -1/+3 | |
avoid swf content type sniff vulnerability r=glob,a=sgreen | |||||
2014-07-10 | Bug 1036225: Return a link to the REST documentation in "method not found" ↵ | David Lawrence | 1 | -0/+1 | |
errors r=glob,a=glob | |||||
2014-07-02 | Bug 1014345 - Add Group.get RPC call | Simon Green | 1 | -0/+3 | |
r=glob, a=glob | |||||
2014-06-19 | Bug 1023725 - Rename Bug.flag_types webservice call to FlagType.get | Simon Green | 3 | -19/+18 | |
r=glob, a=glob | |||||
2014-05-22 | Bug 1008764: Add a web service to create and update Flag types | Simon Green | 1 | -0/+56 | |
r=glob, a=justdave | |||||
2014-05-12 | Backout of Bug 1001462 - Bug.search causes error when using simple token ↵ | David Lawrence | 1 | -6/+0 | |
auth and specifying 'token' instead of 'Bugzilla_token' | |||||
2014-05-12 | Bug 1001462 - Bug.search causes error when using simple token auth and ↵ | David Lawrence | 1 | -0/+6 | |
specifying 'token' instead of 'Bugzilla_token' r/a=glob | |||||
2014-04-24 | Don't call Bugzilla.pm from a Perl module itself (see bug 866927) | Frédéric Buclin | 1 | -1/+0 | |
2014-04-24 | Fix some syntax errors left by bug 489028 | Frédéric Buclin | 1 | -1/+1 | |
2014-04-22 | Bug 489028 - Record last-visited time of bugs when logged in | Dylan William Hardison | 2 | -0/+53 | |
r=glob a=justdave | |||||
2014-04-15 | Bug 995238 - Incomplete implementation of bug 540818 causes ↵ | David Lawrence | 1 | -9/+0 | |
include_fields=_all to not work as expected r/a=justdave | |||||
2014-02-25 | Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ↵ | Dave Lawrence | 1 | -3/+12 | |
extensions to extend and alter REST data r=glob,a=justdave | |||||
2014-02-05 | Bug 966277 - Bugzilla native REST API should default to application/json if ↵ | Dave Lawrence | 1 | -1/+7 | |
no Accept header was set r=dkl,a=justdave | |||||
2014-01-09 | Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no ↵ | Dave Lawrence | 1 | -5/+15 | |
config directions for how to create rewrite r/a=justdave | |||||
2013-12-31 | Bug 756048 - Add and update bug and attachment flags using the WebService API | Dave Lawrence | 1 | -1/+17 | |
r=sgreen,a=justdave | |||||
2013-11-25 | Bug 793963: add the ability to tag comments with arbitrary tags | Byron Jones | 1 | -0/+16 | |
r=dkl, a=glob | |||||
2013-09-17 | Bug 916935 - Add Access-Control-Allow-Headers to REST API to indicate which ↵ | Dave Lawrence | 1 | -0/+1 | |
HTTP headers can be used when making the request r/a=glob | |||||
2013-09-13 | Bug 914986 - Create Bug.update_attachment to update attachments via RPC/REST | Simon Green | 1 | -0/+6 | |
r=dkl, a=sgreen | |||||
2013-08-27 | Bug 893195 - Allow token based authentication for webservices | Dave Lawrence | 3 | -17/+37 | |
r=glob,a=sgreen | |||||
2013-08-27 | Bug 908338 - Create a new webservice called User.valid_login that will ↵ | Dave Lawrence | 1 | -0/+5 | |
verify if a cookie or login token is valid for the current user r=glob,a=sgreen | |||||
2013-08-21 | Bug 907245 - Allow for URL params to also be passed with POST/PUT REST API ↵ | Dave Lawrence | 1 | -0/+11 | |
requests r/a=glob | |||||
2013-08-09 | Bug 569177 - Add support for eTag for WebServices | Dave Lawrence | 3 | -8/+52 | |
r/a=glob | |||||
2013-08-03 | Fix wrong links in REST POD | Frédéric Buclin | 3 | -3/+3 | |
2013-07-29 | Bug 897003: Improve _strip_undefs() performance | Frédéric Buclin | 1 | -8/+9 | |
r/a=sgreen | |||||
2013-07-23 | Bug 896066 - Allow REST WebService API to for GET /product to allow ↵ | Dave Lawrence | 1 | -9/+16 | |
retrieval of multiple product objects r/a=glob | |||||
2013-07-15 | Bug 787328 - xmlrpc.cgi doesn't send any security-related headers | Dave Lawrence | 1 | -2/+10 | |
r=glob,a=justdave | |||||
2013-07-12 | Bug 866927 - Enhance Bugzilla WebServices to allow data access using REST | Dave Lawrence | 7 | -0/+1083 | |
r=glob,a=justdave | |||||
2012-12-01 | Bug 787668: Use |use parent| instead of |use base| | Matt Selsky | 1 | -2/+2 | |
r/a=LpSolit | |||||
2012-11-30 | Bug 816747 - Add dummy POD for unPODded methods. | Marc Schumann | 2 | -0/+34 | |
r/a=LpSolit | |||||
2012-10-16 | Bug 577329 - WebServices should filter email addresses same as the web UI as ↵ | Dave Lawrence | 2 | -1/+11 | |
users are not always required to login r/a=LpSolit | |||||
2012-09-01 | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2 | -1/+14 | |
r=wicked a=LpSolit | |||||
2012-02-29 | Bug 731219: Fix XMLRPC breakage when content-type contains a charset | Byron Jones | 1 | -1/+4 | |
r=dkl, a=LpSolit | |||||
2012-02-22 | Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵ | Dave Lawrence | 1 | -0/+8 | |
API when using mod_perl r/a=LpSolit | |||||
2012-02-15 | Bug 724464 - JSON-RPC support shouldn't require SOAP::Lite | Dave Lawrence | 1 | -0/+14 | |
r/a=LpSolit | |||||
2012-01-31 | Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token ↵ | Frédéric Buclin | 1 | -1/+13 | |
checks and can lead to CSRF (no victim's action required) r=mkanat a=LpSolit | |||||
2012-01-11 | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2 | -37/+10 | |
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | |||||
2012-01-05 | Bug 706753: Bugzilla will not work with newest version of JSON::RPC 1.01 due ↵ | Frédéric Buclin | 1 | -1/+12 | |
to non-backward compatibility r=dkl r=mkanat a=LpSolit | |||||
2011-07-20 | Bug 600810: Use XMLRPC::Transport::HTTP:Apache as base class under mod_perl | Teemu Mannermaa | 1 | -1/+5 | |
r/a=mkanat | |||||
2011-02-14 | Bug 609538: Make the JSON-RPC interface support UTF-8 when a recent version | Max Kanat-Alexander | 1 | -1/+16 | |
of LWP is installed r=dkl, a=mkanat | |||||
2010-12-06 | Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix the | Max Kanat-Alexander | 1 | -1/+1 | |
regex used by _bz_callback in Bugzilla::WebService::Server::JSONRPC to accept numbers other than 0 or 1. r=LpSolit, a=mkanat | |||||
2010-07-20 | Bug 579514: Make Bug.attachments also return attachment data | Max Kanat-Alexander | 1 | -2/+5 | |
r=dkl, a=mkanat | |||||
2010-07-14 | Bug 577765: Allow XML-RPC to accept multiple positional parameters | Max Kanat-Alexander | 1 | -6/+8 | |
r=ghendricks, a=mkanat | |||||
2010-07-14 | Bug 412074: Ability to add attachments to a bug via the WebService | Max Kanat-Alexander | 1 | -1/+13 | |
(Bug.add_attachment) r=timello, a=mkanat | |||||
2010-07-08 | Bug 577415: Allow positional parameters for XML-RPC, because Testopia | Max Kanat-Alexander | 1 | -1/+4 | |
uses them. r=ghendricks, a=mkanat |