wiki.techinc.nl/includes/auth
Alangi Derick e907d4328d Use identical check instead of equality check
$user->getId() returns an int and it's strict on this,
so the check here should be an identical check as "=="
does unnecessary coercion. So "===" will be faster and
improves on speed/performance.

Change-Id: I28a4e86ab339f10251df8846b8d951b673fe4f9e
2018-10-31 13:22:58 +01:00
..
AbstractAuthenticationProvider.php Change @inheritdoc to @inheritDoc 2017-08-11 16:49:52 +02:00
AbstractPasswordPrimaryAuthenticationProvider.php Add PasswordFactory to MediaWikiServices 2018-08-02 14:46:35 +01:00
AbstractPreAuthenticationProvider.php
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 Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
AuthManager.php Use identical check instead of equality check 2018-10-31 13:22:58 +01:00
AuthManagerAuthPlugin.php Use PHP 7 '??' operator instead of if-then-else 2018-10-21 21:46:46 +02:00
AuthManagerAuthPluginUser.php Split AuthManagerAuthPluginUser into a separate file 2018-08-28 15:22:49 -07:00
AuthPluginPrimaryAuthenticationProvider.php build: Updating mediawiki/mediawiki-codesniffer to 16.0.0 2018-02-17 13:29:13 +01:00
ButtonAuthenticationRequest.php Replace call_user_func_array(), part 2 2018-06-07 20:19:26 -07:00
CheckBlocksSecondaryAuthenticationProvider.php CheckBlocksSecondaryAuthenticationProvider: Avoid user language during auto-creation 2017-10-05 14:50:44 -04:00
ConfirmLinkAuthenticationRequest.php
ConfirmLinkSecondaryAuthenticationProvider.php AuthManager: Don't invalidate BotPasswords if a password reset email is sent 2018-07-17 16:25:28 -04:00
CreatedAccountAuthenticationRequest.php
CreateFromLoginAuthenticationRequest.php Use short type bool/int in param documentation 2017-08-20 13:20:59 +02:00
CreationReasonAuthenticationRequest.php
EmailNotificationSecondaryAuthenticationProvider.php rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle() 2018-05-09 21:07:06 +00:00
LegacyHookPreAuthenticationProvider.php Hard-deprecate LegacyHookPreAuthenticationProvider class 2018-10-22 12:14:19 -07:00
LocalPasswordPrimaryAuthenticationProvider.php Fix caller name in LocalPasswordPrimaryAuthenticationProvider 2018-09-30 16:17:27 +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 Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -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 rdbms: rename onTransactionIdle() to onTransactionCommitOrIdle() 2018-05-09 21:07:06 +00:00
ThrottlePreAuthenticationProvider.php Use PHP 7 '??' operator instead of '?:' with 'isset()' where convenient 2018-05-30 18:06:13 -07:00
Throttler.php Fix PhanTypeMismatchDeclaredParam 2018-07-07 00:34:30 +00:00
UserDataAuthenticationRequest.php Get ConfigFactory & MainConfig from MediaWikiServices 2016-11-23 00:12:38 +00:00
UsernameAuthenticationRequest.php