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
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators
3 months ago
..
Bruteforce fix(throttler): Don't query bruteforce attempts twice 8 months ago
CSP
CSRF
FeaturePolicy
IdentityProof feat: Cache user keys 5 months ago
Ip fix(bruteforce): limit appconfig lazy loading 5 months ago
Normalizer fix(32bit): use `PHP_INT_MAX` where needed 8 months ago
RateLimiting fix: log requests exceeding the rate limiting 8 months ago
Signature chore: apply new CSFixer rules 6 months ago
VerificationToken chore: apply new CSFixer rules 6 months ago
Certificate.php refactor: use logical `&&` `||` instead of weak `and` `or` operators 3 months ago
CertificateManager.php
CredentialsManager.php chore(db): Apply query prepared statements 1 year ago
Crypto.php fix(migration): Decrypt ownCloud secrets v2 1 year ago
Hasher.php chore: apply new CSFixer rules 6 months ago
RemoteHostValidator.php
SecureRandom.php
TrustedDomainHelper.php