aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/encryption
Commit message (Expand)AuthorAgeFilesLines
* delete all file keys doesn't need the encryption module as parameter; impleme...Bjoern Schiessle2015-05-131-11/+3
* Merge pull request #16228 from owncloud/enc_fix_restoreBjörn Schießle2015-05-122-1/+41
|\
| * use hooks to update encryption keys instead of the storage wrapper if a file ...Bjoern Schiessle2015-05-112-1/+41
* | fix check if file is excluded from encryptionBjoern Schiessle2015-05-111-1/+1
|/
* check if encryption is enbaled before we start moving keysBjoern Schiessle2015-05-061-10/+14
* Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-272-10/+6
* Verify that the encryption module exists before setting itJoas Schilling2015-04-271-6/+7
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-0/+9
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-234-33/+77
* fix PHPDocThomas Müller2015-04-221-7/+8
* pass KeyStorage via ctorThomas Müller2015-04-221-1/+2
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-222-139/+39
* Fix display name of encryption modulesJoas Schilling2015-04-181-4/+4
* Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption...Thomas Müller2015-04-171-0/+66
* always create a new instance of the encryption moduleBjoern Schiessle2015-04-171-23/+19
* detect system wide mount points correctlyBjoern Schiessle2015-04-163-8/+41
* add migration script from old encryption to new oneBjoern Schiessle2015-04-162-7/+45
* Check if the key exists, before trying to delete itJoas Schilling2015-04-091-8/+9
* fixing license headers - encryption code relatedThomas Müller2015-04-0714-141/+136
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-1/+1
* add unit tests to the keystorageBjoern Schiessle2015-04-071-1/+1
* implement webdav copyBjoern Schiessle2015-04-071-1/+34
* Fixing encryption storage wrapper testsThomas Müller2015-04-071-1/+1
* fix re-shares with encryptionBjoern Schiessle2015-04-072-5/+9
* don't wrap share storagesBjoern Schiessle2015-04-071-11/+14
* cleaning up exception messThomas Müller2015-04-0715-125/+37
* getUidAndFilename() always get uid from pathBjoern Schiessle2015-04-071-46/+6
* Finally fixing encryption with public shareThomas Müller2015-04-071-16/+16
* PHPDocThomas Müller2015-04-071-4/+2
* pass file helper to encryption wrapperBjoern Schiessle2015-04-071-1/+2
* add helper class accessible for encryption modules to ask for a list of users...Bjoern Schiessle2015-04-073-46/+90
* Fix double registration of encryption moduleThomas Müller2015-04-071-4/+1
* Setting up the encryption wrapper in a setup hook - temporarily fixes the wra...Thomas Müller2015-04-071-1/+19
* add session class to handle all session operationsBjoern Schiessle2015-04-071-28/+0
* Further cleanup of files_encryptionThomas Müller2015-04-071-3/+3
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-072-17/+22
* make recovery settings workBjoern Schiessle2015-04-071-1/+4
* fix lib/private/encryption/util.php callBjoern Schiessle2015-04-071-1/+4
* remove debug code from coreBjoern Schiessle2015-04-071-3/+0
* check if recovery key exists and encrypt the file with the recovery key if ne...Bjoern Schiessle2015-04-071-1/+22
* core: documentation fixesBjoern Schiessle2015-04-071-1/+1
* implement rename and delete of encryption keysBjoern Schiessle2015-04-071-0/+34
* add deleteKey methods to key storageBjoern Schiessle2015-04-071-7/+62
* fix encryption manager to handle more than one encryption moduleBjoern Schiessle2015-04-071-6/+18
* fix keystorage and add unit testsBjoern Schiessle2015-04-072-347/+8
* Initial commitClark Tomlinson2015-04-0711-15/+321
* create basic interfaces and wrapper to make encryption more modularBjoern Schiessle2015-04-071-0/+223
* add deleteAllFileKeys to public interface and add "uid" as parameter for theBjoern Schiessle2015-03-271-1/+1
* fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-3/+16
* implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-268-0/+1139