index
:
bugzilla
flyspray
harmony-master
harmony-unstable
master
Bugzilla
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bugzilla
/
WebService
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-24
Bug 1036213 - (CVE-2014-1546) add '/**/' before jsonrpc.cgi callback to avoid...
Simon Green
1
-2
/
+3
2013-12-05
Bug 942599: Documentation about possible_duplicates() lists 'products' as arg...
Frédéric Buclin
1
-1
/
+1
2013-07-24
Bug 880653 - Add POD for Bug.possible_duplicates webservice
Dave Lawrence
1
-0
/
+53
2013-07-15
Bug 787328 - xmlrpc.cgi doesn't send any security-related headers
Dave Lawrence
1
-2
/
+10
2013-05-04
Bug 859118 - Bug.search called with no arguments returns all visible bugs, ig...
Dave Lawrence
2
-11
/
+48
2012-11-20
Bug 640756 - Make the documentation clearer that attachments created with Bug...
Dave Miller
1
-1
/
+3
2012-11-13
Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups wh...
Frédéric Buclin
2
-6
/
+21
2012-10-13
Fix typo
Frédéric Buclin
1
-1
/
+1
2012-10-12
Bug 793826: Prevent private web service methods from being called
Koosha Khajeh Moogahi
1
-1
/
+3
2012-08-03
Bug 682317 - Bug.create is incorrectly documented as ignoring invalid fields;...
Koosha Khajeh Moogahi
1
-2
/
+3
2012-05-24
Bug 744691: Throw an error early when calling a method from a non-existent class
Byron Jones
1
-0
/
+1
2012-03-22
Bug 733458: The "creator" argument is listed twice for the Bug.search WebServ...
Matt Selsky
1
-7
/
+3
2012-02-29
Bug 731219: Fix XMLRPC breakage when content-type contains a charset
Byron Jones
1
-1
/
+4
2012-02-22
Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC API...
Dave Lawrence
2
-0
/
+16
2012-02-15
Bug 724464 - JSON-RPC support shouldn't require SOAP::Lite
Dave Lawrence
1
-0
/
+14
2012-02-14
Bug 727240: The POD for Bug.attachments is wrong about the format of the retu...
Frédéric Buclin
1
-16
/
+10
2012-01-31
(CVE-2012-0440) [SECURITY] JSON-RPC permits to bypass token checks and can le...
Frédéric Buclin
1
-1
/
+13
2012-01-31
Bug 714446: Product.create default behavior is broken and inconsistent with POD
Frédéric Buclin
1
-17
/
+29
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
2011-12-28
Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email WebSer...
Frédéric Buclin
2
-19
/
+8
2011-12-06
Bug 657290: Bug.add_attachment() stores truncated timestamps in the DB (secon...
Frédéric Buclin
1
-1
/
+4
2011-12-05
Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add...
Matt Selsky
1
-1
/
+1
2011-10-15
Bug 689862: Fix Product.get to only return the Classification name,
Tiago Mello
1
-17
/
+2
2011-10-15
Bug 691243: Fix typo
Matt Selsky
1
-1
/
+1
2011-09-27
Bug 655652: Remove "internals" field from Product.get
Frédéric Buclin
1
-9
/
+35
2011-09-18
Fix typo in comments
Frédéric Buclin
1
-2
/
+2
2011-09-16
Fix typo in POD
Frédéric Buclin
1
-2
/
+2
2011-08-04
Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...
Frédéric Buclin
1
-2
/
+1
2011-07-20
Bug 600810: Use XMLRPC::Transport::HTTP:Apache as base class under mod_perl
Teemu Mannermaa
1
-1
/
+5
2011-07-05
Bug 658929 - User autocomplete is very slow when there are lots of users in t...
David Lawrence
1
-2
/
+2
2011-05-17
Bug 655229: Adds components, versions and milestones to Product.get
Byron Jones
2
-36
/
+233
2011-05-06
Bug 653341: Bug.create() fails to error out if an invalid group is passed
Frédéric Buclin
2
-4
/
+11
2011-04-17
Bug 469195: New WebService function, Group.create.
Carole Pryfer
2
-1
/
+149
2011-04-08
Improve the POD for Product.create.
Max Kanat-Alexander
1
-11
/
+17
2011-04-07
Bug 469193: WebService function to create new products (Product.create)
Julien Heyman
2
-0
/
+124
2011-03-08
Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.
Gervase Markham
1
-1
/
+1
2011-03-06
Bug 639151: Fix the webservice Bug.get method to return the correct see
Tiago Mello
1
-1
/
+2
2011-02-14
Bug 633055: Make Bug.legal_values explicitly throw an error if you pass "undef"
Max Kanat-Alexander
1
-0
/
+4
2011-02-14
Bug 609538: Make the JSON-RPC interface support UTF-8 when a recent version
Max Kanat-Alexander
1
-1
/
+16
2011-02-14
Bug 633422: Fix the documentation for User.get's include_disabled parameter
Max Kanat-Alexander
1
-2
/
+9
2011-02-11
Fix a POD compilation error.
Max Kanat-Alexander
1
-1
/
+1
2011-02-11
Fix the POD of Bug.add_attachment to reflect that it now automatically
Max Kanat-Alexander
1
-3
/
+2
2011-02-11
Bug 633041: Add an error code for zero_length_file and fill in content_type
Max Kanat-Alexander
2
-0
/
+5
2011-01-27
Bug 622679 - Autocomplete suggests inactive/disabled accounts as matches
David Lawrence
1
-1
/
+11
2010-12-27
Bug 588013: Fix typo
timeless
1
-1
/
+1
2010-12-13
Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.update
Max Kanat-Alexander
3
-17
/
+127
2010-12-06
Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix the
Max Kanat-Alexander
2
-1
/
+2
2010-11-04
Bug 605573: List all available WebService methods at the top of the POD
Frédéric Buclin
5
-77
/
+35
2010-10-28
Bug 607966: Use of qw(...) as parentheses is deprecated since Perl 5.13.5
Frédéric Buclin
1
-1
/
+1
2010-10-27
Bug 602458: Add is_mandatory to Bug.fields output.
Max Kanat-Alexander
1
-0
/
+9
[next]