]> source.dussan.org Git - nextcloud-server.git/commit
fix: Make bypass function public API
authorJoas Schilling <coding@schilljs.com>
Wed, 16 Aug 2023 15:40:38 +0000 (17:40 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 23 Aug 2023 04:44:08 +0000 (06:44 +0200)
commit759fc11f39839801e75a46ea619508b587448727
tree6299c12f21407af5ac9a043130a397c154bab240
parentb5dbb4d9f2f0c3b8ccfa16704cdcb7abf231d56e
fix: Make bypass function public API

Signed-off-by: Joas Schilling <coding@schilljs.com>
core/Command/Security/BruteforceAttempts.php
lib/private/Security/Bruteforce/Capabilities.php
lib/private/Security/Bruteforce/Throttler.php
lib/public/Security/Bruteforce/IThrottler.php
tests/lib/Security/Bruteforce/CapabilitiesTest.php
tests/lib/Security/Bruteforce/ThrottlerTest.php