phpBB
Statistics
| Revision:

root / trunk / phpBB / includes / auth / auth_db.php

History | View | Annotate | Download (8.3 kB)

  • svn:eol-style: LF
  • svn:keywords: Author Date Id Revision
# Date Author Comment
10892 12/16/2010 01:30 am Git Gatekeeper

commit 442fc61be77787c211650f21b2fb485f5e6ffcf0
Merge: 8b9b1f1 b08e0d1
Author: Andreas Fischer <>
Date: Thu Dec 16 02:22:17 2010 +0100

Merge branch 'feature/igorw/request-class' into develop
  • feature/igorw/request-class:
    [feature/request-class] Convert some remaining cookies...
10887 12/13/2010 03:45 pm Git Gatekeeper

commit adfa1656fb9d8b5bb601af1d7a6720884954d87a
Merge: bd579c8 af5b9a9
Author: Nils Adermann <>
Date: Mon Dec 13 16:35:55 2010 +0100

Merge branch 'ticket/igorw/9556' into develop
  • ticket/igorw/9556:
    [ticket/9556] Drop php closing tags, add trailing newline...
10808 10/17/2010 09:00 pm Git Gatekeeper

commit d753a02ec02e9475ee29d12797648c3aecccdcd8
Merge: 6e5e229 642f940
Author: Igor Wiedler <>
Date: Sun Oct 17 21:47:04 2010 +0200

Merge branch 'develop-olympus' into develop
  • develop-olympus:
    [ticket/7332] Fix post details expand link rendering on Webkit....
10650 08/19/2010 04:25 pm Git Gatekeeper

commit dea1d660fb63b07451f1a43310de359251462644
Author: Nils Adermann <>
Date: Fri Jun 25 14:38:53 2010 +0200

[feature/auto-loading] Added autoloader to common and ensured compatability
The autoloader is registered in install without caching, since caching is set...
10558 03/07/2010 03:45 am Git Gatekeeper

commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7a
Merge: b68de23 ac32927
Author: Nils Adermann <>
AuthorDate: Wed Mar 3 23:32:09 2010 +0100
Commit: Nils Adermann <>
CommitDate: Wed Mar 3 23:32:09 2010 +0100

Merge branch 'develop-olympus' into develop...
10211 10/04/2009 07:14 pm Meik Sievertsen

Copy 3.0.x branch to trunk

10143 09/15/2009 10:08 am Henry Sudhof

#51395 - remove legacy captcha code. authorised by: acyd burn

9581 06/13/2009 02:09 pm Henry Sudhof

Oh right. PHP4

9554 06/07/2009 11:34 am Meik Sievertsen

some corrections, only very minor things.

9524 06/02/2009 02:12 pm Henry Sudhof

Okay, a first ci of the new captcha plugins. We'll add dynamic template includes later, as well as documentation on how to use this. I'm prepared to get yelled at for bugs (oh, I know that there are plenty); but please blame spammers for broken styles and MODs.

9312 02/06/2009 02:51 pm Henry Sudhof

As proposed by marshalrusty: re-hash plain MD5s left in the database

8479 03/29/2008 01:22 am Nils Adermann

Hiding everywhere little buggers, eh?

8432 03/14/2008 01:28 pm Meik Sievertsen

#22525

8285 12/26/2007 03:53 pm

This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.

8142 10/05/2007 02:42 pm Meik Sievertsen
  • empty log message ***
8139 10/04/2007 08:50 pm Meik Sievertsen

#i42
new password hashing mechanism for storing passwords

8072 08/30/2007 11:21 pm Meik Sievertsen

necessary changes...

7576 05/14/2007 10:08 pm Nils Adermann

- always use convert error message for unconverted incorrect passwords [Bug #10893]

7419 04/28/2007 04:11 pm Meik Sievertsen

timezone box + shortening pm options variable as well as max login attempts fix.

7250 03/31/2007 06:44 pm Nils Adermann

- acp popup, shouldn't require 700 px width
- throw an error if an image that's edited into an imageset doesn't exist
- convert the password not its hash ;-)
- only update user_login_attempts if necessary
- make password requirements even clearer

7076 02/25/2007 11:09 pm Nils Adermann

- fix htmlspecialchars handling in search (search backends get specialchared input, and should return specialchared output), current backends strip entities anyway [includes Bug #8156]
- allow cancelling search index creation/removal
- custom CSS class name input too short [Bug #8328]...

6974 02/08/2007 11:11 pm Nils Adermann

- Pruning doesn't lower user post counts anymore [Bug #7676]
- Better resync explanations in ACP
- relative link to board shouldn't result in an empty link [Bug #7762]
- allow spaces to define multiple classes [Bug #7700]
- forgot addslashes for password conversion [Bug #7530]...

6655 11/25/2006 09:00 pm Nils Adermann

message

6494 10/14/2006 12:10 am Nils Adermann

- introducing clean usernames, needs to be tested more, I'm not sure I didn't miss anything
- homograph list should probably be extended

6151 07/07/2006 02:36 pm Nils Adermann

- display age in user profile and make it available on viewtopic
- various tiny bugfixes including [Bug #2351] [Bug #2549] [Bug #2681] [Bug #3015]
- strip first, then change newlines [Bug #2403]
- added support for creating user profiles to the login function (makes use of user_add), triggered by LOGIN_SUCCESS_CREATE_PROFILE constant...

6073 06/16/2006 06:54 pm Meik Sievertsen

- removed db cache (might re-appear, but for now we do not see the need for it)
- all changes to styles/subsilver/template are purely cosmetic (no functional changes)
- cosmetics
- bugfixes
- add index to modules table
- use modules ordering code for forums too

5934 05/20/2006 12:50 am David M

a few changes ;-)

5911 05/13/2006 07:48 pm David M

- captcha stuff
- unique_id

5622 03/13/2006 12:19 am Meik Sievertsen

- streamlined reports to consist of the feature set we decided upon (Nils, your turn now)
- use getenv instead of $_ENV (with $_ENV the case could be wrong)
- permission fixes (there was a bug arising with getting permission flags - re-added them and handled roles deletion differently)...

5517 02/03/2006 09:59 pm Meik Sievertsen

- ability to change anonymous user settings more easily
- fix serious bugs in permissions (always allowing if permissions explicitly set and getting wrong permission options from bitfield)
- added option for returning an array to make_forum_select
- again fixing bugs in module system (one for a very query consuming part and one for correctly filling the cache)

5114 04/09/2005 02:26 pm Meik Sievertsen

- Documentation related changes
- added resend activation email dialog
- fixed issue in session code
- log failed/successful admin re-authentication/login
- fixed simple forum dropdown box (used in mcp and posting)

4603 10/15/2003 07:43 pm psotfx

Remove need for session_ids for "allowed" bots, dump user_founder/user_active in favour of user_type, new user_type, USER_IGNORE

4583 10/12/2003 05:29 pm psotfx

Updated the various "users of emailer", fixed issue(!) of jabber using the email address as the uid, blah fixes, blah, blah di blah yakety smackety

3707 03/24/2003 07:15 pm psotfx

Add Id tags

3622 03/09/2003 05:09 pm psotfx

Some changes to the returned data format + cleanups

2958 10/20/2002 09:19 pm psotfx

Mostly changes to turn userdata into user->data, lang into user->lang + bitstring 2nd format + inheritance for permission admin and various other updates/fixes/changes ... note that user->lang & user->theme isn't final

2828 08/06/2002 06:56 pm psotfx

Auth plug-in, say thanks to Sergey Kanareykin