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
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-21Merge pull request #22791 from owncloud/enc_master_key_improvementsVincent Petry
2016-04-15Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller
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-01Remove Scrutinizer Auto FixerLukas Reschke
2016-03-01Update author informationLukas Reschke
2016-02-29make decrypt all work with the master keyBjoern Schiessle
2016-02-10Use cache update instead of put for encryption versionVincent Petry
2016-02-10Use cache and add testsLukas Reschke
2016-02-10Use database for keeping track of the versionLukas Reschke
2016-02-10Keep track of file versionLukas 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
2015-11-27Scrutinizer Auto-FixesScrutinizer Auto-Fixer
2015-09-07enable usage of a master keyBjoern Schiessle
2015-08-07use uid as additional information for saltBjoern Schiessle
2015-08-07use password hash instead of the plain password to encrypt the private keyBjoern Schiessle
2015-07-08only create new key pair if both keys are missingBjoern Schiessle
2015-05-13delete all file keys doesn't need the encryption module as parameter; impleme...Bjoern Schiessle
2015-04-30check recovery setting for the right userBjoern Schiessle
2015-04-29Merge pull request #15706 from owncloud/fix-15705-masterLukas Reschke
2015-04-17move creation of shared key to the login handler - fixes #15705Thomas Müller
2015-04-16Merge pull request #15675 from owncloud/enc_error_messagesClark Tomlinson
2015-04-16Merge pull request #15445 from owncloud/enc2_migrationClark Tomlinson
2015-04-16display warning if password changed or if the keys are not initializedBjoern Schiessle
2015-04-16decrypt private key for public shares correctlyBjoern Schiessle
2015-04-22add $encryptionModuleId to methods of Keys/IStorageThomas Müller
2015-04-15make sure that encrypted private keys always have a headerBjoern Schiessle
2015-04-08read cipher from key header and always write a key header if a new private ke...Bjoern Schiessle
2015-04-07fixing license headers - encryption code relatedThomas Müller
2015-04-07fixing unit test executionThomas Müller
2015-04-07cleaning up exception messThomas Müller
2015-04-07Fix shouldEncrypt and don't throw exception id fileKey not present - can happenThomas Müller
2015-04-07make recovery key workBjoern Schiessle
2015-04-07Finally fixing encryption with public shareThomas Müller
2015-04-07cleanup keymanager test and add some additional testsBjoern Schiessle
2015-04-07delete recovery keys on disableBjoern Schiessle
2015-04-07let user enable recovery keyBjoern Schiessle
2015-04-07fix set recovery key and implement change passwordBjoern Schiessle
2015-04-07use password change logic to userhooks to avoid recursionsBjoern Schiessle
2015-04-07add session class to handle all session operationsBjoern Schiessle
2015-04-07moving methods to their final placesClark Tomlinson
2015-04-07kill OC_FileProxy :boom:Thomas Müller
2015-04-07make recovery settings workBjoern Schiessle
2015-04-07fix unit test execution, variable naming and kill no longer used $cacheFactoryThomas Müller
2015-04-07check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle