nextcloud-server/lib/private/AppFramework/Middleware/Security
Louis Chemineau 97732de328
feat: Use inline password confirmation in external storage settings
Signed-off-by: Louis Chemineau <louis@chmn.me>
2024-11-28 13:03:51 +07:00
..
Exceptions feat(security): restrict admin actions to IP ranges 2024-07-19 16:28:03 +07:00
BruteForceMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
CORSMiddleware.php fix(Middleware): log deprecation when annotation was actually used 2024-11-13 06:29:31 +07:00
CSPMiddleware.php fix: Use `CSP_NONCE` env variable in ContentSecurity Header 2024-08-13 09:52:08 +07:00
FeaturePolicyMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
PasswordConfirmationMiddleware.php feat: Use inline password confirmation in external storage settings 2024-11-28 13:03:51 +07:00
RateLimitingMiddleware.php chore: use "app_api" session key, "app_api_system" is deprecated 2024-07-18 17:16:57 +07:00
ReloadExecutionMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SameSiteCookieMiddleware.php chore: Add SPDX header 2024-05-24 13:11:22 +07:00
SecurityMiddleware.php feat(security): Add public API to allow validating IP Ranges and checking for "in range" 2024-07-19 16:28:03 +07:00