summaryrefslogtreecommitdiffstats
path: root/apps/encryption_dummy
Commit message (Collapse)AuthorAgeFilesLines
* Moving encryption_dummy to the apps repo - fixes #15950Thomas Müller2015-04-305-218/+0
|
* Merge pull request #15860 from owncloud/enc_fallback_old_encryptionThomas Müller2015-04-271-1/+2
|\ | | | | [encryption] handle encrypted files correctly which where encrypted with a old version of ownCloud (<=oc6)
| * fall back to the ownCloud default encryption module and aes128 if we read a ↵Bjoern Schiessle2015-04-271-1/+2
| | | | | | | | encrypted file without a header
* | Fix module registrationJoas Schilling2015-04-271-1/+3
|/
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-2/+2
|
* Fix dummy encryption module registrationJoas Schilling2015-04-181-1/+1
|
* remove calculateUnencryptedSize() - not neededThomas Müller2015-04-141-10/+0
|
* Fix typos and some other adjustmentsLukas Reschke2015-04-091-3/+3
|
* Set human readable module idsThomas Müller2015-04-071-1/+1
|
* Adding app icon and fixing admin settingThomas Müller2015-04-071-0/+51
|
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-071-13/+15
|
* implement basic encryption functionallity in core to enable multiple ↵Bjoern Schiessle2015-03-264-0/+172
encryption modules