]> source.dussan.org Git - nextcloud-server.git/commit
Use PSR logger in authentication
authorJoas Schilling <coding@schilljs.com>
Mon, 12 Oct 2020 15:14:25 +0000 (17:14 +0200)
committerMorris Jobke <hey@morrisjobke.de>
Mon, 12 Oct 2020 20:07:04 +0000 (22:07 +0200)
commit49ff48fcd3f07c229a0439748cb1469e5d11c504
treeb6fb0e531e0b36920700124040056b92882263ae
parentdeb499d34e7e4760db22d250b4cb1449e981d98c
Use PSR logger in authentication

Signed-off-by: Joas Schilling <coding@schilljs.com>
22 files changed:
lib/private/Authentication/Listeners/RemoteWipeActivityListener.php
lib/private/Authentication/Listeners/RemoteWipeEmailListener.php
lib/private/Authentication/Listeners/UserDeletedTokenCleanupListener.php
lib/private/Authentication/Login/LoggedInCheckCommand.php
lib/private/Authentication/Login/UserDisabledCheckCommand.php
lib/private/Authentication/LoginCredentials/Store.php
lib/private/Authentication/Token/DefaultTokenProvider.php
lib/private/Authentication/Token/PublicKeyTokenProvider.php
lib/private/Authentication/Token/RemoteWipe.php
lib/private/Authentication/TwoFactorAuth/Manager.php
lib/private/Authentication/WebAuthn/Manager.php
lib/private/Server.php
tests/lib/Authentication/Listeners/RemoteWipeActivityListenerTest.php
tests/lib/Authentication/Listeners/RemoteWipeEmailListenerTest.php
tests/lib/Authentication/Listeners/UserDeletedTokenCleanupListenerTest.php
tests/lib/Authentication/Login/LoggedInCheckCommandTest.php
tests/lib/Authentication/Login/UserDisabledCheckCommandTest.php
tests/lib/Authentication/LoginCredentials/StoreTest.php
tests/lib/Authentication/Token/DefaultTokenProviderTest.php
tests/lib/Authentication/Token/PublicKeyTokenProviderTest.php
tests/lib/Authentication/Token/RemoteWipeTest.php
tests/lib/Authentication/TwoFactorAuth/ManagerTest.php