nextcloud/lib/private/AppFramework/Middleware/Security
Robin Appelman 9f1d497a0b
Merge pull request #38261 from fsamapoor/replace_strpos_calls_in_lib_private
Refactors "strpos" calls in  lib/private to improve code readability.
2023-06-01 23:10:00 +02:00
..
Exceptions fix(security)!: Use consistent HTTP status for strict cookie checks 2023-04-17 16:06:37 +00:00
BruteForceMiddleware.php fix(middleware): Also abort the request when reaching max delay in afterController 2023-05-15 16:20:19 +02:00
CORSMiddleware.php feat(security): Add PHP \Attribute for remaining security annotations 2023-04-25 14:50:32 +02:00
CSPMiddleware.php composer run cs:fix 2023-01-20 11:45:08 +01:00
FeaturePolicyMiddleware.php composer run cs:fix 2023-01-20 11:45:08 +01:00
PasswordConfirmationMiddleware.php feat(security): Add PHP \Attribute for remaining security annotations 2023-04-25 14:50:32 +02:00
RateLimitingMiddleware.php feat(ratelimit): Add Attributes support to rate limit middleware 2023-04-24 12:24:48 +02:00
ReloadExecutionMiddleware.php feat(security): Add PHP \Attribute for remaining security annotations 2023-04-25 14:50:32 +02:00
SameSiteCookieMiddleware.php composer run cs:fix 2023-01-20 11:45:08 +01:00
SecurityMiddleware.php Refactors "strpos" calls in lib/private to improve code readability. 2023-05-15 15:17:19 +03:30