summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
AgeCommit message (Expand)AuthorFilesLines
2018-12-05no bug - reformat all the code using the new perltidy rulesPerl Tidy1-346/+344
2018-07-27Bug 1320977 - Add review/feedback/needinfo request counts and block statuses ...Kohei Yoshino1-1/+5
2018-07-10Bug 1469911 - Make user autocompletion fasterDylan William Hardison1-0/+62
2017-11-29 Bug 1393950 - Block users from signing into Phabricator unless they have MFA...Dylan William Hardison1-7/+11
2017-07-07Bug 1377933 - Remove trailing whitespace from all perl filesDylan William Hardison1-23/+23
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-17/+8
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...Dylan William Hardison1-8/+17
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-17/+8
2015-10-12Bug 1199089 - add support for duo-securityByron Jones1-1/+1
2015-09-24Bug 1204683: Add whoami endpointDavid Lawrence1-0/+66
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones1-0/+14
2015-05-26Bug 1146782: backport bug 1159589 to bmo (migrate autocomplete from yui to jq...Byron Jones1-4/+7
2015-05-18Bug 1162334: email_enabled value inverted in User.update RPC callJeff Fearn1-2/+0
2015-01-29Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api keys...David Lawrence1-3/+19
2015-01-27Bug 1124437: Backport upstream bug 1090275 to bmo/4.2 to whitelist webservice...Byron Jones1-0/+10
2014-11-14Bug 1097813: backport upstream bug 1001462 to bmo/4.2 to fix issue with using...David Lawrence1-32/+18
2014-10-09Bug 1079463: Bugzilla::WebService::User missing update methodDavid Lawrence1-2/+216
2014-04-28Bug 1000913 - Backport upstream bug 540818 to bmo/4.2 to improve include_fiel...David Lawrence1-4/+4
2014-02-06Bug 967607: User.get shouldn't load data that requires extra database queries...Byron Jones1-28/+36
2013-09-13Bug 909442 - backport upstream bug 908338 to bmo/4.2 to add User.valid_login ...Dave Lawrence1-0/+55
2013-09-09Bug 914196 - Documentation for User.login should state cookies not used for J...Dave Lawrence1-1/+3
2013-08-29Bug 909634 - backport upstream bug 893195 to bmo/4.2 for token auth support i...Dave Lawrence1-7/+22
2013-07-15Bug 892601 - Port over upstream native REST patch (bug 866927) to bmo/4.2Dave Lawrence1-2/+37
2012-11-14merged with bugzilla/4.2Dave Lawrence1-6/+20
2012-11-13Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups wh...Frédéric Buclin1-6/+20
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence1-7/+7
2012-07-24Bug 697224 - Add methods to get a user's saved searches to the WebService (ne...Koosha Khajeh Moogahi1-0/+43
2012-02-24Bug 692507 - WebService API calls where appropriate should be using the shado...Dave Lawrence1-0/+2
2012-02-24Bug 709944 - Expose groups of which a user is partDave Lawrence1-3/+51
2012-01-09merge with bugzilla/4.2Dave Lawrence1-19/+7
2011-12-28Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email WebSer...Frédéric Buclin1-19/+7
2011-10-05more porting workDavid Lawrence1-0/+4
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