summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Group.pm
AgeCommit message (Collapse)AuthorFilesLines
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-5/+4
Original patch by Gervase Markham r=gerv a=dkl
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
r=dkl
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ↵David Lawrence1-0/+6
are allowed instead of allowing access to any function imported into its namespace r=dylan,a=glob
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
r=dkl a=sgreen
2014-07-24Bug 1014345: Add Group.get RPC callDavid Lawrence1-2/+2
- Fixed typo in editusers group name and used $user->can_bless.
2014-07-02Bug 1014345 - Add Group.get RPC callSimon Green1-0/+281
r=glob, a=glob
2014-02-18Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ↵Dave Lawrence1-2/+2
to match mod_rewrite example r/a=glob
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-5/+40
r=glob,a=justdave
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
r/a=LpSolit
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+2
r=wicked a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-15/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-10-15Bug 658485: Implement Group.update to update groups from the WebServicesCarole Pryfer1-1/+151
r/a=mkanat
2011-04-17Bug 469195: New WebService function, Group.create.Carole Pryfer1-0/+141
r=mkanat, a=mkanat