wiki.techinc.nl/includes/auth
2017-08-28 16:36:24 +00:00
..
AbstractAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
AbstractPasswordPrimaryAuthenticationProvider.php Improve some documentation of AuthManager's additions 2016-05-16 14:20:00 -04:00
AbstractPreAuthenticationProvider.php Add $options parameter for testUserForCreation() 2016-06-20 11:27:07 -04:00
AbstractPrimaryAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
AbstractSecondaryAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
AuthenticationProvider.php Expand SessionManager / AuthManager documentation 2016-08-30 18:54:30 +00:00
AuthenticationRequest.php Bypass login page if no user input is required. 2016-11-22 14:10:20 +00:00
AuthenticationResponse.php build: Update mediawiki/mediawiki-codesniffer to 0.10.1 2017-07-22 18:24:09 -07:00
AuthManager.php Merge "Consistent behavior of read-only reason" 2017-08-28 16:36:24 +00:00
AuthManagerAuthPlugin.php AuthManager: Break AuthPlugin::addUser more explicitly 2016-07-10 09:17:42 -04:00
AuthPluginPrimaryAuthenticationProvider.php Typo fix for AuthPluginPrimaryAuthenticationProvider::providerAllowsAuthenticationDataChange 2016-05-29 14:00:23 +00:00
ButtonAuthenticationRequest.php AuthManager phpdoc cleanup 2016-09-26 13:59:41 -07:00
CheckBlocksSecondaryAuthenticationProvider.php Remove unused imports 2016-07-05 16:52:22 +02:00
ConfirmLinkAuthenticationRequest.php
ConfirmLinkSecondaryAuthenticationProvider.php Show warnings in HTMLForm and warnings as warnings on Login/Signup form 2016-09-17 16:33:39 +02:00
CreatedAccountAuthenticationRequest.php
CreateFromLoginAuthenticationRequest.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
CreationReasonAuthenticationRequest.php Fix required field calculation in AuthenticationRequest 2016-05-30 11:57:58 +00:00
EmailNotificationSecondaryAuthenticationProvider.php Remove wfGetCaller() dependency from DatabaseBase 2016-09-15 14:40:00 -07:00
LegacyHookPreAuthenticationProvider.php Fix LegacyHookPreAuthenticationProvider::testUserForCreation 2016-06-20 15:28:21 +00:00
LocalPasswordPrimaryAuthenticationProvider.php clone keyword must not be used as a function 2017-06-28 16:29:33 +02:00
PasswordAuthenticationRequest.php AuthManager: Allow for flagging fields as "sensitive" 2016-08-18 19:36:29 +00:00
PasswordDomainAuthenticationRequest.php AuthManager phpdoc cleanup 2016-09-26 13:59:41 -07:00
PreAuthenticationProvider.php Expand SessionManager / AuthManager documentation 2016-08-30 18:54:30 +00:00
PrimaryAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
RememberMeAuthenticationRequest.php Bypass login page if no user input is required. 2016-11-22 14:10:20 +00:00
ResetPasswordSecondaryAuthenticationProvider.php AuthManager phpdoc cleanup 2016-09-26 13:59:41 -07:00
SecondaryAuthenticationProvider.php Expand SessionManager / AuthManager documentation 2016-08-30 18:54:30 +00:00
TemporaryPasswordAuthenticationRequest.php Merge "Get ConfigFactory & MainConfig from MediaWikiServices" 2016-11-24 18:08:36 +00:00
TemporaryPasswordPrimaryAuthenticationProvider.php clone keyword must not be used as a function 2017-06-28 16:29:33 +02:00
ThrottlePreAuthenticationProvider.php Demote "throttler data not found" logs to info level 2017-02-17 00:59:07 +00:00
Throttler.php auth: Avoid deprecated wfGlobalCacheKey() 2017-05-23 15:10:17 -07:00
UserDataAuthenticationRequest.php Get ConfigFactory & MainConfig from MediaWikiServices 2016-11-23 00:12:38 +00:00
UsernameAuthenticationRequest.php