]> 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>
Mon, 21 Aug 2023 14:40:24 +0000 (16:40 +0200)
commit124588d4a64f518aef9270002e72c3604ddb3077
tree6de1383e2ec21fb17fd9e908ab7638932617a681
parentb2fd283a300d0c5b260d50bbf6ab7574b24dafe9
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