summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST
AgeCommit message (Collapse)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy8-390/+319
2018-07-17Bug 1260096 - BugUserLastVisit api not working and throwing error code : 32614Kohei Yoshino1-0/+9
2018-07-10Bug 1469911 - Make user autocompletion fasterDylan William Hardison1-0/+5
2018-04-10Bug 1421110 - Add REST API endpoint for /bug/possible_duplicatesIsrael Madueme1-0/+5
2018-04-05Bug 1449282 - add jobqueue_status apiIsrael Madueme1-0/+5
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-1/+1
2017-05-24Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+30
the ES backend
2017-03-21Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-30/+0
the ES backend Skipping this for this week's push.
2017-03-17Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+30
the ES backend This not the cause of test failures, so should live on in master now.
2017-03-14Revert "Bug 1307485 - Add code to run a subset of buglist.cgi search queries ↵Dylan William Hardison1-30/+0
against the ES backend" This reverts commit 9c26c01867ca3e2af1e70c051140eea59c68c500.
2017-03-07Bug 1307485 - Add code to run a subset of buglist.cgi search queries against ↵Dylan William Hardison1-0/+30
the ES backend
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison5-0/+5
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison5-5/+0
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison5-0/+5
local symlink to data/ directory
2015-09-24Bug 1204683: Add whoami endpointDavid Lawrence1-0/+5
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones1-1/+9
2015-05-12Bug 1146770: implement comment previewByron Jones1-1/+6
2014-10-30Bug 1088253: GET REST calls should allow arbitrary URL parameters to be ↵David Lawrence1-0/+5
passed in addition the values in the path r=glob,a=glob
2014-10-09Bug 1079476: Backport upstream bug 1014345 and bug 658485 to bmo/4.2 to ↵David Lawrence1-0/+11
allow getting and updating groups
2014-06-03Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last ↵Dylan William Hardison [:dylan]1-0/+52
visit searching
2014-01-01Bug 918384 - backport upstream bug 756048 to bmo/4.2 to allow setting ↵Dave Lawrence1-1/+17
bug/attachment flags using the webservices
2013-12-10Bug 942725: backport bug 793963 to bmo (add the ability to tag comments with ↵Byron Jones1-0/+16
arbitrary tags)
2013-09-27Bug 915685 - backport upstream bug 914986 and bug 917483 to bmo/4.2 for ↵Dave Lawrence1-0/+6
allowing attachment metadata editing in webservice API
2013-09-13Bug 909442 - backport upstream bug 908338 to bmo/4.2 to add User.valid_login ↵Dave Lawrence1-0/+5
webservice method
2013-08-29Bug 909634 - backport upstream bug 893195 to bmo/4.2 for token auth support ↵Dave Lawrence1-0/+10
in webservices
2013-07-23Bug 897093 - Port the upstream Product.get webservice changes (bug 896066) ↵Dave Lawrence1-9/+16
to bmo/4.2
2013-07-15Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2Dave Lawrence6-0/+466
r=glob