summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
AgeCommit message (Expand)AuthorFilesLines
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-1/+2
2012-08-18Forgot to remove some codeFrédéric Buclin1-3/+0
2012-08-18Bug 697224: User.get should return a list of all your saved searchesKoosha Khajeh Moogahi1-28/+63
2012-08-10Backout bug 679224Frédéric Buclin1-43/+0
2012-07-24Bug 697224 - Add methods to get a user's saved searches to the WebService (ne...Koosha Khajeh Moogahi1-0/+43
2012-07-24Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky1-3/+3
2012-04-18Bug 416137: WebService function to update a user's information (User.update)Julien Heyman1-2/+180
2012-02-24Bug 692507 - WebService API calls where appropriate should be using the shado...Dave Lawrence1-0/+2
2012-02-21Bug 709944 - Expose groups of which a user is part Dave Lawrence1-3/+51
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-17/+5
2011-12-28Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email WebSer...Frédéric Buclin1-19/+7
2011-07-05Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence1-2/+2
2011-03-08Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat.Gervase Markham1-1/+1
2011-02-14Bug 633422: Fix the documentation for User.get's include_disabled parameterMax Kanat-Alexander1-2/+9
2011-01-27Bug 622679 - Autocomplete suggests inactive/disabled accounts as matchesDavid Lawrence1-1/+11
2010-11-04Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin1-20/+8
2010-10-14Bug 575947: Users with passwords length less than 6 characters can't login af...Frédéric Buclin1-0/+5
2010-07-06Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin1-1/+1
2010-06-18Bug 548198: Add a method of limiting the User.get results by group name or idMax Kanat-Alexander1-7/+53
2010-04-22Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander1-0/+4
2010-03-06Update the stability status of several WebService methods.Max Kanat-Alexander1-2/+2
2009-11-09Bug 525734: Allow WebService clients to authenticate using Bugzilla_login and...mkanat%bugzilla.org1-5/+5
2009-08-10Fix POD for bug 471620, r=dkllpsolit%gmail.com1-3/+6
2009-01-26Bug 473646 - WebService methods should check list parameters for scalars and...dkl%redhat.com1-2/+2
2009-01-07Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org1-28/+4
2008-11-26Bug 450209: Clean up WebService POD and add a History section for all functio...mkanat%bugzilla.org1-8/+31
2008-07-21Bug 445885 – User.login should ThrowUserError when called with incorrect...dkl%redhat.com1-1/+11
2008-07-01Bug 437617: Make "type" a method of Bugzilla::WebServicemkanat%bugzilla.org1-19/+17
2008-06-20Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org1-9/+53
2008-06-20Bug 432914: include_fields and exclude_fields arguments for WebService User.g...mkanat%bugzilla.org1-4/+33
2008-05-29Bug 412725: WebService functions to get information about a Userdkl%redhat.com1-0/+176
2008-04-17Bug 428941 – Allow extension webservices to override LOGIN_EXEMPTbbaetz%acm.org1-0/+6
2007-09-19Bug 395632: [SECURITY] XML-RPC WebService Bugzilla::User::offer_account_by_em...mkanat%bugzilla.org1-0/+8
2007-02-05Bug 358354: WebService should perform a login in xmlrpc.cgimkanat%bugzilla.org1-3/+0
2006-11-03Bug 357322: Make the login/logout of webservice conform to the bugzilla webse...mkanat%bugzilla.org1-36/+145
2006-10-06Bug 350232: Allow the Webservice interface to create User Accountsmkanat%bugzilla.org1-0/+137
2006-08-20Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com1-0/+55