aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/User.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 240437: Add a "last seen date" column to the profiles tableByron Jones2012-01-241-10/+33
| | | | r=LpSolit, a=LpSolit
* Bug 319953: Missing real email syntax checkFrédéric Buclin2012-01-231-2/+1
| | | | r=glob a=LpSolit
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin2012-01-111-31/+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-0/+37
| | | | | | 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 644281: When the sort order of a buglist is modified, the "Show next bug ↵Frédéric Buclin2011-12-091-13/+12
| | | | | | in my list" user pref still uses the original sort order to decide which bug to display next r=glob a=LpSolit
* Bug 428490 - Display group icons for indirect memberships, too.Marc Schumann2011-11-281-23/+0
| | | | r/a=LpSolit
* Bug 690173: Cannot delete user accounts due to FK on audit_logmiketosh2011-10-231-0/+12
| | | | r/a=mkanat
* $user->is_mover no longer exists, see bug 556422Frédéric Buclin2011-10-041-6/+0
|
* Bug 637648 - Rename the "tags" table to "tag"Stephanie Daugherty2011-08-291-2/+2
| | | | r=LpSolit, a=LpSolit
* Bug 674574: When all components or versions are disabled, you cannot enter ↵Frédéric Buclin2011-08-011-9/+14
| | | | | | bugs into the product but it's listed in enter_bug.cgi anyway r=dkl a=LpSolit
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-1/+10
| | | | | for bugmail. r=LpSolit, a=LpSolit
* Bug 658929 - User autocomplete is very slow when there are lots of users in ↵David Lawrence2011-07-051-6/+29
| | | | | | the profiles table r/a=mkanat
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-0/+27
| | | | r=mkanat, a=mkanat
* Bug 480044: Use dashes instead of colons to separate bug IDs in the BUGLIST ↵Frédéric Buclin2011-02-141-2/+3
| | | | | | cookie, because colons are HTML-escaped, making the cookie bigger than the 4k limit r=mkanat a=LpSolit
* Bug 616185: Move tags (aka lists of bugs) to their own DB tablesFrédéric Buclin2011-01-301-0/+23
| | | | r/a=mkanat
* Bug 558803: Add a parameter to specify the password complexity for new passwordsrojanu2011-01-071-0/+13
| | | | r/a=LpSolit
* Bug 615574: Make every search done by buglist.cgi create a list_id, so thatMax Kanat-Alexander2010-12-271-2/+2
| | | | | even Saved Searches get "last list" support. r=LpSolit, a=LpSolit
* Bug 529974: Let users with local editcomponents privs manage flags for ↵Frédéric Buclin2010-12-041-0/+58
| | | | | | products they can administer a=LpSolit (module owner)
* Bug 585802: Change the cc/user autocomplete (and backend) usermatching to ↵Christian Legnitto2010-10-281-3/+6
| | | | | | ignore spaces / search on space separated names r/a=mkanat
* Bug 600598: "Can't call method "bug_list" on unblessed reference" error ↵Frédéric Buclin2010-10-141-1/+2
| | | | | | thrown when editing a bug which is in the BUGLIST cookie but not in a recent saved search, with action="next_bug" r/a=mkanat
* Bug 600616: show_bug.cgi: Invalid parameter passed to ↵Frédéric Buclin2010-10-141-1/+1
| | | | | | Bugzilla::Search::Recent::_init (cookie) r/a=mkanat
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-2/+3
| | | | MS-SQL and SQLite support.
* Bug 466968: Remove hardcoded strings from BugMail.pm, and refactor it so ↵Frédéric Buclin2010-08-061-38/+25
| | | | | | that bugmails are 100% localizable r/a=mkanat
* Bug 396558: Dependency change e-mails should only include status changes ↵Frédéric Buclin2010-07-281-2/+2
| | | | | | that happened right now r/a=mkanat
* Bug 576670: Optimize Search.pm's "init" method for being called many timesMax Kanat-Alexander2010-07-081-12/+38
| | | | | in a loop r=glob, a=mkanat
* Bug 519835: Remove Bugzilla::Product::check_product() in favor of ↵Frédéric Buclin2010-07-071-1/+1
| | | | | | Bugzilla::Product->check() r=mkanat a=LpSolit
* Bug 554964 - Show if a user is a "Default CC" under the Product ↵Reed Loden2010-07-051-4/+7
| | | | | | Responsibilities section of editusers.cgi. [r=mkanat a=mkanat]
* Bug 572602: Change the way that Bugzilla::Object determines what fieldsMax Kanat-Alexander2010-06-231-2/+0
| | | | | | | | | are required for create(). It now assumes that any column that is NOT NULL and has not DEFAULT in the database is required. We also shift the burden of throwing errors about empty values to the validators. This fixes the bug that Bugzilla::Bug->create() wasn't populating default values for fields if they weren't specified in the create() parameters. r=timello, a=mkanat
* Bug 22353: Automatic duplicate bug detection on enter_bug.cgiMax Kanat-Alexander2010-06-211-1/+1
| | | | r=glob, a=mkanat
* Bug 556422: Move the existing bug-moving functionality into an extensionMax Kanat-Alexander2010-06-181-11/+0
| | | | | called OldBugMove. r=dkl, a=mkanat
* Bug 24896: Make the First/Last/Prev/Next navigation on bugs work withMax Kanat-Alexander2010-06-151-0/+147
| | | | | multiple buglists at once r=glob, a=mkanat
* Bug 561745: Impossible to uncheck boxes in the Email preferencesFrédéric Buclin2010-05-071-9/+16
| | | | r/a=mkanat
* Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden2010-05-061-1/+1
| | | | | | of direct SQL" [r=mkanat a=mkanat]
* Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander2010-04-221-2/+3
| | | | r=timello, a=mkanat
* Bug 526184: Allow groups to be specified when creating bugs using email_in.plMax Kanat-Alexander2010-02-221-6/+20
| | | | | or the WebService Bug.create method. r=LpSolit, a=LpSolit
* Bug 533018: "Confirm match" displays full email address to logged-out users ↵Frédéric Buclin2010-02-181-2/+3
| | | | | | in request.cgi r/a=mkanat
* Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander2010-02-111-1/+3
| | | | r=mkanat, a=mkanat (module owner)
* Bug 544798: Using edit-multiple causes "To reassign a bug, you must provide ↵Frédéric Buclin2010-02-081-1/+3
| | | | | | an address for the new assignee. " r/a=mkanat
* Bug 543500: Cannot add/edit components anymore (regression in user matching)Frédéric Buclin2010-02-021-12/+12
| | | | r/a=mkanat
* Bug 543459: Speed up the new duplicates.cgiMax Kanat-Alexander2010-02-011-1/+2
| | | | r=LpSolit, a=LpSolit
* Bug 514970: Clean up duplicates.cgi and make it use Bug objectsMax Kanat-Alexander2010-02-011-5/+6
| | | | r=LpSolit, a=LpSolit
* Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin2010-02-011-106/+88
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org2009-12-311-8/+3
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵mkanat%bugzilla.org2009-12-131-0/+85
| | | | | | they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 526158: Make email_in.pl use Bugzilla::Bug->create to create bugs ↵mkanat%bugzilla.org2009-12-101-1/+8
| | | | | | instead of requiring post_bug.cgi Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 369080: Add the possibility to split emails with the semicolon character ↵lpsolit%gmail.com2009-12-061-1/+1
| | | | - Patch by Krzysztof Drewniak <krzysdrewniak@gmail.com> r/a=LpSolit
* Bug 452919: Allow the "created an attachment" message in comments to be ↵mkanat%bugzilla.org2009-12-041-2/+1
| | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 472217: Create a Bugzilla::Comment object and eliminate GetCommentsmkanat%bugzilla.org2009-11-101-1/+1
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
* Bug 526271: Uninitialized value in can_enter_product() due to a missing ↵lpsolit%gmail.com2009-11-031-0/+1
| | | | argument - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 524234: When there are no search results, include helpful linksmkanat%bugzilla.org2009-10-291-8/+15
| | | | Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat