summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
AgeCommit message (Collapse)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-23/+9
local symlink to data/ directory
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to ↵Dylan William Hardison1-9/+23
bmo/master + local symlink to data/ directory" This reverts commit e6bf4cacb10f86077fe898349485f5c7ab9fb4b6.
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + ↵Dylan William Hardison1-23/+9
local symlink to data/ directory
2015-10-21Bug 1209599 - group general preferences by categoryDavid Lawrence1-14/+13
2015-10-16Bug 1196626 - log all authenticated requestsDylan William Hardison1-0/+9
2015-10-12Bug 1199089 - add support for duo-securityByron Jones1-14/+68
2015-10-06Bug 1211750 - Changing password with MFA turned on will not workDylan William Hardison1-1/+1
2015-09-29Bug 1199090 - add printable recovery 2fa codesByron Jones1-6/+22
2015-09-23Bug 1199087 - extend 2fa protection beyond loginByron Jones1-41/+220
2015-09-03Bug 1200961 - switching to the modal view doesn't force the mozilla skinByron Jones1-0/+3
2015-09-01Bug 1197073 - fix mfa disabling when updating account tabByron Jones1-1/+0
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones1-1/+57
2015-08-24Bug 1192687 - add the ability for users to view and revoke existing sessionsDylan William Hardison1-0/+53
2015-07-29Bug 1188374 - account disabling lacks csrf protectionByron Jones1-2/+3
2015-07-28Bug 1188374 - disable account disablingByron Jones1-1/+1
2015-07-27Bug 1171806 - add the ability for a user to disable/"remove" their own accountByron Jones1-1/+20
2015-01-29Bug 1045145: backport upstream bug 726696 to bmo/4.2 to allow use of api ↵David Lawrence1-0/+60
keys for authentication
2014-08-12Bug 993926: Bugzilla::User::Setting::get_all_settings() should use memcachedByron Jones1-0/+2
2014-06-05Bug 1018811: updated account name not reflected in "Reported" field of bugsByron Jones1-10/+7
2014-03-04Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects)Byron Jones1-2/+3
2013-10-29Bug 892615: Add a 24 hour nag to all requests (review, feedback and ↵Byron Jones1-1/+1
need-info) and make them follow-able
2013-04-11Bug 859480: Ability to ignore specific bugs (not get email from them, even ↵Dave Lawrence1-2/+43
as the reporter)
2012-01-18Bug 718905: Move user_preferences hook up, before other actions in userprefs.cgiTiago Mello1-8/+10
r=dkl, a=LpSolit
2011-08-17Bug 677522: IssueEmailChangeToken() should get the old login name from the ↵Frédéric Buclin1-5/+2
user object r=timello a=LpSolit
2011-08-04Bug 670868: (CVE-2011-2978) [SECURITY] Account preferences page trusts ↵Byron Jones1-1/+1
user-modifiable field for obtaining current e-mail address r/a=LpSolit
2010-11-04Bug 485418: Code and template hooks for userprefs.cgi to be able to add ↵Frédéric Buclin1-7/+17
additional tabs r=mkanat a=LpSolit
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-2/+3
MS-SQL and SQLite support.
2010-05-07Bug 561745: Impossible to uncheck boxes in the Email preferencesFrédéric Buclin1-41/+36
r/a=mkanat
2010-03-29Bug 553693: A new logincookie is created when changing the password or email ↵Frédéric Buclin1-27/+23
address instead of reusing the existing one r/a=mkanat
2010-02-11Bug 545715: New Hook: bugmail_relationshipsMax Kanat-Alexander1-1/+3
r=mkanat, a=mkanat (module owner)
2010-02-01Bug 534057: Auto-completion no longer works in email_in.plFrédéric Buclin1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2009-02-02Bug 472362: [SECURITY] Malicious attachments can change your user settings ↵lpsolit%gmail.com1-0/+8
(user + email prefs, shared searches) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2009-01-08Bug 472549: Ignore undefined values when committing user pref changes - ↵lpsolit%gmail.com1-1/+1
Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2008-12-10Bug 399072: Remove the 'supportwatchers' parameter - Patch by Frédéric ↵lpsolit%gmail.com1-27/+22
Buclin <LpSolit@gmail.com> r/a=mkanat
2008-10-23Bug 455584 - Use bz_crypt everywhere instead of the crypt() functiondkl%redhat.com1-6/+1
Patch by David Lawrence <dkl@redhat.com> = r/a=LpSolit
2008-09-12Bug 453767 - Passwords containing wide characters causes system errordkl%redhat.com1-2/+8
Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
2008-08-20Bug 442016: Bugzilla::User::bless_groups should be returning Bugzilla::Group ↵mkanat%bugzilla.org1-1/+1
objects Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ↵lpsolit%gmail.com1-1/+1
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=LpSolit
2007-12-16Bug 369062 prior should read "earlier" in edit groupstimeless%mozdev.org1-1/+1
r=lpsolit a=lpsolit
2007-11-15Bug 403824: Replace table locks in most Bugzilla files with transactions - ↵lpsolit%gmail.com1-8/+4
Patch by Emmanuel Seyman <eseyman@linagora.com> r/a=mkanat
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-07-26Bug 203309: "Users to watch" in email prefs doesn't support wildcard user ↵lpsolit%gmail.com1-2/+7
matching - Patch by Frédéric Buclin <LpSolit@gmail.com> r=timeless a=LpSolit
2007-07-21Bug 365890: Searches shared by users with bless rights are in the footer by ↵lpsolit%gmail.com1-4/+4
default, with no warning - Patch by Teemu Mannermaa <wicked@sci.fi> r/a=LpSolit
2007-07-14Bug 381738: SaveAccount() in userprefs.cgi doesn't check ↵lpsolit%gmail.com1-3/+6
Bugzilla->user->authorizer->can_change_{password|email} - Patch by Tiago R. Mello <timello@gmail.com> r/a=LpSolit
2007-05-26Bug 381732: Old tokens are not deleted on time when changing the email ↵lpsolit%gmail.com1-0/+4
address - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-01-08Bug 365256 Period is on the wrong side of a bunch of other parenthesestimeless%mozdev.org1-1/+1
r=lpsolit a=justdave
2006-12-31Bug 365407: Reorder tabs in userprefs.cgi - Patch by Frédéric Buclin ↵lpsolit%gmail.com1-1/+1
<LpSolit@gmail.com> r/a=justdave
2006-12-27Bug 364920 - "Watcher list should be sorted alphabetically" [p=reed ↵reed%reedloden.com1-1/+2
r=LpSolit a=justdave]
2006-11-11Bug 189627: Implement per-product privileges - Patch by Frédéric ↵lpsolit%gmail.com1-1/+7
Buclin <LpSolit@gmail.com> r=mkanat a=myk
2006-11-04Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org1-98/+50
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk