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-03-10Make the DB query simpler (as we just deleted all other entries)Joas Schilling
2022-02-22Use the new option to signaling insensitivityJoas Schilling
2022-01-27Fix psalm not runningCarl Schwan
2022-01-19Log bruteforce throttle and blockingJoas Schilling
2021-12-01Don't query the bruteforce attempts when we just deleted themJoas 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-28Add an OCP for trusted domain helperJoas Schilling
2021-10-07Set associative = true for cleanup jobDaniel Kesselberg
2021-09-13Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke
2021-09-13Implement review feedbackLukas Reschke
2021-09-13Apply suggestions from code review Lukas Reschke
2021-09-09Confirm mails only per POSTArthur Schiwon
2021-09-09add a job to clean up expired verification tokensArthur Schiwon
2021-09-09move verification token logic out of lost password controllerArthur Schiwon
2021-09-07Implement PR review feedbackLukas Reschke
2021-09-06phpcsLukas Reschke
2021-09-06Adjust logic to store period instead of current timestampLukas Reschke
2021-09-06Add database ratelimiting backendLukas Reschke
2021-07-05Throw exception if encrypting the data failed.Daniel Kesselberg
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