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
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
2016-04-26if we don't have a encrypted file key we can return a empty string right awayBjoern Schiessle
2016-04-26don't create a private-/public-key pair for each user if the master key is en...Bjoern Schiessle
2016-04-21Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry
2016-04-19we need to initialize the mount points of the given user before we recoverBjörn Schießle
2016-04-08Fix encryption testsRoeland Jago Douma
2016-03-18replaceUserKeys() actually deletes the users keys -> update method name and d...Bjoern Schiessle
2016-03-18only create and update user specific key if no master key is enabledBjoern Schiessle
2016-03-15allow group shares, even if not all public keys are availableBjoern Schiessle
2016-03-01Remove Scrutinizer Auto FixerLukas Reschke
2016-03-01Update author informationLukas Reschke
2016-02-29make decrypt all work with the master keyBjoern Schiessle
2016-02-10remember signature version and only set it on update to make sure that otherBjoern Schiessle
2016-02-10Add tests for setVersionLukas Reschke
2016-02-10Use cache and add testsLukas Reschke
2016-02-10fixing unit testsBjörn Schießle
2016-02-10sign all encrypted blocks and check signature on decryptBjörn Schießle
2016-02-10Use AES-256-CTR as defaultLukas Reschke
2016-01-13Merge pull request #21612 from owncloud/fix_21598Thomas Müller
2016-01-12Happy new year!Thomas Müller
2016-01-11only use master key ID if a user is logged in. Otherwise keep the public link...Björn Schießle
2016-01-07Fix PHPDoc + Add handling for error casesLukas Reschke