nextcloud-server/lib/private/Security
Daniel Kesselberg a53e15c971
fix: log requests exceeding the rate limiting
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2025-05-14 12:23:40 +07:00
..
Bruteforce fix(throttler): Remove the sleep from the throttler that throws 2025-05-02 11:27:29 +07:00
CSP chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
CSRF
FeaturePolicy
IdentityProof feat(signatory): switch to qbmapper 2024-12-04 09:30:55 +07:00
Ip fix(ratelimit): Allow to bypass rate-limit from bruteforce allowlist 2025-01-27 12:46:15 +07:00
Normalizer fix(32bit): use `PHP_INT_MAX` where needed 2025-04-28 12:33:58 +07:00
RateLimiting fix: log requests exceeding the rate limiting 2025-05-14 12:23:40 +07:00
Signature fix(signed-request): trigger metadata insert with default value manually 2024-12-05 13:18:34 +07:00
VerificationToken chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
Certificate.php fix: gracefully parse non-standard trusted certificates 2024-09-24 12:36:09 +07:00
CertificateManager.php refactor: Migrate some legacy and core functions to `IFilenameValidator` 2024-07-19 19:41:46 +07:00
CredentialsManager.php chore(db): Apply query prepared statements 2024-10-17 20:30:47 +07:00
Crypto.php fix(migration): Decrypt ownCloud secrets v2 2024-11-28 09:00:33 +07:00
Hasher.php chore(deps): Update nextcloud/coding-standard to v1.3.1 2024-09-19 14:21:20 +07:00
RemoteHostValidator.php
SecureRandom.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
TrustedDomainHelper.php