nextcloud/lib/private/Authentication/Login
Roeland Jago Douma 68748d4f85
Some php-cs fixes
* Order the imports
* No leading slash on imports
* Empty line before namespace
* One line per import
* Empty after imports
* Emmpty line at bottom of file

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-22 20:52:10 +01:00
..
ALoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
Chain.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
ClearLostPasswordTokensCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
CompleteLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
CreateSessionTokenCommand.php Use the actual password to update the tokens 2019-09-18 19:50:58 +02:00
EmailLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
FinishRememberedLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
LoggedInCheckCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
LoginData.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
LoginResult.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
PreLoginHookCommand.php Some php-cs fixes 2019-11-22 20:52:10 +01:00
SetUserTimezoneCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
TwoFactorCommand.php Allow 2FA to be setup on first login 2019-05-17 10:11:53 +02:00
UidLoginCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
UpdateLastPasswordConfirmCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00
UserDisabledCheckCommand.php Add a login chain to reduce the complexity of LoginController::tryLogin 2019-05-07 18:04:36 +02:00