summaryrefslogtreecommitdiffstats
path: root/Bugzilla/API
AgeCommit message (Expand)AuthorFilesLines
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin14-15/+16
2016-02-23Bug 1246528 - Use Makefile.PL and allow Bugzilla use cpanm-compatible local d...Dylan Hardison1-1/+1
2016-02-07Bug 1237161: Allow users with bless permissions to update users group members...Matt Tyson1-0/+3
2016-01-20Bug 1240029 - The REST API doesn't work correctly with mod_perlDavid Lawrence1-1/+7
2016-01-15'Bug 1159057: change to create flags as part of bug creation process. r=gervMatt Tyson2-13/+22
2016-01-14Bug 1239582 - The new REST API fails to work properly under mod_perl due to i...David Lawrence1-3/+3
2015-12-22Revert "Bug 1230932 - Providing a condition as an ID to the webservice result...David Lawrence2-3/+22
2015-12-22Bug 1230932 - Providing a condition as an ID to the webservice results in a t...Dylan Hardison2-22/+3
2015-12-21Bug 1234297: "GET /rest/last_audit_time" complains that you must use POSTFrédéric Buclin1-0/+1
2015-12-18Bug 1232190: FlagType.create should require the user to be logged inFrédéric Buclin1-7/+3
2015-12-18Bug 1232186: Component.update and Component.delete are brokenFrédéric Buclin1-6/+5
2015-12-16Bug 1232180 - Incorrect regexp used to filter bug IDs in Bugzilla::WebService...Dylan Hardison1-2/+2
2015-12-16Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison1-1/+1
2015-12-16Bug 1160394 - Products.get_products is missing from PUBLIC_METHODS (for backw...Matt Tyson1-6/+0
2015-12-10Bug 1169181 - The bug_user_last_visit method returns an empty array for old bugsDylan Hardison1-15/+11
2015-07-29Bug 399078 - Remove the 'musthavemilestoneonaccept' parameterSimon Green1-2/+0
2015-07-29Bug 399078 - Remove the 'musthavemilestoneonaccept' parameterSimon Green1-2/+0
2015-07-25Bug 1161070: api searches should honour the same fields in its "order" parame...David Lawrence1-1/+19
2015-06-28Bug 1178618: POD test failing due to undocumented methods api_version, api_na...David Lawrence1-0/+5
2015-06-28Bug 1178618: POD test failing due to undocumented methods api_version and api...David Lawrence1-0/+4
2015-06-10Bug 1169395: BugUserLastVisit does not allow multiple bugs to be specifiedDylan William Hardison1-2/+2
2015-05-18Bug 1162334: email_enabled value inverted in User.update RPC callJeff Fearn1-2/+0
2015-05-11Bug 1140575: Comment-creation WebService API should allow tags to be specifiedDavid Lawrence1-0/+5
2015-05-08Bug 1149055: flag requestees are unable to set an attachment flag via a the u...Byron Jones1-6/+27
2015-04-29Bug 1051056 - The REST API needs to be versioned so that new changes can be m...David Lawrence1-1/+1
2015-04-29Bug 1159582: All api responses have unnecessary 'result'Byron Jones1-2/+1
2015-04-24Bug 1157405: Bugzilla.parameters is not accessible when requirelogin = 1 and ...Frédéric Buclin1-3/+2
2015-04-21Bug 1156240: Return proper "See Also" data on REST API call to a bugDavid Lawrence1-1/+1
2015-04-15Bug 1154099: Remove support for Bug.get_bugs and Bug.get_historyMatt Tyson1-17/+0
2015-04-13Bug 1153125: bug 1051056 causes "Constant subroutine redefined" warnings duri...David Lawrence10-15/+16
2015-04-10Bug 1051056: The REST API needs to be versioned so that new changes can be ma...David Lawrence1-1/+2
2015-04-10Bug 1152319: calling /rest/logout results in an internal error and a malforme...David Lawrence1-0/+10
2015-04-10Fix a bug in Bugzilla::API::Server::response_header(), see bug 1051056Frédéric Buclin1-2/+2
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ma...David Lawrence14-0/+12334