]> source.dussan.org Git - nextcloud-server.git/commit
feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI
authorJoas Schilling <coding@schilljs.com>
Mon, 3 Apr 2023 05:23:34 +0000 (07:23 +0200)
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>
Mon, 3 Apr 2023 12:48:50 +0000 (12:48 +0000)
commit77a956020c35e59b706bd70fce85ca08df88267a
treec3c02d2a08ca7619360cf0919d5637323a5f643a
parentf8f5bc6f874c934e29ad1eca905f2de7d7d497b3
feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI

Signed-off-by: Joas Schilling <coding@schilljs.com>
config/config.sample.php
lib/private/Security/RateLimiting/Backend/DatabaseBackend.php
lib/private/Security/RateLimiting/Backend/MemoryCacheBackend.php
lib/private/Server.php
tests/lib/Security/RateLimiting/Backend/MemoryCacheBackendTest.php