index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
includes
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ticket/10247] Use COUNT(*) instead of COUNT(attempt_id)
Nils Adermann
2011-07-04
1
-1
/
+1
*
[ticket/10220] Limit user agent value length for storage in login attempt table
Nils Adermann
2011-06-15
1
-1
/
+1
*
[ticket/9892] count is a keyword in firebird, so renaming this alias
Nils Adermann
2011-06-12
1
-2
/
+2
*
[ticket/9992] Use sql_fetchfield for single row and single column result
Nils Adermann
2011-06-10
1
-2
/
+1
*
[ticket/9992] Adding a limit on login attempts per IP.
Nils Adermann
2011-06-10
1
-4
/
+62
*
[ticket/8138] Add autocomplete="off" to acp_board and ldap settings
Nils Adermann
2011-06-03
1
-1
/
+1
*
[ticket/7538] Limit user_login_attempts to prevent SQL errors.
Andreas Fischer
2010-10-15
1
-2
/
+4
*
[ticket/8792] Add LDAP_SEARCH_FAILED string for when ldap_search() fails.
Andreas Fischer
2010-05-16
1
-1
/
+1
*
Make sure captcha factory is there. Make sure language array is there.
Andreas Fischer
2010-01-20
1
-0
/
+5
*
spaces
Henry Sudhof
2010-01-17
1
-1
/
+1
*
spaces
Henry Sudhof
2010-01-17
1
-4
/
+4
*
Always require a fresh solved captcha, don't accept a stored solution.
Henry Sudhof
2010-01-17
1
-3
/
+8
*
make userdata available
Henry Sudhof
2010-01-14
1
-1
/
+1
*
#51395 - remove legacy captcha code. authorised by: acyd burn
Henry Sudhof
2009-09-15
1
-18
/
+6
*
Fix #45315
Chris Smith
2009-07-18
1
-1
/
+2
*
Correct escaping/unescaping in the LDAP authentication plugin. #48175
Chris Smith
2009-07-17
1
-7
/
+11
*
- [Feature] New "Newly Registered Users" group for assigning permis...
Meik Sievertsen
2009-06-20
2
-0
/
+2
*
Oh right. PHP4
Henry Sudhof
2009-06-13
1
-1
/
+1
*
some corrections, only very minor things.
Meik Sievertsen
2009-06-07
1
-5
/
+5
*
Okay, a first ci of the new captcha plugins. We'll add dynamic template inclu...
Henry Sudhof
2009-06-02
1
-33
/
+6
*
As proposed by marshalrusty: re-hash plain MD5s left in the database
Henry Sudhof
2009-02-06
1
-2
/
+4
*
better fix for bug #41085
Meik Sievertsen
2009-01-29
1
-13
/
+8
*
Fix guest/bot session problems with apache authentication plugin (Bug #41085)
Meik Sievertsen
2009-01-27
1
-1
/
+13
*
HTTP Authentication supports UTF-8 usernames now [Bug #21135]
Nils Adermann
2008-06-04
1
-3
/
+3
*
#22525
Meik Sievertsen
2008-03-14
3
-3
/
+33
*
*** empty log message ***
Meik Sievertsen
2007-10-05
3
-8
/
+32
*
#i42
Meik Sievertsen
2007-10-04
3
-5
/
+22
*
necessary changes...
Meik Sievertsen
2007-08-30
3
-0
/
+27
*
- added an option to specify a port for the LDAP server
Nils Adermann
2007-08-23
1
-3
/
+27
*
- allow multibyte search configuration
Nils Adermann
2007-08-18
1
-11
/
+34
*
- always use convert error message for unconverted incorrect passwords [Bug #...
Nils Adermann
2007-05-14
1
-1
/
+1
*
timezone box + shortening pm options variable as well as max login attempts fix.
Meik Sievertsen
2007-04-28
1
-1
/
+1
*
- acp popup, shouldn't require 700 px width
Nils Adermann
2007-03-31
1
-6
/
+9
*
- fix htmlspecialchars handling in search (search backends get specialchared ...
Nils Adermann
2007-02-25
1
-11
/
+36
*
- Pruning doesn't lower user post counts anymore [Bug #7676]
Nils Adermann
2007-02-08
1
-2
/
+2
*
- display search type as page title for premade searches [Bug #6508]
Nils Adermann
2006-12-27
1
-1
/
+1
*
- finally correctly calculate current time for birthday calculation [Bug #6030]
Nils Adermann
2006-12-10
1
-1
/
+25
*
message
Nils Adermann
2006-11-25
1
-3
/
+27
*
some style related changes/fixes
Meik Sievertsen
2006-11-19
1
-2
/
+2
*
ok, i am an idiot...
Meik Sievertsen
2006-11-03
1
-3
/
+3
*
- implemented the suggested html_entity_decode function made by david
Meik Sievertsen
2006-11-03
1
-2
/
+2
*
two tiny bugfixes
Meik Sievertsen
2006-10-27
1
-0
/
+7
*
- introducing clean usernames, needs to be tested more, I'm not sure I didn't...
Nils Adermann
2006-10-13
3
-5
/
+5
*
- auto sync attachment topic flag [Bug #2949]
Nils Adermann
2006-08-12
2
-9
/
+29
*
- display age in user profile and make it available on viewtopic
Nils Adermann
2006-07-07
3
-49
/
+164
*
- removed db cache (might re-appear, but for now we do not see the need for it)
Meik Sievertsen
2006-06-16
3
-16
/
+22
*
a few changes ;-)
David M
2006-05-19
1
-9
/
+9
*
- captcha stuff
David M
2006-05-13
1
-1
/
+1
*
- added login error constant for various external auth failures
Nils Adermann
2006-04-21
2
-10
/
+117
*
- Added init_{$auth_plugin} function which can be used to test a connection t...
Nils Adermann
2006-03-18
1
-0
/
+42
[next]