wiki.techinc.nl/tests/phpunit/includes/auth
Brad Jorsch 83c98e7cd8 AuthManager: Allow for flagging fields as "sensitive"
This can allow AuthenticationRequests to flag certain fields as
sensitive, so e.g. the API can insist they be in the POST body rather
than in the query string.

Change-Id: I7b12aa4cd8f5a570f0df7213c0f9084b5a4d4de7
2016-08-18 19:36:29 +00:00
..
AbstractAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
AbstractPasswordPrimaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
AbstractPreAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
AbstractPrimaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
AbstractSecondaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
AuthenticationRequestTest.php AuthManager: Allow for flagging fields as "sensitive" 2016-08-18 19:36:29 +00:00
AuthenticationRequestTestCase.php AuthManager: Allow for flagging fields as "sensitive" 2016-08-18 19:36:29 +00:00
AuthenticationResponseTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
AuthManagerTest.php AuthManager: do not rewrite PRIMARY_REQUIRED to REQUIRED 2016-08-17 05:51:53 +00:00
AuthPluginPrimaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
ButtonAuthenticationRequestTest.php
CheckBlocksSecondaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
ConfirmLinkAuthenticationRequestTest.php
ConfirmLinkSecondaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
CreatedAccountAuthenticationRequestTest.php
CreateFromLoginAuthenticationRequestTest.php AuthManager fixups around the login→RESTART→create flow 2016-05-31 11:44:02 -04:00
CreationReasonAuthenticationRequestTest.php
EmailNotificationSecondaryAuthenticationProviderTest.php
LegacyHookPreAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
LocalPasswordPrimaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
PasswordAuthenticationRequestTest.php
PasswordDomainAuthenticationRequestTest.php
RememberMeAuthenticationRequestTest.php
ResetPasswordSecondaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
TemporaryPasswordAuthenticationRequestTest.php
TemporaryPasswordPrimaryAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
ThrottlePreAuthenticationProviderTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
ThrottlerTest.php Remove $wgDisableAuthManager 2016-08-09 23:00:27 +00:00
UserDataAuthenticationRequestTest.php
UsernameAuthenticationRequestTest.php