Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -1/+1 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -23/+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 Buclin | 2011-12-28 | 1 | -26/+3 |
| | | | | | | WebService method lets you create new user accounts independently of the value of Bugzilla::Auth::Verify::*::user_can_create_account r=glob a=LpSolit | ||||
* | Fix bustage due to bug 705474 | Frédéric Buclin | 2011-12-17 | 1 | -0/+1 |
| | |||||
* | Bug 705474 - CSRF vulnerability in createaccount.cgi allows possible ↵ | Reed Loden | 2011-12-13 | 1 | -0/+5 |
| | | | | | | unauthorized account creation e-mail request [r=mkanat a=mkanat] | ||||
* | Bug 678970: Use $user and $cgi instead of Bugzilla->user and Bugzilla->cgi | Frédéric Buclin | 2011-08-17 | 1 | -2/+2 |
| | | | | r=timello a=LpSolit | ||||
* | Bug 622513 - Email-related regexp checking should be case-insensitive. a=mkanat. | Gervase Markham | 2011-03-08 | 1 | -1/+1 |
| | |||||
* | Part 4 of bug 182083: add Help for non-admin pages - Patch by me, r=Colin | lpsolit%gmail.com | 2007-11-12 | 1 | -0/+2 |
| | |||||
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 254758 creating an account that doesn't match the create email regexp ↵ | timeless%mozdev.org | 2007-07-24 | 1 | -1/+1 |
| | | | | | | should not say "New accounts must be created by an administrator." r=lpsolit a=lpsolit | ||||
* | Bug 351098: Make Bugzilla::Object able to update objects in the database, ↵ | mkanat%bugzilla.org | 2006-09-06 | 1 | -1/+1 |
| | | | | | | and make Bugzilla::Keyword use it Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user ↵ | mkanat%bugzilla.org | 2006-08-26 | 1 | -10/+1 |
| | | | | | | for Bugzilla::User Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 87795: Creating an account should send token and wait for confirmation ↵ | lpsolit%gmail.com | 2006-08-20 | 1 | -17/+2 |
| | | | | (prevent user account abuse) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=bkor a=myk | ||||
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by ↵ | lpsolit%gmail.com | 2006-06-21 | 1 | -2/+2 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 312935: User Account Log should start with a creation date - Patch by ↵ | lpsolit%gmail.com | 2006-06-08 | 1 | -2/+2 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=bkor, r=wicked a=myk | ||||
* | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 2006-05-12 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 320436: New self-created accounts dont get regexp group memberships - ↵ | lpsolit%gmail.com | 2005-12-21 | 1 | -1/+3 |
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave | ||||
* | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 2005-10-25 | 1 | -3/+3 |
| | | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | ||||
* | Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵ | lpsolit%gmail.com | 2005-08-16 | 1 | -1/+4 |
| | | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵ | lpsolit%gmail.com | 2005-08-10 | 1 | -1/+1 |
| | | | | r=mkanat,wicked a=justdave | ||||
* | Bug 292059: No locking in createaccount.cgi - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2005-07-28 | 1 | -12/+17 |
| | | | | <LpSolit@gmail.com> r=wicked a=myk | ||||
* | Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2005-07-21 | 1 | -1/+2 |
| | | | | <LpSolit@gmail.com> r=mkanat a=myk | ||||
* | Bug 299572: Move MailPassword() from CGI.pl into BugMail.pm (and remove an ↵ | lpsolit%gmail.com | 2005-07-11 | 1 | -1/+2 |
| | | | | unused variable) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | ||||
* | Bug 294778: Unable to create new accounts when requirelogin is on - Patch by ↵ | lpsolit%gmail.com | 2005-05-20 | 1 | -1/+2 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | ||||
* | Bug 276543: createaccount.cgi should not be displayed if account creation is ↵ | lpsolit%gmail.com | 2005-03-30 | 1 | -10/+14 |
| | | | | disabled - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | ||||
* | Bug 284975: Any code after Throw*Error is a dead code. | mkanat%kerio.com | 2005-03-09 | 1 | -1/+0 |
| | | | | Patch By Tomas Kopal <Tomas.Kopal@altap.cz> r=LpSolit, a=myk | ||||
* | Bug 280994 : Move ValidateNewUser out of globals.pl | travis%sedsystems.ca | 2005-02-09 | 1 | -2/+2 |
| | | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave | ||||
* | Bug 280124 : Move InsertNewUser to Bugzilla::User | travis%sedsystems.ca | 2005-02-01 | 1 | -1/+3 |
| | | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave | ||||
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-21 | 1 | -1/+1 |
| | | | | | | patch by erik r=joel, kiko a=myk | ||||
* | Fix for bug 234175: Remove deprecated ConnectToDatabase() and | kiko%async.com.br | 2004-03-27 | 1 | -3/+1 |
| | | | | | | | quietly_check_login()/confirm_login() calls. Cleans up callsites (consisting of most of our CGIs), swapping (where appropriate) for calls to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>. r=bbaetz, kiko. a=justdave. | ||||
* | Patch for bug 235175: replaces ::FORM from createaccount.cgi with CGI based ↵ | jocuri%softhome.net | 2004-02-24 | 1 | -3/+2 |
| | | | | methods that are mod_perl compatible; r=gerv; a=justdave. | ||||
* | Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a | kiko%async.com.br | 2003-11-27 | 1 | -6/+2 |
| | | | | | logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave | ||||
* | Bug 201816 - use CGI.pm for header output | bbaetz%acm.org | 2003-05-05 | 1 | -4/+7 |
| | | | | r=joel, a=justdave | ||||
* | Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line | jake%bugzilla.org | 2003-03-27 | 1 | -1/+1 |
| | | | | | r=justdave a=justdave | ||||
* | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 2003-03-22 | 1 | -2/+2 |
| | | | | | r=gerv, justdave a=justdave | ||||
* | Bug 86029 create permission restrictions for createaccount.cgi (prevent ↵ | bugreport%peshkin.net | 2002-12-09 | 1 | -0/+7 |
| | | | | | | | people from creating accounts) r=burnus a=justdave | ||||
* | Bug 163114 - Templatise all calls to DisplayError. Patch C. Patch by gerv; ↵ | gerv%gerv.net | 2002-10-02 | 1 | -5/+1 |
| | | | | r=burnus. | ||||
* | Bug 165221: Apostrophes not properly handled during account creation. ↵ | preed%sigkill.com | 2002-08-30 | 1 | -1/+0 |
| | | | | r=joel,r2=bbaetz | ||||
* | Bug 76923 - Don't |use diagnostics| (its really expensive at startup time) | bbaetz%student.usyd.edu.au | 2002-08-26 | 1 | -1/+0 |
| | | | | r=joel x2 | ||||
* | Bug 156680: "Undefined variable warning" in createaccount.cgi | jouni%heikniemi.net | 2002-07-12 | 1 | -1/+1 |
| | | | | 2xr=bbaetz | ||||
* | Bug 151053, ConnectToDatabase/quietly_check_login sometimes not called | bbaetz%student.usyd.edu.au | 2002-06-17 | 1 | -0/+3 |
| | | | | | early enough r=mattyt, jouni | ||||
* | Bug 138588 - missed a DisplayError -> ThrowTemplateError change. | gerv%gerv.net | 2002-04-24 | 1 | -1/+1 |
| | |||||
* | Bug 138588 - change to use new template structure. Patch by gerv, r=myk, ↵ | gerv%gerv.net | 2002-04-24 | 1 | -7/+6 |
| | | | | afranke. | ||||
* | Fix for bug 136506: work-around taint error on Perl 5.005. | myk%mozilla.org | 2002-04-17 | 1 | -0/+1 |
| | | | | | Patch by Davidy Avery <daa@rm.incc.net>. 2x r=myk | ||||
* | Remaining pieces of Bug 23067 from yesterday... no idea why the first ↵ | justdave%syndicomm.com | 2002-04-02 | 1 | -1/+1 |
| | | | | commit didn't pick these up. | ||||
* | Bug 100094 - use generic template handling code | bbaetz%student.usyd.edu.au | 2002-02-13 | 1 | -21/+5 |
| | | | | r=mattyt, afranke | ||||
* | Bug 117509 - createaccount.cgi templatisation. | gerv%gerv.net | 2002-01-30 | 1 | -50/+47 |
| | |||||
* | Fix for bug 108982: enable taint mode for all user-facing CGI files. | justdave%syndicomm.com | 2002-01-20 | 1 | -1/+3 |
| | | | | | Patch by Brad Baetz <bbaetz@student.usyd.edu.au> r= jake, justdave |