Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-24 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -0/+1 | |
the ES backend | |||||
2017-03-21 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -1/+0 | |
the ES backend Skipping this for this week's push. | |||||
2017-03-17 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -0/+1 | |
the ES backend This not the cause of test failures, so should live on in master now. | |||||
2017-03-14 | Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵ | Dylan William Hardison | 1 | -1/+0 | |
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500. | |||||
2017-03-07 | Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵ | Dylan William Hardison | 1 | -0/+1 | |
the ES backend | |||||
2016-09-13 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -15/+8 | |
local symlink to data/ directory | |||||
2016-09-12 | Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵ | Dylan William Hardison | 1 | -8/+15 | |
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6. | |||||
2016-09-12 | Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵ | Dylan William Hardison | 1 | -15/+8 | |
local symlink to data/ directory | |||||
2016-02-23 | Bug 1244718 - API documentation is missing error codes | David Lawrence | 1 | -0/+3 | |
2015-12-22 | Revert "Bug 1234325 - Backport upstream bug 1230932 to bmo/4.2 to fix ↵ | David Lawrence | 1 | -2/+0 | |
providing a condition as an ID to the webservice results in a taint error" This reverts commit 1e7b4002794930fad702718714b5d1c291bf816c. | |||||
2015-12-21 | Bug 1234325 - Backport upstream bug 1230932 to bmo/4.2 to fix providing a ↵ | David Lawrence | 1 | -0/+2 | |
condition as an ID to the webservice results in a taint error | |||||
2015-07-06 | Bug 1180711: invalid_cookies_or_token should have a real error code | Byron Jones | 1 | -0/+1 | |
2015-03-26 | Bug 1147550: Minimum password length handler not trusted by password change | Byron Jones | 1 | -1/+2 | |
2015-03-11 | Bug 1141440 - OPTION response for CORS requests to REST doesn't allow ↵ | David Lawrence | 1 | -0/+12 | |
X-Bugzilla headers | |||||
2015-01-29 | Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵ | David Lawrence | 1 | -0/+3 | |
keys for authentication | |||||
2014-11-11 | Bug 1089805: BzAPI compatibility layer returns HTTP 200 when a bug update failed | David Lawrence | 1 | -20/+27 | |
2014-10-09 | Bug 1079476: Backport upstream bug 1014345 and bug 658485 to bmo/4.2 to ↵ | David Lawrence | 1 | -0/+1 | |
allow getting and updating groups | |||||
2014-07-10 | Bug 1036268: REST webservice should return http/404 for invalid methods | David Lawrence | 1 | -0/+1 | |
2014-06-03 | Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵ | Dylan William Hardison [:dylan] | 1 | -0/+1 | |
visit searching | |||||
2014-02-05 | Bug 968482 - backport bug 966277 to bmo/4.2 to set default content type if ↵ | Dave Lawrence | 1 | -2/+3 | |
no accept header provided | |||||
2014-01-01 | Bug 918384 - backport upstream bug 756048 to bmo/4.2 to allow setting ↵ | Dave Lawrence | 1 | -0/+7 | |
bug/attachment flags using the webservices | |||||
2013-12-10 | Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵ | Byron Jones | 1 | -1/+6 | |
arbitrary tags) | |||||
2013-07-15 | Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2 | Dave Lawrence | 1 | -7/+67 | |
r=glob | |||||
2013-05-04 | Bug 859118 - Bug.search called with no arguments returns all visible bugs, ↵ | Dave Lawrence | 1 | -0/+3 | |
ignoring max_search_results and search_allow_no_criteria r/a=LpSolit | |||||
2012-11-13 | Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups ↵ | Frédéric Buclin | 1 | -0/+1 | |
when using User.get() 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 | |||||
2011-12-28 | Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email ↵ | Frédéric Buclin | 1 | -0/+1 | |
WebService method lets you create new user accounts independently of the value of Bugzilla::Auth::Verify::*::user_can_create_account r=dkl a=LpSolit | |||||
2011-08-04 | Bug 653477: (CVE-2011-2380) [SECURITY] Group names can be guessed when ↵ | Frédéric Buclin | 1 | -2/+1 | |
creating or editing a bug r=mkanat a=LpSolit | |||||
2011-05-06 | Bug 653341: Bug.create() fails to error out if an invalid group is passed | Frédéric Buclin | 1 | -0/+1 | |
r/a=mkanat | |||||
2011-04-17 | Bug 469195: New WebService function, Group.create. | Carole Pryfer | 1 | -1/+8 | |
r=mkanat, a=mkanat | |||||
2011-04-07 | Bug 469193: WebService function to create new products (Product.create) | Julien Heyman | 1 | -0/+9 | |
r/a=mkanat | |||||
2011-02-11 | Bug 633041: Add an error code for zero_length_file and fill in content_type | Max Kanat-Alexander | 1 | -0/+1 | |
for patches when content_type is missing in Bug.add_attachment in the WebService r=LpSolit, a=LpSolit | |||||
2010-12-13 | Bug 617477: Fix numerous consistency and behavior issues surroudning Bug.update | Max Kanat-Alexander | 1 | -0/+19 | |
and Bugzilla::Bug. See https://bugzilla.mozilla.org/show_bug.cgi?id=617477#c2 for details. r=LpSolit, a=LpSolit | |||||
2010-12-06 | Bug 617030 - Add an error code for json_rpc_invalid_callback, and fix the | Max Kanat-Alexander | 1 | -0/+1 | |
regex used by _bz_callback in Bugzilla::WebService::Server::JSONRPC to accept numbers other than 0 or 1. r=LpSolit, a=mkanat | |||||
2010-10-14 | Bug 575947: Users with passwords length less than 6 characters can't login ↵ | Frédéric Buclin | 1 | -0/+1 | |
after migration from 3.4.x or older to 3.6 or newer r/a=mkanat | |||||
2010-07-18 | Bug 119703: Create an attachment by pasting it into a text field | Frédéric Buclin | 1 | -2/+2 | |
r/a=mkanat | |||||
2010-07-14 | Remove some errors from WS_ERROR_CODE that don't exist on trunk. | Max Kanat-Alexander | 1 | -2/+0 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=412074 | |||||
2010-07-14 | Bug 412074: Ability to add attachments to a bug via the WebService | Max Kanat-Alexander | 1 | -0/+10 | |
(Bug.add_attachment) r=timello, a=mkanat | |||||
2010-07-13 | alias_not_allowed should be multiple_alias_not_allowed | Max Kanat-Alexander | 1 | -1/+1 | |
https://bugzilla.mozilla.org/show_bug.cgi?id=415813 | |||||
2010-07-13 | Bug 415813: Implement Bug.update() as an API for WebServices | Max Kanat-Alexander | 1 | -0/+1 | |
r=dkl, a=mkanat | |||||
2010-04-22 | Bug 550732: Allow read-only JSON-RPC methods to be called with GET | Max Kanat-Alexander | 1 | -4/+5 | |
r=dkl, a=mkanat | |||||
2010-03-28 | Bug 553913: Add explicit error codes to WebService errors that were missing | Max Kanat-Alexander | 1 | -2/+10 | |
them r=dkl, a=mkanat | |||||
2010-03-24 | Bug 553770: Make the JSON-RPC WebService throw a proper error when you don't | Max Kanat-Alexander | 1 | -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 | |||||
2010-02-06 | Bug 515568: handle_login() doesn't check $@ after eval | Frédéric Buclin | 1 | -0/+2 | |
r/a=mkanat | |||||
2009-09-11 | Bug 515191: [SECURITY] SQL Injection via Bug.search (CVE-2009-3125) and ↵ | mkanat%bugzilla.org | 1 | -0/+2 | |
Bug.create (CVE-2009-3165) Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | |||||
2009-08-10 | Fix POD for bug 471620, r=dkl | lpsolit%gmail.com | 1 | -0/+1 | |
2009-08-09 | Bug 471620: USER_PASSWORD_MAX_LENGTH is no longer needed - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r=dkl a=LpSolit | |||||
2009-07-21 | Bug 505390: Make Bugzilla (and thus the WebService) throw an error when you ↵ | mkanat%bugzilla.org | 1 | -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 | |||||
2009-03-31 | Bug 432907: Create a JSON frontend for WebServices | mkanat%bugzilla.org | 1 | -1/+0 | |
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat | |||||
2009-02-11 | Bug 475151: Refactor the XML-RPC server stuff out of Bugzilla::WebService | mkanat%bugzilla.org | 1 | -4/+20 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat |