]> source.dussan.org Git - nextcloud-server.git/commit
Adjust existing bruteforce protection code 4350/head
authorLukas Reschke <lukas@statuscode.ch>
Fri, 14 Apr 2017 11:42:40 +0000 (13:42 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Fri, 14 Apr 2017 11:42:40 +0000 (13:42 +0200)
commit727688ebd9c7cdeea4495e93f11b7f7bef9af109
tree9f04e334eee326ccd0397f73d5e757aeb603de40
parentf40b9fa9bd03b9c9590976eefa21aba7085f32f2
Adjust existing bruteforce protection code

- Moves code to annotation
- Adds the `throttle()` call on the responses on existing annotations

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
apps/federatedfilesharing/lib/Controller/MountPublicLinkController.php
apps/files_sharing/lib/Controller/ShareController.php
apps/files_sharing/tests/Controller/ShareControllerTest.php
apps/user_ldap/lib/Controller/ConfigAPIController.php
core/Controller/LostController.php
core/Controller/OCSController.php
tests/Core/Controller/LostControllerTest.php
tests/Core/Controller/OCSControllerTest.php