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
2021-12-16Fix tests on PHP 8.1 for encryption, files_sharing, files_version,Côme Chilliet
2021-08-26Fix encrypted version to 0 when finding unencrypted fileVincent Petry
2021-06-29Prevent running FixEncryptedVersion without master keyVincent Petry
2021-06-29Fix FixEncryptedVersionTest testVincent Petry
2021-06-29Downstream FixEncryptedVersionTestVincent Petry
2021-06-04Update php licensesJohn Molakvoæ (skjnldsv)
2021-05-20Fix testMorris Jobke
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-11-23Remove unused dependencies in encryption app setupMorris Jobke
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-19Merge pull request #22018 from nextcloud/bugfix/noid/harden-key-generationMorris Jobke
2020-08-19Make legacy cipher opt inRoeland Jago Douma
2020-08-14Test for locking state in key generationJulius Härtl
2020-08-12Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke
2020-04-29Update license headers for 19Christoph Wurst
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-10Use elseif instead of else ifChristoph Wurst
2020-04-09Unify function spacing to PSR2 recommendationChristoph Wurst
2020-04-09Use exactly one empty line after the namespace declarationChristoph Wurst
2020-04-09Fix (array) indent style to always use one tabChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph 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
2019-12-05Update license headersChristoph Wurst
2019-11-27TO REVERT LATER: fix UserHooksTestRoeland Jago Douma
2019-11-27Mode to modern phpunitRoeland Jago Douma
2019-11-27Make phpunit8 compatibleRoeland Jago Douma
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-09-15Fix wrongly mixed mock objects in encryption testsJoas Schilling
2018-12-07Remove deprecated functions from SecureRandomRoeland Jago Douma
2018-10-24skip already encrypted files on encrypt all commandBjoern Schiessle
2018-08-16add occ command to recover encrypted files in case of password lostBjoern Schiessle
2018-08-02Fix encryption admin section testsJulius Härtl
2018-03-02this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle
2018-01-25Class "ProgressBar" is declared "final" and cannot be mocked.Joas Schilling
2018-01-25Fix risky tests without assertionsJoas Schilling
2017-11-06Update license headersMorris Jobke
2017-10-26Use ::class in test mocks of encryption appMorris Jobke
2017-10-24Use ::class in test mocksMorris Jobke
2017-10-24Use DI for IAppManager to encryption migrationMorris Jobke
2017-09-11print generated encryption key passwords directly after generating the keys s...Kenneth Newwood
2017-07-06adjust encryption tests to the new master key defaultBjoern Schiessle
2017-07-06improve status messagesBjoern Schiessle
2017-04-12Update comments to NextcloudMorris Jobke
2017-03-24Use master key for public links as wellVincent Petry
2017-03-24Add tests for null userVincent Petry