summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/User.pm
AgeCommit message (Expand)AuthorFilesLines
2016-10-12Bug 1307003 - Add whoami endpointDavid Lawrence1-0/+66
2016-04-27Bug 218917 - Allow the login name to be different from the email addressFrédéric Buclin1-17/+34
2016-02-29Bug 1136137: Require Perl 5.14Frédéric Buclin1-1/+1
2016-02-07Bug 1237161: Allow users with bless permissions to update users group members...Matt Tyson1-1/+9
2015-05-18Bug 1162334: email_enabled value inverted in User.update RPC callJeff Fearn1-2/+0
2015-01-21Bug 1090275: WebServices modules should maintain a whitelist of methods that ...David Lawrence1-0/+10
2014-11-12Bug 1001462: Bug.search causes error when using simple token auth and specify...David Lawrence1-16/+18
2014-08-13Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin1-0/+1
2014-07-27Bug 726696 - All authenticated WebServices methods should require username/pa...Simon Green1-4/+12
2014-07-02Bug 469196 - WebService function to update a user's group membershipSimon Green1-0/+35
2014-05-12Backout of Bug 1001462 - Bug.search causes error when using simple token auth...David Lawrence1-1/+7
2014-05-12Bug 1001462 - Bug.search causes error when using simple token auth and specif...David Lawrence1-7/+1
2014-04-17Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin1-31/+21
2014-04-11Bug 540818 - Improve include_fields and exclude_fields to accept _default, _a...David Lawrence1-4/+4
2014-02-28Bug 863093: The usermatchmode parameter no longer exists. The POD for User.ge...Frédéric Buclin1-3/+0
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-3/+3
2014-02-25Bug 962060 - User.get ignores the "maxusermatches" parameter and allows listi...Dave Lawrence1-6/+22
2014-02-18Bug 972465 - Update all REST documentation to prepend /rest/ to the examples ...Dave Lawrence1-4/+4
2014-02-06Bug 967607: User.get shouldn't load data that requires extra database queries...Byron Jones1-11/+21
2013-09-09Bug 914196 - Documentation for User.login should state cookies not used for J...Dave Lawrence1-1/+3
2013-08-27Bug 893195 - Allow token based authentication for webservicesDave Lawrence1-7/+22
2013-08-27Bug 908338 - Create a new webservice called User.valid_login that will verify...Dave Lawrence1-0/+55
2013-07-12Bug 866927 - Enhance Bugzilla WebServices to allow data access using RESTDave Lawrence1-2/+45
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-13Bug 781850 (CVE-2012-4198): [SECURITY] Do not leak the existence of groups wh...Frédéric Buclin1-11/+25
2012-11-08Fix the indentationFrédéric Buclin1-1/+1
2012-11-08Bug 808300: Requesting data for your own account using User.get should also r...Koosha Khajeh Moogahi1-4/+13
2012-10-16Bug 577329 - WebServices should filter email addresses same as the web UI as ...Dave Lawrence1-8/+8
2012-10-04Bug 794125: Make User.get ignore duplicate groups for membership look upsKoosha Khajeh Moogahi1-3/+5
2012-09-03Bug 781075 - Add WebService support for accessing a user's saved reportsReed Loden1-9/+41
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