]> source.dussan.org Git - nextcloud-server.git/commit
feat(security): Allow to opt-out of ratelimit protection, e.g. for testing on CI 37551/head
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:31:54 +0000 (12:31 +0000)
commit96204fe6e986785c9de2a4d3809d62709e576ffa
treed13f331fcbc86dce3980862fc95e2a064b3be9c1
parent3765a031239db21dd7ed0d7c3e2b6b82ea5254b1
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