summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST
AgeCommit message (Collapse)AuthorFilesLines
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