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-12-14list files which could not be decryptedBjoern Schiessle
2018-11-29Add interface to allow storages from opting out of encryptionRobin Appelman
2018-10-24skip already decrypted files on decrypt all commandBjoern Schiessle
2018-03-26Remove deprecated \OCP\User::userExistsRoeland Jago Douma
2018-03-25Remove deprecated \OCP\User::getUsersRoeland Jago Douma
2018-03-02this was a migration step to ownCloud 8.0 to restructure the encryption folde...Bjoern Schiessle
2018-01-26Simplify ternary operator statementsMorris Jobke
2017-11-06Update license headersMorris Jobke
2017-07-06only collect detailed access list if it is really neededBjoern Schiessle
2017-06-13don't try to encrypt/decrypt the certificate bundleBjoern Schiessle
2017-04-23Remove unused use statementsMorris Jobke
2017-04-19Fix translationsJoas Schilling
2017-04-13Adjust docs and make !$currentAccess simplerJoas Schilling
2017-04-13Return the token as wellJoas Schilling
2017-04-13Return the paths for the users without setting them all upJoas Schilling
2017-04-13Fix commentsRoeland Jago Douma
2017-04-13Port Encryption/file to new getAccessListRoeland Jago Douma
2017-03-29Don't add the Encryption Storage Wrapper if there are no encryption modulesRoeland Jago Douma
2017-03-17Ignore exception when deleting keys of deleted userVincent Petry
2017-03-10Remove legacy class OC_Group and OC_UserMorris Jobke
2017-01-10create new encryption keys on password reset and backup the old oneBjoern Schiessle
2016-11-30Ignore AppData in encryption wrapperRoeland Jago Douma
2016-10-20Fix shared storage namespace in DecryptAll classVincent Petry
2016-10-20Move OC\Files\Storage\Shared to the right namespaceJoas Schilling
2016-07-27skip shared files, if files get decrypted only for a specific user we shouldn...Bjoern Schiessle
2016-07-21Fix othersJoas Schilling
2016-06-10Use capped cache for encryption's user access listVincent Petry
2016-06-07Allow to decrypt user '0' files onlyJoas Schilling
2016-05-30Use isEncrpyted() insteadVincent Petry
2016-05-30Respect oc coding style guide.Christian Jürges
2016-05-30Check if file needs to decrypted or not for speed up large oc setups.Christian Jürges
2016-05-26Update license headersLukas Reschke
2016-04-22Move \OC\Encryption to PSR-4Roeland Jago Douma