aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-17/+5
| | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
* Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email ↵Frédéric Buclin2011-12-281-19/+7
| | | | | | WebService method lets you create new user accounts independently of the value of Bugzilla::Auth::Verify::*::user_can_create_account r=glob a=LpSolit
* Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2011-07-051-2/+2
| | | | | | the profiles table r/a=mkanat
* Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham2011-03-081-1/+1
|
* Bug 633422: Fix the documentation for User.get's include_disabled parameterMax Kanat-Alexander2011-02-131-2/+9
| | | | | and make User.get check that its required parameters are passed. r=LpSolit, a=mkanat
* Bug 622679 - Autocomplete suggests inactive/disabled accounts as matchesDavid Lawrence2011-01-271-1/+11
| | | | r/a=mkanat
* Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin2010-11-041-20/+8
| | | | r/a=mkanat
* Bug 575947: Users with passwords length less than 6 characters can't login ↵Frédéric Buclin2010-10-141-0/+5
| | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat
* Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin2010-07-061-1/+1
| | | | r/a=mkanat
* Bug 548198: Add a method of limiting the User.get results by group name or idMax Kanat-Alexander2010-06-181-7/+53
| | | | r=dkl, a=mkanat
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-221-0/+4
| | | | r=dkl, a=mkanat
* Update the stability status of several WebService methods.Max Kanat-Alexander2010-03-051-2/+2
|
* Bug 525734: Allow WebService clients to authenticate using Bugzilla_login ↵mkanat%bugzilla.org2009-11-091-5/+5
| | | | | | and Bugzilla_password Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Fix POD for bug 471620, r=dkllpsolit%gmail.com2009-08-101-3/+6
|
* Bug 473646 - WebService methods should check list parameters for scalars ↵dkl%redhat.com2009-01-261-2/+2
| | | | | | and convert before use Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2009-01-071-28/+4
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 450209: Clean up WebService POD and add a History section for all ↵mkanat%bugzilla.org2008-11-261-8/+31
| | | | | | functions that need one Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 445885 – User.login should ThrowUserError when called with ↵dkl%redhat.com2008-07-211-1/+11
| | | | | | incorrect parameters Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
* Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org2008-07-011-19/+17
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-201-9/+53
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 432914: include_fields and exclude_fields arguments for WebService ↵mkanat%bugzilla.org2008-06-201-4/+33
| | | | | | User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-291-0/+176
| | | | Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
* Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org2008-04-171-0/+6
| | | | r/a=mkanat
* Bug 395632: [SECURITY] XML-RPC WebService ↵mkanat%bugzilla.org2007-09-191-0/+8
| | | | | | Bugzilla::User::offer_account_by_email does not check createemailregexp Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=mkanat
* Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org2007-02-051-3/+0
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
* Bug 357322: Make the login/logout of webservice conform to the bugzilla ↵mkanat%bugzilla.org2006-11-031-36/+145
| | | | | | webservice standard Patch By Mads Bondo Dydensborg <mbd@dbc.dk> r=mkanat, a=justdave
* Bug 350232: Allow the Webservice interface to create User Accountsmkanat%bugzilla.org2006-10-061-0/+137
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=Wurblzap, a=justdave
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+55
Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk