aboutsummaryrefslogtreecommitdiffstats
path: root/includes/extauth
Commit message (Expand)AuthorAgeFilesLines
* Remove ExternalUser authentication codeChad Horohoe2013-04-043-398/+0
* Remove a bunch of trailing spaces and unneeded newlinesumherirrender2012-10-191-12/+12
* Update some deprecated codeSam Reed2011-10-141-7/+8
* Revert the dbname -> dbName part of r90430. dbname actually dates back to r32...Tim Starling2011-06-202-3/+3
* Fixes for r80864 for 1.18 backport:Tim Starling2011-06-202-7/+7
* More documentation tweaks/additionsSam Reed2011-05-261-1/+24
* Use consistent notation for "@todo FIXME". Should update http://svn.wikimedia...Siebrand Mazeland2011-05-171-2/+2
* Fix for r80864, host not server. Like r87498Chad Horohoe2011-05-061-1/+1
* Remove false related to failfunction...Sam Reed2011-02-021-1/+1
* Followup to r79848 (and really, make it useful...)Chad Horohoe2011-01-241-8/+8
* Follow up r79848. Fix the syntax error.Platonides2011-01-081-1/+1
* Add DatabaseBase::classFromType() to reduce the 'Database' . $type duplicationChad Horohoe2011-01-071-1/+1
* Remove another setting of failFunction in phase3 in a database constructorSam Reed2011-01-041-1/+0
* Cleanup r70571, more strict checks for getCookie() return valuesChad Horohoe2010-08-101-1/+1
* * standardised file headersAlexandre Emsenhuber2010-08-083-51/+66
* Cleanup getCookie() and use it all over the place instead of using $_COOKIE d...Chad Horohoe2010-08-061-3/+3
* More unused globalsSam Reed2010-07-251-1/+1
* * Added new doxygen group "ExternalUser"Alexandre Emsenhuber2010-01-103-0/+6
* Begin work on allowing extauth login from cookiesAryeh Gregor2009-12-141-14/+53
* More convenient format for $wgExternalAuthTypeAryeh Gregor2009-12-133-3/+3
* vB strips whitespace from passwordsAryeh Gregor2009-12-131-0/+2
* Add rudimentary MediaWiki support to ExternalAuthAryeh Gregor2009-12-101-0/+139
* Add new ExternalAuth mechanism, HardcodedAryeh Gregor2009-12-101-0/+77
* Add experimental new auth framework, ExternalAuthAryeh Gregor2009-07-191-0/+97