summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server
AgeCommit message (Expand)AuthorFilesLines
2014-08-12Bug 419568 - Web Service module to create a componentSimon Green2-0/+48
2014-07-24Bug 1036213 - (CVE-2014-1546) add '/**/' before jsonrpc.cgi callback to avoid...Reed Loden1-1/+3
2014-07-10Bug 1036225: Return a link to the REST documentation in "method not found" er...David Lawrence1-0/+1
2014-07-02Bug 1014345 - Add Group.get RPC callSimon Green1-0/+3
2014-06-19Bug 1023725 - Rename Bug.flag_types webservice call to FlagType.getSimon Green3-19/+18
2014-05-22Bug 1008764: Add a web service to create and update Flag typesSimon Green1-0/+56
2014-05-12Backout of Bug 1001462 - Bug.search causes error when using simple token auth...David Lawrence1-6/+0
2014-05-12Bug 1001462 - Bug.search causes error when using simple token auth and specif...David Lawrence1-0/+6
2014-04-24Don't call Bugzilla.pm from a Perl module itself (see bug 866927)Frédéric Buclin1-1/+0
2014-04-24Fix some syntax errors left by bug 489028Frédéric Buclin1-1/+1
2014-04-22Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2-0/+53
2014-04-15Bug 995238 - Incomplete implementation of bug 540818 causes include_fields=_a...David Lawrence1-9/+0
2014-02-25Bug 972881 - Add hooks to Bugzilla/WebService/Server/REST.pm to allow for ext...Dave Lawrence1-3/+12
2014-02-05Bug 966277 - Bugzilla native REST API should default to application/json if n...Dave Lawrence1-1/+7
2014-01-09Bug 958057 - REST API - No example of non-rewrite endpoint in POD docs, no co...Dave Lawrence1-5/+15
2013-12-31Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence1-1/+17
2013-11-25Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones1-0/+16
2013-09-17Bug 916935 - Add Access-Control-Allow-Headers to REST API to indicate which H...Dave Lawrence1-0/+1
2013-09-13Bug 914986 - Create Bug.update_attachment to update attachments via RPC/RESTSimon Green1-0/+6
2013-08-27Bug 893195 - Allow token based authentication for webservicesDave Lawrence3-17/+37
2013-08-27Bug 908338 - Create a new webservice called User.valid_login that will verify...Dave Lawrence1-0/+5
2013-08-21Bug 907245 - Allow for URL params to also be passed with POST/PUT REST API re...Dave Lawrence1-0/+11
2013-08-09Bug 569177 - Add support for eTag for WebServicesDave Lawrence3-8/+52
2013-08-03Fix wrong links in REST PODFrédéric Buclin3-3/+3
2013-07-29Bug 897003: Improve _strip_undefs() performanceFrédéric Buclin1-8/+9
2013-07-23Bug 896066 - Allow REST WebService API to for GET /product to allow retrieval...Dave Lawrence1-9/+16
2013-07-15Bug 787328 - xmlrpc.cgi doesn't send any security-related headers Dave Lawrence1-2/+10
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence7-0/+1083
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-2/+2
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2-0/+34
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence2-1/+11
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2-1/+14
2012-02-29Bug 731219: Fix XMLRPC breakage when content-type contains a charsetByron Jones1-1/+4
2012-02-22Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC API...Dave Lawrence1-0/+8
2012-02-15Bug 724464 - JSON-RPC support shouldn't require SOAP::LiteDave Lawrence1-0/+14
2012-01-31Bug 718319: (CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token check...Frédéric Buclin1-1/+13
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2-37/+10
2012-01-05Bug 706753: Bugzilla will not work with newest version of JSON::RPC 1.01 due ...Frédéric Buclin1-1/+12
2011-07-20Bug 600810: Use XMLRPC::Transport::HTTP:Apache as base class under mod_perlTeemu Mannermaa1-1/+5
2011-02-14Bug 609538: Make the JSON-RPC interface support UTF-8 when a recent versionMax Kanat-Alexander1-1/+16
2010-12-06Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix theMax Kanat-Alexander1-1/+1
2010-07-20Bug 579514: Make Bug.attachments also return attachment dataMax Kanat-Alexander1-2/+5
2010-07-14Bug 577765: Allow XML-RPC to accept multiple positional parametersMax Kanat-Alexander1-6/+8
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander1-1/+13
2010-07-08Bug 577415: Allow positional parameters for XML-RPC, because TestopiaMax Kanat-Alexander1-1/+4
2010-04-27Bug 550727: Add JSONP Support to the JSON-RPC WebService InterfaceMax Kanat-Alexander1-4/+65
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-23/+154
2010-03-24Bug 553774: Make User.login correctly return cookies under JSON-RPCMax Kanat-Alexander1-0/+19
2010-03-10Bug 551199: The Bug.search WebService function was throwing an error aboutMax Kanat-Alexander1-1/+1
2010-03-04Bug 545299, XML-RPC WebService should take and return dates and times in UTC....Max Kanat-Alexander2-24/+24