aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Constants.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-6/+7
| | | | r=glob a=justdave
* Bug 966277 - Bugzilla native REST API should default to application/json if ↵Dave Lawrence2014-02-051-2/+3
| | | | | | no Accept header was set r=dkl,a=justdave
* Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence2013-12-311-0/+7
| | | | r=sgreen,a=justdave
* Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones2013-11-251-1/+6
| | | | r=dkl, a=glob
* Bug 931765 - When you enter your login or password wrong, the error message ↵tinajohnson.1234@gmail.com2013-11-051-1/+1
| | | | | | shown "The username or password you entered is not valid" should be edited to "The login or password you entered is not valid" r=dkl,a=sgreen
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-2/+61
| | | | r=glob,a=justdave
* Bug 859118 - Bug.search called with no arguments returns all visible bugs, ↵Dave Lawrence2013-05-031-0/+3
| | | | | | ignoring max_search_results and search_allow_no_criteria r/a=LpSolit
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
| | | | r/a=LpSolit
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+8
| | | | r/a=LpSolit
* Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups ↵Frédéric Buclin2012-11-131-0/+1
| | | | | | when using User.get() r=dkl a=LpSolit
* Bug 694755: Add Classification API to WebServices (implement ↵Koosha Khajeh Moogahi2012-09-211-5/+9
| | | | | | Classification.get()) r/a=LpSolit
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+2
| | | | r=wicked a=LpSolit
* Bug 725663 - (CVE-2012-0453) [SECURITY] CSRF vulnerability in the XML-RPC ↵Dave Lawrence2012-02-221-0/+8
| | | | | | API when using mod_perl r/a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-15/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email ↵Frédéric Buclin2011-12-281-0/+1
| | | | | | WebService method lets you create new user accounts independently of the value of Bugzilla::Auth::Verify::*::user_can_create_account r=glob a=LpSolit
* Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵Frédéric Buclin2011-08-041-2/+1
| | | | | | creating or editing a bug r=mkanat a=LpSolit
* Bug 653341: Bug.create() fails to error out if an invalid group is passedFrédéric Buclin2011-05-061-0/+1
| | | | r/a=mkanat
* Bug 469195: New WebService function, Group.create.Carole Pryfer2011-04-161-1/+8
| | | | r=mkanat, a=mkanat
* Bug 469193: WebService function to create new products (Product.create)Julien Heyman2011-04-071-0/+9
| | | | r/a=mkanat
* Bug 633041: Add an error code for zero_length_file and fill in content_typeMax Kanat-Alexander2011-02-101-0/+1
| | | | | | for patches when content_type is missing in Bug.add_attachment in the WebService r=LpSolit, a=LpSolit
* Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.updateMax Kanat-Alexander2010-12-131-0/+19
| | | | | | and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit
* Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix theMax Kanat-Alexander2010-12-061-0/+1
| | | | | | regex used by _bz_callback in Bugzilla::WebService::Server::JSONRPC to accept numbers other than 0 or 1. r=LpSolit, a=mkanat
* Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin2010-10-141-0/+1
| | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
* Bug 119703: Create an attachment by pasting it into a text fieldFrédéric Buclin2010-07-181-2/+2
| | | | r/a=mkanat
* Remove some errors from WS_ERROR_CODE that don't exist on trunk.Max Kanat-Alexander2010-07-131-2/+0
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=412074
* Bug 412074: Ability to add attachments to a bug via the WebServiceMax Kanat-Alexander2010-07-131-0/+10
| | | | | (Bug.add_attachment) r=timello, a=mkanat
* alias_not_allowed should be multiple_alias_not_allowedMax Kanat-Alexander2010-07-121-1/+1
| | | https://bugzilla.mozilla.org/show_bug.cgi?id=415813
* Bug 415813: Implement Bug.update() as an API for WebServicesMax Kanat-Alexander2010-07-121-0/+1
| | | | r=dkl, a=mkanat
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-221-4/+5
| | | | r=dkl, a=mkanat
* Bug 553913: Add explicit error codes to WebService errors that were missingMax Kanat-Alexander2010-03-281-2/+10
| | | | | them r=dkl, a=mkanat
* Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander2010-03-231-2/+3
| | | | | | provide login credentials on a LOGIN_REQUIRED page. (Before this, it was attempting to display the HTML login page to JSON-RPC clients.) r=dkl, a=mkanat
* Bug 515568: handle_login() doesn't check $@ after evalFrédéric Buclin2010-02-061-0/+2
| | | | r/a=mkanat
* Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and ↵mkanat%bugzilla.org2009-09-111-0/+2
| | | | | | Bug.create (CVE-2009-3165) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Fix POD for bug 471620, r=dkllpsolit%gmail.com2009-08-101-0/+1
|
* Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by ↵lpsolit%gmail.com2009-08-091-1/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit
* Bug 505390: Make Bugzilla (and thus the WebService) throw an error when you ↵mkanat%bugzilla.org2009-07-211-0/+2
| | | | | | try to add a private comment but aren't an insider. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 432907: Create a JSON frontend for WebServicesmkanat%bugzilla.org2009-03-311-1/+0
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebServicemkanat%bugzilla.org2009-02-111-4/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 474249: Add a WebService interface to add a See Also bug link to a bugmkanat%bugzilla.org2009-01-221-0/+3
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 471942: Make the WebService validate and properly convert input parametersmkanat%bugzilla.org2009-01-091-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2009-01-071-0/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 291433: Ability to have custom fields whose visibility depends on the ↵mkanat%bugzilla.org2008-10-251-1/+1
| | | | | | values of other fields Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=mkanat
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-201-0/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 434620 – invalid_field_name and product_edit_denied have the same ↵dkl%redhat.com2008-06-191-2/+3
| | | | | | error ID Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-291-0/+2
| | | | Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
* Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org2008-04-171-11/+0
| | | | r/a=mkanat
* Bug 384009: Global fields (priority, severity, OS, and platform) are ↵lpsolit%gmail.com2008-02-121-0/+1
| | | | required when using WebService instead of using the defaults - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 413343: Requesting data for a bug restricted to a group while you are ↵lpsolit%gmail.com2008-01-221-0/+1
| | | | logged out throws "Error 32000" - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 411437: Clipping of "Free Text" fields when user enters more then 255 ↵lpsolit%gmail.com2008-01-121-0/+1
| | | | characters - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 355847: Make the WebService able to add a comment to a bugmkanat%bugzilla.org2008-01-061-0/+2
| | | | Patch By Tsahi Asher <tsahi_75@yahoo.com> r=mkanat, a=mkanat