aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 726696 - All authenticated WebServices methods should require username/pa...Simon Green2014-07-271-4/+12
* Bug 469196 - WebService function to update a user's group membershipSimon Green2014-07-021-0/+35
* Backout of Bug 1001462 - Bug.search causes error when using simple token auth...David Lawrence2014-05-121-1/+7
* Bug 1001462 - Bug.search causes error when using simple token auth and specif...David Lawrence2014-05-121-7/+1
* Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin2014-04-171-31/+21
* Bug 540818 - Improve include_fields and exclude_fields to accept _default, _a...David Lawrence2014-04-111-4/+4
* Bug 863093: The usermatchmode parameter no longer exists. The POD for User.ge...Frédéric Buclin2014-02-281-3/+0
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-3/+3
* Bug 962060 - User.get ignores the "maxusermatches" parameter and allows listi...Dave Lawrence2014-02-251-6/+22
* Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ...Dave Lawrence2014-02-181-4/+4
* Bug 967607: User.get shouldn't load data that requires extra database queries...Byron Jones2014-02-061-11/+21
* Bug 914196 - Documentation for User.login should state cookies not used for J...Dave Lawrence2013-09-091-1/+3
* Bug 893195 - Allow token based authentication for webservicesDave Lawrence2013-08-261-7/+22
* Bug 908338 - Create a new webservice called User.valid_login that will verify...Dave Lawrence2013-08-261-0/+55
* Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence2013-07-121-2/+45
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups wh...Frédéric Buclin2012-11-131-11/+25
* Fix the indentationFrédéric Buclin2012-11-081-1/+1
* Bug 808300: Requesting data for your own account using User.get should also r...Koosha Khajeh Moogahi2012-11-081-4/+13
* Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence2012-10-161-8/+8
* Bug 794125: Make User.get ignore duplicate groups for membership look upsKoosha Khajeh Moogahi2012-10-041-3/+5
* Bug 781075 - Add WebService support for accessing a user's saved reportsReed Loden2012-09-031-9/+41
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-1/+2
* Forgot to remove some codeFrédéric Buclin2012-08-181-3/+0
* Bug 697224: User.get should return a list of all your saved searchesKoosha Khajeh Moogahi2012-08-181-28/+63
* Backout bug 679224Frédéric Buclin2012-08-101-43/+0
* Bug 697224 - Add methods to get a user's saved searches to the WebService (ne...Koosha Khajeh Moogahi2012-07-241-0/+43
* Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky2012-07-241-3/+3
* Bug 416137: WebService function to update a user's information (User.update)Julien Heyman2012-04-181-2/+180
* Bug 692507 - WebService API calls where appropriate should be using the shado...Dave Lawrence2012-02-241-0/+2
* Bug 709944 - Expose groups of which a user is part Dave Lawrence2012-02-211-3/+51
* 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
* Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email WebSer...Frédéric Buclin2011-12-281-19/+7
* Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence2011-07-051-2/+2
* 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
* Bug 622679 - Autocomplete suggests inactive/disabled accounts as matchesDavid Lawrence2011-01-271-1/+11
* Bug 605573: List all available WebService methods at the top of the PODFrédéric Buclin2010-11-041-20/+8
* Bug 575947: Users with passwords length less than 6 characters can't login af...Frédéric Buclin2010-10-141-0/+5
* Bug 577049: POD must mention Bugzilla 4.0 instead of 3.8Frédéric Buclin2010-07-061-1/+1
* Bug 548198: Add a method of limiting the User.get results by group name or idMax Kanat-Alexander2010-06-181-7/+53
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-221-0/+4
* 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 and...mkanat%bugzilla.org2009-11-091-5/+5
* Fix POD for bug 471620, r=dkllpsolit%gmail.com2009-08-101-3/+6
* Bug 473646 - WebService methods should check list parameters for scalars and...dkl%redhat.com2009-01-261-2/+2
* Bug 450403: Add ability to view comments via the web service (Bug.comments)mkanat%bugzilla.org2009-01-071-28/+4
* Bug 450209: Clean up WebService POD and add a History section for all functio...mkanat%bugzilla.org2008-11-261-8/+31
* Bug 445885 – User.login should ThrowUserError when called with incorrect...dkl%redhat.com2008-07-211-1/+11