summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST
AgeCommit message (Collapse)AuthorFilesLines
2015-04-08Bug 1051056: The REST API needs to be versioned so that new changes can be ↵David Lawrence9-723/+0
made that do not break compatibility r=dylan,a=glob
2014-12-06Bug 1052202 - Web Service module to update and delete componentsSimon Green1-0/+28
r=dylan, a=glob
2014-10-29Bug 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-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin8-0/+8
r=dkl a=sgreen
2014-08-12Bug 419568 - Web Service module to create a componentSimon Green1-0/+47
r=dkl, a=sgreen
2014-07-02Bug 1014345 - Add Group.get RPC callSimon Green1-0/+3
r=glob, a=glob
2014-06-19Bug 1023725 - Rename Bug.flag_types webservice call to FlagType.getSimon Green2-19/+17
r=glob, a=glob
2014-05-22Bug 1008764: Add a web service to create and update Flag typesSimon Green1-0/+56
r=glob, a=justdave
2014-04-22Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison1-0/+52
r=glob a=justdave
2013-12-31Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence1-1/+17
r=sgreen,a=justdave
2013-11-25Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones1-0/+16
r=dkl, a=glob
2013-09-13Bug 914986 - Create Bug.update_attachment to update attachments via RPC/RESTSimon Green1-0/+6
r=dkl, a=sgreen
2013-08-27Bug 893195 - Allow token based authentication for webservicesDave Lawrence1-0/+10
r=glob,a=sgreen
2013-08-27Bug 908338 - Create a new webservice called User.valid_login that will ↵Dave Lawrence1-0/+5
verify if a cookie or login token is valid for the current user r=glob,a=sgreen
2013-08-03Fix wrong links in REST PODFrédéric Buclin3-3/+3
2013-07-23Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence1-9/+16
retrieval of multiple product objects r/a=glob
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence6-0/+466
r=glob,a=justdave