aboutsummaryrefslogtreecommitdiffstats
path: root/includes/AuthPlugin.php
Commit message (Expand)AuthorAgeFilesLines
* More return documentationSam Reed2012-02-091-0/+1
* Adding support for domains in SpecialPasswordReset.php.Ryan Lane2011-09-081-0/+9
* added docJeroen De Dauw2011-08-121-1/+1
* Add/remove/tweak method documentationSam Reed2011-05-191-0/+4
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-17/+23
* Ran stylize.php, removed trailing whitespace, updated indentation and code fo...Siebrand Mazeland2010-05-301-14/+10
* Fix some doxygen warningsAlexandre Emsenhuber2010-01-051-14/+13
* Revert broken rewrite of login system; totally broken.Brion Vibber2009-09-261-5/+4
* Merge in Login rewrite, second time lucky. Happy-melon2009-09-201-4/+5
* Revert broken rewrite of login forms:Brion Vibber2009-09-081-5/+4
* * Totally refactor includes/specials/SpecialUserlogin.php: Happy-melon2009-09-071-4/+5
* (bug 9691) Add type parameter to ModifyUITemplate function callsChad Horohoe2009-07-271-1/+2
* Per code review: call allowPropChange() directly, and only reference the depr...Chad Horohoe2009-06-111-31/+9
* Added wfDeprecated tooNiklas Laxström2009-05-201-0/+3
* Follow-up to r50776. Retaining old method names for backwards compatibility,Charles Melbye2009-05-201-0/+27
* Per code review: Redo these allowBlah() functions (except allowPasswordChange...Chad Horohoe2009-05-191-22/+6
* Default true :)Chad Horohoe2009-05-011-3/+3
* (bug 9219) Auth plugins can control editing RealName/Email/Nick preferences. ...Chad Horohoe2009-05-011-0/+27
* (bug 16721) Reset auth token to stop auto-login. Auto-login defeats the user ...Aaron Schulz2008-12-281-0/+5
* (bug 16445) add info if accounts are not sul accounts to cu resultsAaron Schulz2008-11-271-0/+5
* Remove cruft hereAaron Schulz2008-10-051-2/+2
* Partial revert of r41527. Do this in a cleaner way.Aaron Schulz2008-10-051-33/+38
* * Pull isLocked() and isHidden() up to User using callbacksAaron Schulz2008-10-021-0/+7
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-2/+0
* Fixed E_STRICT for CentralAuth extensionAlexandre Emsenhuber2008-03-271-1/+1
* A few trivial changes:Thomas Bleher2008-02-091-4/+0
* * AuthPlugin added strictUserAuth() method to allow per-user overrideBrion Vibber2007-10-021-0/+12
* update prototypeBrion Vibber2007-08-041-1/+2
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* Use Doxygen @addtogroup instead of phpdoc @package && @subpackageAntoine Musso2007-01-201-2/+0
* * Pass e-mail and real name fields to AuthPlugin::addUser, as additionalBrion Vibber2007-01-121-2/+4
* * Accept null parameter to User::setPassword() as indicating the passwordBrion Vibber2006-12-131-0/+4
* Woops, left a parameter off of the AuthPlugin default interface class. *embar...Brion Vibber2006-11-281-1/+2
* * (bug 6006) Allow hiding the password change fields using an authentication ...Rob Church2006-06-291-0/+9
* Switching from phpdoc to doxygen (use less than 32MB of memory).Antoine Musso2006-04-191-22/+22
* Update the FSF's address in all these GPL stub headersBrion Vibber2006-04-051-1/+1
* * s~\t+$~~Ævar Arnfjörð Bjarmason2006-01-071-5/+5
* * s~ +$~~Ævar Arnfjörð Bjarmason2006-01-071-4/+4
* * (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook, patch...Brion Vibber2005-07-241-0/+8
* * (bug 814) Integrate AuthPlugin changes to support Ryan Lane's externalBrion Vibber2005-06-031-1/+99
* add comment that local accounts are necessary to log inBrion Vibber2005-03-091-0/+4
* fix phpdoc commentAntoine Musso2005-01-271-1/+3
* Experimental authentication plugin interface. Will require a little bit more ...Brion Vibber2004-11-161-0/+111