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-10-28Test for locking state in key generationJulius Härtl
2020-08-24Make legacy cipher opt inRoeland Jago Douma
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
2017-03-14always throw a encryption exceptionBjoern Schiessle
2017-01-10create new encryption keys on password reset and backup the old oneBjoern Schiessle
2016-11-23check if session is initializedBjoern Schiessle
2016-10-13Fix migration testsRoeland Jago Douma
2016-09-12Fix encryption appJoas Schilling
2016-09-07Fix apps warningsRoeland Jago Douma
2016-09-06Fix getMock encryptionRoeland Jago Douma
2016-08-15Use MockBuilder instead of createMockLukas Reschke
2016-08-15Add unit testsLukas Reschke
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-05-26Update license headersLukas Reschke
2016-05-12Move Encryption app to PSR-4 (#24524)Joas Schilling