aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST
Commit message (Collapse)AuthorAgeFilesLines
* Bug 1169395: BugUserLastVisit does not allow multiple bugs to be specifiedDylan William Hardison2015-06-101-2/+2
| | | | r=dkl,a=glob
* Bug 1088253: GET REST calls should allow arbitrary URL parameters to be ↵David Lawrence2014-10-291-0/+5
| | | | | | passed in addition the values in the path r=glob,a=glob
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-138-0/+8
| | | | r=dkl a=sgreen
* Bug 419568 - Web Service module to create a componentSimon Green2014-08-121-0/+47
| | | | r=dkl, a=sgreen
* Bug 1014345 - Add Group.get RPC callSimon Green2014-07-021-0/+3
| | | | r=glob, a=glob
* Bug 1023725 - Rename Bug.flag_types webservice call to FlagType.getSimon Green2014-06-192-19/+17
| | | | r=glob, a=glob
* Bug 1008764: Add a web service to create and update Flag typesSimon Green2014-05-221-0/+56
| | | | r=glob, a=justdave
* Bug 489028 - Record last-visited time of bugs when logged inDylan William Hardison2014-04-221-0/+52
| | | | r=glob a=justdave
* Bug 756048 - Add and update bug and attachment flags using the WebService API Dave Lawrence2013-12-311-1/+17
| | | | r=sgreen,a=justdave
* Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones2013-11-251-0/+16
| | | | r=dkl, a=glob
* Bug 914986 - Create Bug.update_attachment to update attachments via RPC/RESTSimon Green2013-09-131-0/+6
| | | r=dkl, a=sgreen
* Bug 893195 - Allow token based authentication for webservicesDave Lawrence2013-08-261-0/+10
| | | | r=glob,a=sgreen
* Bug 908338 - Create a new webservice called User.valid_login that will ↵Dave Lawrence2013-08-261-0/+5
| | | | | | verify if a cookie or login token is valid for the current user r=glob,a=sgreen
* Fix wrong links in REST PODFrédéric Buclin2013-08-033-3/+3
|
* Bug 896066 - Allow REST WebService API to for GET /product to allow ↵Dave Lawrence2013-07-231-9/+16
| | | | | | retrieval of multiple product objects r/a=glob
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-126-0/+466
r=glob,a=justdave