You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/lib/private/Security
Remi Collet 092e77970a fix: also respect max value for `hashingThreads` 1 week ago
..
Bruteforce fix(bfp): Trim meta data so it can still be stored 7 months ago
CSP chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
CSRF
FeaturePolicy
IdentityProof feat: Add option to update the public key of a user 6 months ago
Ip fix(bruteforce): limit appconfig lazy loading 10 months ago
Normalizer fix(IpNormalizer): Added `inet_pton()` check before bitwise operations 5 months ago
RateLimiting fix: log requests exceeding the rate limiting 1 year ago
Signature feat(signed-request): moving out of unstable 5 months ago
VerificationToken chore: apply new CSFixer rules 11 months ago
Certificate.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 8 months ago
CertificateManager.php feat(CertificateManager): Add option to specify the default certificates bundle path 6 months ago
CredentialsManager.php chore(db): Apply query prepared statements 2 years ago
Crypto.php fix(initializeSession): only log HMAC problem to critical logs if indeed critical 2 months ago
Hasher.php fix: also respect max value for `hashingThreads` 1 week ago
RemoteHostValidator.php
SecureRandom.php
TrustedDomainHelper.php