wiki.techinc.nl/includes/auth
Amir Sarabadani 623d3dc419 rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library
The db/ directory does not have an owner and it's a mess in general.
These classes don't depend on anything in core except the rdbms library.
Let's simply move it there. In other words, Krinkle made me do it.

Since the class was moved in I6202e52ba73 merged less than a week ago,
no need to alias anything.

Bug: T321882
Change-Id: I24ceeb8bf765a50f441270136acd612359d50aa2
2023-05-04 23:41:21 +02:00
..
Hook auth: Improve documentation on LocalUserCreatedHook 2022-06-01 21:12:32 +02:00
AbstractAuthenticationProvider.php
AbstractPasswordPrimaryAuthenticationProvider.php Use MainConfigNames instead of string literals, #3 2022-04-26 14:31:26 +03:00
AbstractPreAuthenticationProvider.php
AbstractPrimaryAuthenticationProvider.php Using @return never documentation on always-throw-function 2021-09-07 17:29:03 +02:00
AbstractSecondaryAuthenticationProvider.php
AuthenticationProvider.php
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 rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library 2023-05-04 23:41:21 +02: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
ConfirmLinkSecondaryAuthenticationProvider.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
CreatedAccountAuthenticationRequest.php
CreateFromLoginAuthenticationRequest.php
CreationReasonAuthenticationRequest.php
EmailNotificationSecondaryAuthenticationProvider.php auth: Use IConnectionProvider instead of LoadBalancer 2023-05-03 13:23:43 +02:00
LocalPasswordPrimaryAuthenticationProvider.php auth: Use IConnectionProvider instead of LoadBalancer 2023-05-03 13:23:43 +02: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
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 auth: Use IConnectionProvider instead of LoadBalancer 2023-05-03 13:23:43 +02:00
ThrottlePreAuthenticationProvider.php Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
Throttler.php Use same formula to construct cache key in increase() and clear() 2023-02-26 01:22:02 +00:00
UserDataAuthenticationRequest.php Use MainConfigNames instead of string literals 2022-04-11 17:53:27 +03:00
UsernameAuthenticationRequest.php