Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-04return default bundle when there is an error getting the bundleRobin Appelman
2022-03-10Merge pull request #30966 from nextcloud/backport/30235/stable22blizzz
2022-03-10Make the DB query simpler (as we just deleted all other entries)Joas Schilling
2022-02-22Use the new option to signaling insensitivitybackport/30945/stable22Joas Schilling
2022-01-24Fix psalmCarl Schwan
2022-01-19Log bruteforce throttle and blockingJoas Schilling
2021-11-23Type hint in IpAddress Vincent Petry
2021-11-23Improve normalizer detecting IPv4 inside of IPv6Vincent Petry
2021-11-23Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry
2021-10-07Set associative = true for cleanup jobDaniel Kesselberg
2021-09-13Add database ratelimiting backendLukas Reschke
2021-09-10Confirm mails only per POSTArthur Schiwon
2021-09-10add a job to clean up expired verification tokensArthur Schiwon
2021-09-10move verification token logic out of lost password controllerArthur Schiwon
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-18Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma
2021-04-22Merge pull request #25714 from nextcloud/fix/23197/explicitly_check_hex2bin_i...Morris Jobke
2021-04-19Make Security module strictJ0WI
2021-04-07Increase subnet matcherLukas Reschke
2021-02-18Explicitly check hex2bin inputRoeland Jago Douma
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-11Remove unneeded casts that were found by PsalmMorris Jobke
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-09Avoid checking for brute force protection capabilities when upgradingJulius Härtl
2020-11-10Replace the credentials table with one that can have empty userJoas Schilling
2020-11-10Fix comparing the empty string for global credentialsJoas Schilling
2020-11-09Don't leave cursors open when tests failJoas Schilling
2020-11-03Always return the default path if we canRoeland Jago Douma
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke
2020-10-16Derive encryption key & MAC key from a single key.lynn-stephenson
2020-10-08Limit throttler to 48 hoursRoeland Jago Douma
2020-10-08Add cleanup job for old brutefoce attemptsRoeland Jago Douma
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-16Remove @suppress SqlInjectionCheckerMorris Jobke
2020-09-10Don't break when the IP is emptyJoas Schilling
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Fix CSJoas Schilling
2020-08-19Correctly return ms delay when at maxJoas Schilling
2020-08-19Add missing defaultJoas Schilling
2020-08-19Simplify array filterJoas Schilling
2020-08-19Fix wrong doc + type hintJoas Schilling
2020-08-19Only throw when also the last 30 mins were attackingJoas Schilling
2020-08-19Make the throttling O(2^n) instead of O(n^n)Joas Schilling
2020-08-19Make Throttler strictJoas Schilling
2020-08-19Split delay calculation from getting the attemptsJoas Schilling
2020-08-19Let the database count the entriesJoas Schilling
2020-08-19Send "429 Too Many Requests" in case of brute force protectionJoas Schilling
2020-08-10Prefer typed event over string based onesMorris Jobke
2020-05-25Merge pull request #20005 from joeried/occ-remove-bruteforce-attempts-by-ipMorris Jobke
2020-05-25Fix code styleMorris Jobke