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-01Add CSP policy merge priority for booleansbugfix/noid/fix-csp-merging-boolsVincent Petry
2022-03-24Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet
2022-03-09Allow to set a strict-dynamic CSP through the APIenh/strict-dynamic-cspJulius Härtl
2022-01-13Check style updateCarl Schwan
2021-11-22Improve normalizer detecting IPv4 inside of IPv6Vincent Petry
2021-11-22Fix getting subnet of ipv4 mapped ipv6 addressesVincent Petry
2021-10-28Add an OCP for trusted domain helperJoas Schilling
2021-09-27Remove tests that just prove mocked calls and don't actually validate anythin...Julius Härtl
2021-09-13Merge pull request #28728 from nextcloud/add-database-backend-limiterLukas Reschke
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-06Adjust testsLukas Reschke
2021-09-06Adjust logic to store period instead of current timestampLukas Reschke
2021-05-18Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma
2021-04-21Update CredentialsManagerTest.phpJoas Schilling
2021-04-20Fix security credentials manager testJoas Schilling
2021-04-19Make Security module strictJ0WI
2021-04-07Increase subnet matcherLukas Reschke
2021-02-18Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]
2021-01-08Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst
2020-11-03Improve CertificateManager to not be user context dependentMorris Jobke
2020-10-16Implement unit tests for versions 1 and 2.lynn-stephenson
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-10Don't break when the IP is emptyJoas Schilling
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-05-11Use random_bytesRoeland Jago Douma
2020-04-30Fix Argon2 options checksMichaIng
2020-04-15fix credentialsManager documentation and ensure userId to be used as stringArthur Schiwon
2020-04-15add DB tests for credentials managerArthur Schiwon
2020-04-10Add visibility to all methods and position of static keywordChristoph Wurst
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use a blank line after the opening tagChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-03-27Merge pull request #20170 from nextcloud/techdebt/remove-unused-importsChristoph Wurst
2020-03-26Use the short array syntax, everywhereChristoph Wurst
2020-03-26Use the shorter phpunit syntax for mocked return valuesChristoph Wurst
2020-03-26Remove unused importsChristoph Wurst
2020-02-07Add Argon2id supportRoeland Jago Douma
2020-02-03Allow selecting the hashing algorithmRoeland Jago Douma
2019-12-07Move overwritehost check to isTrustedDomainJulius Härtl
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-10-06make TrustedDomainHelper case insensitiveJohannes Koenig
2019-09-14Harden identifyproof openssl codeRoeland Jago Douma
2019-08-19Fix report of phpstan in LimiterRoeland Jago Douma
2019-08-10Add testsRoeland Jago Douma
2019-07-31Update CSP test cases to handle the new form-actionRoeland Jago Douma
2019-07-18Add support for CSP_NONCE server variableSam Bull