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
AbstractAuthenticationProvider.php
AbstractPasswordPrimaryAuthenticationProvider.php
AbstractPreAuthenticationProvider.php
AbstractPrimaryAuthenticationProvider.php
AbstractSecondaryAuthenticationProvider.php
AuthenticationProvider.php
AuthenticationRequest.php
AuthenticationResponse.php
AuthManager.php rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library 2023-05-04 23:41:21 +02:00
ButtonAuthenticationRequest.php
CheckBlocksSecondaryAuthenticationProvider.php
ConfirmLinkAuthenticationRequest.php
ConfirmLinkSecondaryAuthenticationProvider.php
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
PasswordDomainAuthenticationRequest.php
PreAuthenticationProvider.php
PrimaryAuthenticationProvider.php
RememberMeAuthenticationRequest.php
ResetPasswordSecondaryAuthenticationProvider.php
SecondaryAuthenticationProvider.php
TemporaryPasswordAuthenticationRequest.php
TemporaryPasswordPrimaryAuthenticationProvider.php auth: Use IConnectionProvider instead of LoadBalancer 2023-05-03 13:23:43 +02:00
ThrottlePreAuthenticationProvider.php
Throttler.php
UserDataAuthenticationRequest.php
UsernameAuthenticationRequest.php