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
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
2019-07-08Add an event to edit the CSPRoeland Jago Douma
2019-03-06Merge pull request #13327 from nextcloud/allow-bracket-notation-for-remove-ip...Morris Jobke
2019-02-12Fix the thorrtler whitelist bitmaskRoeland Jago Douma
2019-01-08Set default frame-ancestors to 'self'Roeland Jago Douma
2019-01-07CSP: Allow fonts to be provided in dataRoeland Jago Douma
2019-01-03Allow bracket IPv6 address format inside IPAdress NormalizerThomas Citharel
2018-10-14Disallow unsafe-eval by defaultRoeland Jago Douma
2018-05-14Fix testsRoeland Jago Douma
2018-04-04Add ARGON2I support to the hasherRoeland Jago Douma
2018-01-25Fix risky tests without assertionsJoas Schilling
2018-01-17Make OCP\Security stricterRoeland Jago Douma
2018-01-14Make OC\Security\RateLimiting strictRoeland Jago Douma
2017-12-18Fix testsRoeland Jago Douma
2017-10-26Use ::class in test mocks of encryption appMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-08-10add prefix to user and system keys to avoid name collisionsBjoern Schiessle
2017-08-10extend the identity proof manager to allow system wide key pairsBjoern Schiessle
2017-07-13Add bruteforce capabilitiesRoeland Jago Douma
2017-07-12Write cert bundle to tmp file firstRoeland Jago Douma
2017-05-10Automatic creation of Identity managerJoas Schilling
2017-05-01Add missing spaceLukas Reschke
2017-05-01Mark IP as whitelisted if brute force protection is disabledLukas Reschke
2017-04-13Remove expired attemptsLukas Reschke
2017-04-13Add support for ratelimiting via annotationsLukas Reschke