aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/auth/auth_apache.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/auth-refactor] Remove old auth pluginsJoseph Warner2013-06-251-247/+0
* [ticket/9916] Updating header license and removing Version $Id$Unknown2011-12-311-2/+1
* [feature/request-class] Adjust code base to do html decoding manuallyIgor Wiedler2011-08-181-6/+6
* [feature/request-class] Add server(), header() and is_ajax() to requestIgor Wiedler2011-07-151-13/+14
* [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-2/+0
* Copy 3.0.x branch to trunkMeik Sievertsen2009-10-041-0/+249
* Move trunk/phpBB to old_trunk/phpBB Meik Sievertsen2009-10-041-250/+0
* Merge most changes from 3.0.x branch since the 25th december.Meik Sievertsen2009-03-221-4/+10
* $db-> to phpbb::$db->Meik Sievertsen2009-02-221-16/+16
* remove global and change $user-> to phpbb::$user->Meik Sievertsen2009-02-221-10/+3
* Fix guest/bot session problems with apache authentication plugin (Bug #41085)Meik Sievertsen2009-01-271-0/+12
* $config to phpbb::$configMeik Sievertsen2008-12-281-1/+1
* replace constants with class constants.Meik Sievertsen2008-12-271-4/+4
* HTTP Authentication supports UTF-8 usernames now [Bug #21135]Nils Adermann2008-06-041-3/+3
* ok... i hope i haven't messed too much with the code and everything is still ...Meik Sievertsen2008-05-291-3/+1
* merging... againMeik Sievertsen2008-03-181-1/+11
* - make viewforum work againDavid M2008-01-081-1/+1
* *** empty log message ***Meik Sievertsen2007-10-051-3/+11
* #i42Meik Sievertsen2007-10-041-1/+1
* necessary changes...Meik Sievertsen2007-08-301-0/+9
* two tiny bugfixesMeik Sievertsen2006-10-271-0/+7
* - introducing clean usernames, needs to be tested more, I'm not sure I didn't...Nils Adermann2006-10-131-2/+2
* - auto sync attachment topic flag [Bug #2949]Nils Adermann2006-08-121-1/+12
* - display age in user profile and make it available on viewtopicNils Adermann2006-07-071-12/+92
* - removed db cache (might re-appear, but for now we do not see the need for it)Meik Sievertsen2006-06-161-5/+6
* - added login error constant for various external auth failuresNils Adermann2006-04-211-3/+70
* - Apache auth plugin is working againNils Adermann2005-12-161-4/+4
* - Documentation related changesMeik Sievertsen2005-04-091-11/+21
* Remove need for session_ids for "allowed" bots, dump user_founder/user_active...Paul S. Owen2003-10-151-2/+2
* Updated the various "users of emailer", fixed issue(!) of jabber using the em...Paul S. Owen2003-10-121-2/+2
* Add Id tagsPaul S. Owen2003-03-241-0/+3
* Some changes to the returned data format + cleanupsPaul S. Owen2003-03-091-8/+16
* Mostly changes to turn userdata into user->data, lang into user->lang + bitst...Paul S. Owen2002-10-201-2/+2
* Fix errors, add admin output for ldapPaul S. Owen2002-08-071-3/+3
* Auth plug-in, say thanks to Sergey KanareykinPaul S. Owen2002-08-061-0/+27