| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
| |
patch by erik
r=joel
a=justdave
|
|
|
|
|
| |
r=justdave
a=justdave
|
|
|
|
|
|
|
| |
editgroups.cgi
r=justdave
a=justdave
|
|
|
|
|
|
| |
patch by vlad
r=joel,justdave
a=justdave
|
| |
|
|
|
|
|
| |
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave
|
|
|
|
|
| |
Patch by byron jones <bugzilla@glob.com.au>
r=jouni, a=justdave
|
|
|
|
|
|
| |
email address
R= timeless, vladd; a= justdave
|
|
|
|
|
| |
Patch by Jouni Heikniemi <jouni@heikniemi.net>
r= justdave, kiko; a= justdave
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Consolidates the logout code into Bugzilla::Auth::CGI, and provides
simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
r=bbaetz, joel; a=justdave.
Adds a set of constants to the logout() API which allow specifying "how
much" we should log out -- all sessions, the current session, or all
sessions but the current one.
Fixes callsites to use this new API; cleans and documents things a
bit while we're at it. Part I in the great COOKIE apocalypse.
|
|
|
|
| |
and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.
|
|
|
|
|
|
|
|
| |
specific bz_obsolete/closed/inactive classes (that don't specify
underline, but line-through instead) and additional Template filters for
conveniently applying them. Change occurences of <strike> to use new
classes and clean up callsites. Patch by byron jones
<bugzilla@glob.com.au>. r=myk, gerv. a=myk.
|
|
|
|
| |
r=justdave a=justdave
|
| |
|
|
|
|
|
| |
default output, in certain cases) in the edit pages. Patch by Vlad
Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
|
|
|
|
|
|
|
| |
screen after editing a user if the user doing the editing doesn't have permission to add users.
Patch by kniht@us.ibm.com
r= justdave, a= justdave
|
|
|
|
| |
r=myk,jake
|
|
|
|
| |
r=joel, a=justdave
|
|
|
|
|
|
| |
patch mostly by justdave, bits by me
r=bbaetz,justdave,myk
a=justdave
|
|
|
|
|
| |
r=justdave
a=justdave
|
|
|
|
|
| |
r=gerv, justdave
a=justdave
|
|
|
|
| |
r=bbaetz, gerv
|
|
|
|
| |
r=joel x2
|
|
|
|
|
| |
Initial attempt by jake@bugzilla.org, updated by me
r=joel, preed
|
|
|
|
|
| |
early enough
r=mattyt, jouni
|
|
|
|
| |
2.14.1 branch, but I forgot the 2.16 branch/trunk (thanks bbaetz); patch=preed, r=bbaetz,myk
|
|
|
|
| |
allowuserdeletion being bypassed. Patch by gerv; 2xr=myk.
|
|
|
|
| |
jouni@heikniemi.net; r=bbaetz, gerv.
|
|
|
|
| |
<xor@ivwnet.com>, 2xr=bbaetz.
|
|
|
|
| |
commit didn't pick these up.
|
|
|
|
| |
r=justdave x 2
|
|
|
|
|
|
|
| |
the db when required instead.
(Also fixes bug 58242 as a side effect)
r=myk, kiko
|
|
|
|
|
|
|
| |
blessing any group set.
Patch by Jake <jake@acutex.net> and Bradley <bbaetz@cs.mcgill.ca>.
r=jake,myk for Bradley's portion, r=bbaetz,myk for Jake's portion.
|
|
|
|
|
|
|
| |
at once (including the login name).
Patch by Matthew Tuck <matty@chariot.net.au>
r= dkl@redhat.com, jake@acutex.net
|
|
|
|
|
|
|
| |
remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines.
Patch by Jake Steehagen <jake@acutex.net>
r= justdave x2
|
|
|
|
|
|
| |
patch from bug 51519. This should satifactorily
meet the goals of both patches. patch by kiko, r= justdave
|
|
|
|
| |
patch by dkl. r=kiko
|
|
|
|
|
| |
Patch by Nick Hibma <n_hibma@qubesoft.com>
r= jake@acutex.net
|
|
|
|
|
|
|
| |
in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com, jake@acutex.net
|
|
|
|
|
|
|
| |
userregexp for groupsets.
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net
|
|
|
|
| |
r= justdave@syndicomm.com
|
| |
|
|
|
|
| |
based on patch submitted by baulig@suse.de (Martin Baulig).
|
|
|
|
| |
get sent to an account. Original patch by al_raetz@yahoo.com and lots of additional hacking by me; r=donm@bluemartini.com
|
|
|
|
| |
patch by jmrobin@tgix.com
|
|
|
|
|
|
| |
by jmrobins@tgix.com (Joe Robins). LDAP sections haven't been
tested yet, but the code is arranged such that it shouldn't disturb
existing user authentication system.
|
|
|
|
| |
john.beranek@pace.co.uk (John Beranek)
|
|
|
|
| |
accident.
|