nextcloud-server/tests/lib/AppFramework/Middleware/Security
Joas Schilling 89c3c31402
feat(ratelimit): Add Attributes support to rate limit middleware
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-04-24 12:24:48 +07:00
..
BruteForceMiddlewareTest.php Add a debug message when throttling without defining 2023-03-08 12:09:22 +07:00
CORSMiddlewareTest.php fix(CORS): CORS should only be bypassed on `PublicPage` if not logged in to prevent CSRF attack vectors 2023-02-16 22:55:18 +07:00
CSPMiddlewareTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
FeaturePolicyMiddlewareTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
PasswordConfirmationMiddlewareTest.php Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPUnit\Framework\MockObject\MockObject 2020-08-12 13:55:19 +07:00
RateLimitingMiddlewareTest.php feat(ratelimit): Add Attributes support to rate limit middleware 2023-04-24 12:24:48 +07:00
SameSiteCookieMiddlewareTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00
SecurityMiddlewareTest.php composer run cs:fix 2023-01-20 11:45:08 +07:00