wiki.techinc.nl/includes/auth
Umherirrender 723134eade Add explicit parentheses around mixed boolean operator
Mixing different binary boolean operators within an expression
without using parentheses to clarify precedence is not allowed (T358966)

Change-Id: I24ca752d5dac7c948fdbcabf721f6f0aef8a466f
2024-03-23 01:58:59 +01:00
..
Hook AuthManager: add creator to AuthManagerLoginAuthenticateAudit calls 2024-03-05 09:57:06 +01:00
AbstractAuthenticationProvider.php Namespace Config-related classes under \MediaWiki\Config 2023-09-21 05:41:58 +00:00
AbstractPasswordPrimaryAuthenticationProvider.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
AbstractPreAuthenticationProvider.php
AbstractPrimaryAuthenticationProvider.php
AbstractSecondaryAuthenticationProvider.php
AuthenticationProvider.php Don't set AuthenticationRequest::$username on login 2023-09-05 10:59:04 +10:00
AuthenticationRequest.php Add explicit parentheses around mixed boolean operator 2024-03-23 01:58:59 +01:00
AuthenticationResponse.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
AuthManager.php build: Fix line indents 2024-03-11 00:14:16 +01:00
ButtonAuthenticationRequest.php Namespace Message, move to appropriate directory 2024-02-14 15:10:36 -05:00
CheckBlocksSecondaryAuthenticationProvider.php AuthManager: deny auto-creation for globally blocked users 2023-10-20 10:07:50 +11:00
ConfirmLinkAuthenticationRequest.php
ConfirmLinkSecondaryAuthenticationProvider.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
CreatedAccountAuthenticationRequest.php
CreateFromLoginAuthenticationRequest.php
CreationReasonAuthenticationRequest.php
EmailNotificationSecondaryAuthenticationProvider.php
LocalPasswordPrimaryAuthenticationProvider.php Remove more indirect calls to IDBAccessObject::READ_* constants 2024-01-23 15:42:38 +01:00
PasswordAuthenticationRequest.php
PasswordDomainAuthenticationRequest.php
PreAuthenticationProvider.php Remove more indirect calls to IDBAccessObject::READ_* constants 2024-01-23 15:42:38 +01:00
PrimaryAuthenticationProvider.php Remove more indirect calls to IDBAccessObject::READ_* constants 2024-01-23 15:42:38 +01:00
RememberMeAuthenticationRequest.php
ResetPasswordSecondaryAuthenticationProvider.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
SecondaryAuthenticationProvider.php Remove more indirect calls to IDBAccessObject::READ_* constants 2024-01-23 15:42:38 +01:00
TemporaryPasswordAuthenticationRequest.php Drop deprecated configs $wgMinimalPasswordLength and $wgMaximalPasswordLength 2024-02-01 16:29:05 +01:00
TemporaryPasswordPrimaryAuthenticationProvider.php Remove more indirect calls to IDBAccessObject::READ_* constants 2024-01-23 15:42:38 +01:00
ThrottlePreAuthenticationProvider.php Namespace User under \MediaWiki\User 2023-09-19 19:18:16 +00:00
Throttler.php Add explicit parentheses around mixed boolean operator 2024-03-23 01:58:59 +01:00
UserDataAuthenticationRequest.php Namespace Sanitizer under \MediaWiki\Parser 2023-09-21 05:39:23 +00:00
UsernameAuthenticationRequest.php