wiki.techinc.nl/includes/auth
DannyS712 c1db64b808 Make use of ??= in more places
New feature from PHP 7.4

Change-Id: Ifa7a9bc7b2ec415ad7ecb23f4c1776f51f58fd6b
2022-12-17 01:10:13 +00:00
..
Hook auth: Improve documentation on LocalUserCreatedHook 2022-06-01 21:12:32 +02:00
AbstractAuthenticationProvider.php build: Updating dependencies 2021-07-22 03:36:05 +00:00
AbstractPasswordPrimaryAuthenticationProvider.php Use MainConfigNames instead of string literals, #3 2022-04-26 14:31:26 +03:00
AbstractPreAuthenticationProvider.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
AbstractPrimaryAuthenticationProvider.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
AbstractSecondaryAuthenticationProvider.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
AuthenticationProvider.php Implement injecting of dependencies to an AuthenticationProvider 2021-04-26 15:17:34 +03:00
AuthenticationRequest.php auth: Replace FQNs with imports 2022-12-16 11:30:32 +01:00
AuthenticationResponse.php Allow AuthenticationResponse to store private failure reasons 2022-05-14 20:41:51 +01:00
AuthManager.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
ButtonAuthenticationRequest.php Reorg: Move RawMessage to under language/ 2022-12-16 11:30:19 +01:00
CheckBlocksSecondaryAuthenticationProvider.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
ConfirmLinkAuthenticationRequest.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
ConfirmLinkSecondaryAuthenticationProvider.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
CreatedAccountAuthenticationRequest.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
CreateFromLoginAuthenticationRequest.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
CreationReasonAuthenticationRequest.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00
EmailNotificationSecondaryAuthenticationProvider.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
LocalPasswordPrimaryAuthenticationProvider.php auth: Migrate some calls of $db->select() to SelectQueryBuilder 2022-11-25 18:51:36 +01:00
PasswordAuthenticationRequest.php auth: Replace FQNs with imports 2022-12-16 11:30:32 +01:00
PasswordDomainAuthenticationRequest.php auth: Replace FQNs with imports 2022-12-16 11:30:32 +01:00
PreAuthenticationProvider.php
PrimaryAuthenticationProvider.php Fix numerous PSR12.Properties.ConstantVisibility.NotFound 2020-05-11 01:59:00 +00:00
RememberMeAuthenticationRequest.php Fix many typos in comments 2022-05-10 12:46:11 +00:00
ResetPasswordSecondaryAuthenticationProvider.php Fixes for the phan upgrade, part 1 2022-10-08 13:08:47 +00:00
SecondaryAuthenticationProvider.php
TemporaryPasswordAuthenticationRequest.php auth: Replace FQNs with imports 2022-12-16 11:30:32 +01:00
TemporaryPasswordPrimaryAuthenticationProvider.php Make use of ??= in more places 2022-12-17 01:10:13 +00:00
ThrottlePreAuthenticationProvider.php Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
Throttler.php Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
UserDataAuthenticationRequest.php Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
UsernameAuthenticationRequest.php Merge "Replace "@stable for subclassing" with "@stable to extend"" 2020-07-13 09:31:38 +00:00