]> source.dussan.org Git - nextcloud-server.git/commit
[POC] Event for failed login attempts 19845/head
authorRoeland Jago Douma <roeland@famdouma.nl>
Sat, 7 Mar 2020 15:18:21 +0000 (16:18 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Tue, 31 Mar 2020 19:41:02 +0000 (21:41 +0200)
commit84f3d2ddebbda3d565a61f38d9d79e66072ab692
tree17089677aeeace2d6e4c488b0a0558be69564430
parent09d56e9d3db7893a73b32d7cc420dcb450f1bb79
[POC] Event for failed login attempts

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/composer/composer/autoload_classmap.php
lib/composer/composer/autoload_static.php
lib/private/Authentication/Events/LoginFailed.php [new file with mode: 0644]
lib/private/Authentication/Listeners/LoginFailedListener.php [new file with mode: 0644]
lib/private/Authentication/Login/LoggedInCheckCommand.php
lib/private/Server.php
lib/private/User/Session.php
lib/public/Authentication/Events/LoginFailedEvent.php [new file with mode: 0644]
tests/lib/Authentication/Login/LoggedInCheckCommandTest.php