summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fixing license headers - encryption code relatedThomas Müller2015-04-0749-314/+461
|
* Merge pull request #14472 from owncloud/feature/wipencryptionappThomas Müller2015-04-07303-17549/+5541
|\ | | | | encryption 2.0 app
| * fixing unit test - expected value change due to different size being stored ↵Thomas Müller2015-04-072-2/+2
| | | | | | | | in cache table
| * In case of encryption exceptions we return 503 - this will allow the client ↵Thomas Müller2015-04-071-55/+69
| | | | | | | | to retry
| * fixing unit test execution related to trashbinThomas Müller2015-04-073-1/+28
| |
| * fixing unit testsThomas Müller2015-04-071-1/+7
| |
| * respect mount option while encryptingThomas Müller2015-04-071-1/+6
| |
| * adding user setup test and adding 4 tests to keymanagerClark Tomlinson2015-04-072-13/+144
| |
| * adding recoverFileTestClark Tomlinson2015-04-071-2/+43
| |
| * adding recovery testsClark Tomlinson2015-04-071-0/+224
| |
| * fixing unit test execution - test dummy module was behaving wrongThomas Müller2015-04-072-2/+2
| |
| * fixing unit test executionThomas Müller2015-04-071-7/+12
| |
| * PHPDoc cleanup - clean code \o/Thomas Müller2015-04-076-43/+42
| |
| * userRecovery() was replaced by setRecoveryForUser()Bjoern Schiessle2015-04-072-17/+0
| |
| * comment change as it broke unit testsThomas Müller2015-04-071-1/+1
| |
| * Encryption storage wrapper is enabled by default - necessary to detect ↵Thomas Müller2015-04-072-5/+14
| | | | | | | | encrypted files even if encryption was disabled after files have been encrypted - prevents data corruption
| * fix versions testsBjoern Schiessle2015-04-071-0/+6
| |
| * add unit tests to the keystorageBjoern Schiessle2015-04-072-41/+46
| |
| * implement webdav copyBjoern Schiessle2015-04-074-13/+138
| |
| * Using stream_get_contents in file_get_contents implementation + close handleThomas Müller2015-04-071-12/+7
| |
| * Adjusting count on readjknockaert2015-04-071-1/+2
| |
| * Properly set size and unencrypted size in the stream unit testsThomas Müller2015-04-071-9/+8
| |
| * remove unused codeBjoern Schiessle2015-04-071-1/+0
| |
| * fix versions download and previewsBjoern Schiessle2015-04-072-3/+94
| |
| * Adding unit test for read and write of big fileThomas Müller2015-04-071-0/+16
| |
| * Fixing encryption stream wrapper seek - thanks @jknockaertjknockaert2015-04-071-0/+3
| |
| * Fixing encryption storage wrapper testsThomas Müller2015-04-074-9/+133
| |
| * Introducing trait LocalTempFileTraitThomas Müller2015-04-072-40/+88
| |
| * reset init status before loginBjoern Schiessle2015-04-071-1/+7
| |
| * cleanupThomas Müller2015-04-073-29/+15
| |
| * fixing unit tests for encryption stream wrapper seekThomas Müller2015-04-071-0/+13
| |
| * fix re-shares with encryptionBjoern Schiessle2015-04-073-6/+10
| |
| * store init status per userBjoern Schiessle2015-04-071-5/+6
| |
| * use loginHelper from base classBjoern Schiessle2015-04-071-11/+11
| |
| * fixing unit tests for stream wrapperThomas Müller2015-04-072-11/+43
| |
| * reset storage for each unit testBjoern Schiessle2015-04-072-1/+14
| |
| * fixing unit test executionThomas Müller2015-04-073-47/+5
| |
| * adding util test and reducing keymanager instances to one in testClark Tomlinson2015-04-072-108/+161
| |
| * add more descriptive message to the exception, will be displayed to the userBjoern Schiessle2015-04-071-1/+1
| |
| * remove encryption specific code from files appBjoern Schiessle2015-04-073-21/+0
| |
| * fixing unencrypted file sizeThomas Müller2015-04-071-1/+4
| |
| * don't wrap share storagesBjoern Schiessle2015-04-071-11/+14
| |
| * add priority to trashbin storage wrapper so that he is always on topBjoern Schiessle2015-04-071-1/+1
| |
| * cleaning up exception messThomas Müller2015-04-0723-111/+91
| |
| * in case the file exists we require the explicit module as specified in the ↵Thomas Müller2015-04-071-0/+6
| | | | | | | | file header - otherwise we need to fail hard to prevent data loss on client side
| * work arround to make sure that shares are initialized only onceBjoern Schiessle2015-04-071-2/+8
| |
| * Set human readable module idsThomas Müller2015-04-072-2/+2
| |
| * Fix shouldEncrypt and don't throw exception id fileKey not present - can happenThomas Müller2015-04-073-54/+25
| |
| * make recovery key workBjoern Schiessle2015-04-077-61/+116
| |
| * getUidAndFilename() always get uid from pathBjoern Schiessle2015-04-071-46/+6
| |