summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
AgeCommit message (Expand)AuthorFilesLines
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
2012-02-22Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC API...Dave Lawrence1-0/+8
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-15/+5
2011-12-28Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email WebSer...Frédéric Buclin1-0/+1
2011-08-04Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when creati...Frédéric Buclin1-2/+1
2011-05-06Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin1-0/+1
2011-04-17Bug 469195: New WebService function, Group.create.Carole Pryfer1-1/+8
2011-04-07Bug 469193: WebService function to create new products (Product.create)Julien Heyman1-0/+9
2011-02-11Bug 633041: Add an error code for zero_length_file and fill in content_typeMax Kanat-Alexander1-0/+1
2010-12-13Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander1-0/+19
2010-12-06Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix theMax Kanat-Alexander1-0/+1
2010-10-14Bug 575947: Users with passwords length less than 6 characters can't login af...Frédéric Buclin1-0/+1
2010-07-18Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin1-2/+2
2010-07-14Remove some errors from WS_ERROR_CODE that don't exist on trunk.Max Kanat-Alexander1-2/+0
2010-07-14Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander1-0/+10
2010-07-13alias_not_allowed should be multiple_alias_not_allowedMax Kanat-Alexander1-1/+1
2010-07-13Bug 415813: Implement Bug.update() as an API for WebServicesMax Kanat-Alexander1-0/+1
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-4/+5
2010-03-28Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander1-2/+10
2010-03-24Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander1-2/+3
2010-02-06Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin1-0/+2
2009-09-11Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and Bug.c...mkanat%bugzilla.org1-0/+2
2009-08-10Fix POD for bug 471620, r=dkllpsolit%gmail.com1-0/+1
2009-08-09Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by FrédÃ...lpsolit%gmail.com1-1/+0
2009-07-21Bug 505390: Make Bugzilla (and thus the WebService) throw an error when you t...mkanat%bugzilla.org1-0/+2
2009-03-31Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org1-1/+0
2009-02-11Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebServicemkanat%bugzilla.org1-4/+20
2009-01-22Bug 474249: Add a WebService interface to add a See Also bug link to a bugmkanat%bugzilla.org1-0/+3
2009-01-09Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org1-1/+2
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org1-0/+4
2008-10-25Bug 291433: Ability to have custom fields whose visibility depends on the val...mkanat%bugzilla.org1-1/+1
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org1-0/+1
2008-06-19Bug 434620 – invalid_field_name and product_edit_denied have the same er...dkl%redhat.com1-2/+3
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com1-0/+2
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org1-11/+0
2008-02-12Bug 384009: Global fields (priority, severity, OS, and platform) are required...lpsolit%gmail.com1-0/+1
2008-01-22Bug 413343: Requesting data for a bug restricted to a group while you are log...lpsolit%gmail.com1-0/+1
2008-01-13Bug 411437: Clipping of "Free Text" fields when user enters more then 255 cha...lpsolit%gmail.com1-0/+1
2008-01-06Bug 355847: Make the WebService able to add a comment to a bugmkanat%bugzilla.org1-0/+2
2007-10-12Bug 313123: Implement $component->create and $component->update based on Obje...lpsolit%gmail.com1-1/+3
2007-09-19Bug 395632: [SECURITY] XML-RPC WebService Bugzilla::User::offer_account_by_em...mkanat%bugzilla.org1-0/+2
2007-09-11Bug 385778 – Bugzilla.timezone should be LOGIN_EXEMPT.wurblzap%gmail.com1-1/+1
2007-08-24Bug 221827 Missing Bug ID shouldn't be handled as Invalid Bug IDtimeless%mozdev.org1-2/+2
2007-07-14Bug 388036: Make Bugzilla::Bug do updating for alias in process_bugmkanat%bugzilla.org1-1/+0
2007-02-05Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org1-0/+11
2006-11-13Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org1-0/+2
2006-11-03Bug 355837: Make the webservice able to create bugsmkanat%bugzilla.org1-0/+22
2006-10-06Bug 350232: Allow the Webservice interface to create User Accountsmkanat%bugzilla.org1-0/+6
2006-10-05Bug 351175: The WebService interface should include the error text along with...mkanat%bugzilla.org1-1/+40
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-0/+32