summaryrefslogtreecommitdiffstats
path: root/lib/private/files/storage/wrapper/encryption.php
Commit message (Expand)AuthorAgeFilesLines
...
* | | a new approach to display the error messageBjoern Schiessle2015-05-181-0/+24
|/ /
* | delete all file keys doesn't need the encryption module as parameter; impleme...Bjoern Schiessle2015-05-131-4/+23
* | use hooks to update encryption keys instead of the storage wrapper if a file ...Bjoern Schiessle2015-05-111-7/+1
* | Fix missing types on doc block and deduplicate the method nameJoas Schilling2015-05-061-4/+4
* | update 'encrypted'-flag in file cache according to the storage settingsBjoern Schiessle2015-05-061-6/+42
* | move/copy from storageBjoern Schiessle2015-05-061-7/+67
* | unit testsBjoern Schiessle2015-05-061-1/+1
* | check if encryption is enbaled before we start moving keysBjoern Schiessle2015-05-061-24/+29
* | make sure that we keep the correct encrypted-flag and the (unencrypted)size i...Bjoern Schiessle2015-05-051-0/+4
|/
* Merge pull request #15886 from owncloud/fix-15848-masterThomas Müller2015-04-271-1/+4
|\
| * fixes #15848Thomas Müller2015-04-271-1/+4
* | Merge pull request #15860 from owncloud/enc_fallback_old_encryptionThomas Müller2015-04-271-6/+20
|\ \ | |/ |/|
| * fall back to the ownCloud default encryption module and aes128 if we read a e...Bjoern Schiessle2015-04-271-6/+20
* | Make getDefaultModuleId public and get module protectedJoas Schilling2015-04-271-4/+2
|/
* Use public interfaces for type hintingJoas Schilling2015-04-241-12/+12
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-4/+10
* update share keys if file gets copiedBjoern Schiessle2015-04-231-3/+3
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-7/+21
* pass KeyStorage via ctorThomas Müller2015-04-221-16/+9
* calling renameKeys() on directory level as well - fixes #15778Thomas Müller2015-04-221-7/+3
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-4/+5
* move permission related code into getMetaData()Thomas Müller2015-04-201-7/+10
* Introduce Storage::getMetaData() to allow storage implementations more contro...Thomas Müller2015-04-201-3/+3
* Introduce Storage::getData() to allow storage implementations more control ov...Thomas Müller2015-04-201-0/+23
* add migration script from old encryption to new oneBjoern Schiessle2015-04-161-4/+7
* return size from cache in case the cache entry is marked as encryptedThomas Müller2015-04-141-8/+10
* preserve filesize on rename after uploadThomas Müller2015-04-141-0/+3
* don't throw exception if a file gets uploaded and encryption is disabledBjoern Schiessle2015-04-081-5/+6
* fixing license headers - encryption code relatedThomas Müller2015-04-071-14/+13
* respect mount option while encryptingThomas Müller2015-04-071-1/+6
* PHPDoc cleanup - clean code \o/Thomas Müller2015-04-071-1/+1
* Encryption storage wrapper is enabled by default - necessary to detect encryp...Thomas Müller2015-04-071-1/+13
* implement webdav copyBjoern Schiessle2015-04-071-9/+19
* Using stream_get_contents in file_get_contents implementation + close handleThomas Müller2015-04-071-12/+7
* Fixing encryption storage wrapper testsThomas Müller2015-04-071-3/+66
* fixing unencrypted file sizeThomas Müller2015-04-071-1/+4
* in case the file exists we require the explicit module as specified in the fi...Thomas Müller2015-04-071-0/+6
* file_put_contents has to return the number of written bytesThomas Müller2015-04-071-8/+4
* pass file helper to encryption wrapperBjoern Schiessle2015-04-071-1/+7
* Fix - public sharing: in case on user is available - get it from the pathThomas Müller2015-04-071-1/+6
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-15/+3
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-071-2/+4
* core: small fixesBjoern Schiessle2015-04-071-1/+0
* implement rename and delete of encryption keysBjoern Schiessle2015-04-071-0/+1
* fix check if a file is excluded from encryption or notBjoern Schiessle2015-03-271-1/+1
* implement basic encryption functionallity in core to enable multiple encrypti...Bjoern Schiessle2015-03-261-0/+319