]> source.dussan.org Git - nextcloud-server.git/commit
fix(dav): Rate limit calendar/subscription creation 43732/head
authorChristoph Wurst <christoph@winzerhof-wurst.at>
Fri, 11 Aug 2023 14:36:10 +0000 (16:36 +0200)
committerChristoph Wurst <ChristophWurst@users.noreply.github.com>
Fri, 23 Feb 2024 07:52:59 +0000 (08:52 +0100)
commitdc7f2baf2649df6a0f65a3348346d76d8617cfeb
treeb8f1111263b678d2957f23e4c0ac475f46164d40
parentc942fb5db235908dc380ac31a8668aaa9bedb768
fix(dav): Rate limit calendar/subscription creation

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
apps/dav/appinfo/v1/caldav.php
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/CalDAV/CalDavBackend.php
apps/dav/lib/CalDAV/Security/RateLimitingPlugin.php [new file with mode: 0644]
apps/dav/lib/Server.php
apps/dav/tests/unit/CalDAV/Security/RateLimitingPluginTest.php [new file with mode: 0644]