]> source.dussan.org Git - nextcloud-server.git/commit
fix(dav): Abort requests with 429 instead of waiting 38046/head
authorJoas Schilling <coding@schilljs.com>
Thu, 30 Mar 2023 13:02:51 +0000 (15:02 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 3 May 2023 20:43:36 +0000 (22:43 +0200)
commitb91957e3df058b5d22b9d2bb7c0e464749e4e22d
treea1927cb13763b90d1b9fedac607802fb7fc3d5b3
parentdf5283ad05f8ffa1a0fe979429746ca071a54326
fix(dav): Abort requests with 429 instead of waiting

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/dav/composer/composer/autoload_classmap.php
apps/dav/composer/composer/autoload_static.php
apps/dav/lib/Connector/Sabre/Auth.php
apps/dav/lib/Connector/Sabre/Exception/TooManyRequests.php [new file with mode: 0644]
lib/private/User/Session.php
tests/lib/User/SessionTest.php