]> source.dussan.org Git - nextcloud-server.git/commit
Throttle on public DAV endpoint
authorLukas Reschke <lukas@statuscode.ch>
Tue, 22 Jun 2021 17:54:13 +0000 (19:54 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Wed, 23 Jun 2021 07:37:17 +0000 (07:37 +0000)
commit117e466e2051095bb6e9d863faf5f42a347e60a0
tree7a3cc09c8c666e541dbdde29d456b5ec715a53ab
parentf71306f8ee03afb7aa4c71d558d85d8549f55b4d
Throttle on public DAV endpoint

We should throttle whenever an invalid request is sent to the public WebDAV endpoint.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
apps/dav/appinfo/v1/publicwebdav.php
apps/dav/lib/Connector/PublicAuth.php
apps/dav/tests/unit/Connector/PublicAuthTest.php