Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing license headers - encryption code related | Thomas Müller | 2015-04-07 | 49 | -314/+461 |
| | |||||
* | Merge pull request #14472 from owncloud/feature/wipencryptionapp | Thomas Müller | 2015-04-07 | 303 | -17549/+5541 |
|\ | | | | | encryption 2.0 app | ||||
| * | fixing unit test - expected value change due to different size being stored ↵ | Thomas Müller | 2015-04-07 | 2 | -2/+2 |
| | | | | | | | | in cache table | ||||
| * | In case of encryption exceptions we return 503 - this will allow the client ↵ | Thomas Müller | 2015-04-07 | 1 | -55/+69 |
| | | | | | | | | to retry | ||||
| * | fixing unit test execution related to trashbin | Thomas Müller | 2015-04-07 | 3 | -1/+28 |
| | | |||||
| * | fixing unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+7 |
| | | |||||
| * | respect mount option while encrypting | Thomas Müller | 2015-04-07 | 1 | -1/+6 |
| | | |||||
| * | adding user setup test and adding 4 tests to keymanager | Clark Tomlinson | 2015-04-07 | 2 | -13/+144 |
| | | |||||
| * | adding recoverFileTest | Clark Tomlinson | 2015-04-07 | 1 | -2/+43 |
| | | |||||
| * | adding recovery tests | Clark Tomlinson | 2015-04-07 | 1 | -0/+224 |
| | | |||||
| * | fixing unit test execution - test dummy module was behaving wrong | Thomas Müller | 2015-04-07 | 2 | -2/+2 |
| | | |||||
| * | fixing unit test execution | Thomas Müller | 2015-04-07 | 1 | -7/+12 |
| | | |||||
| * | PHPDoc cleanup - clean code \o/ | Thomas Müller | 2015-04-07 | 6 | -43/+42 |
| | | |||||
| * | userRecovery() was replaced by setRecoveryForUser() | Bjoern Schiessle | 2015-04-07 | 2 | -17/+0 |
| | | |||||
| * | comment change as it broke unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | | |||||
| * | Encryption storage wrapper is enabled by default - necessary to detect ↵ | Thomas Müller | 2015-04-07 | 2 | -5/+14 |
| | | | | | | | | encrypted files even if encryption was disabled after files have been encrypted - prevents data corruption | ||||
| * | fix versions tests | Bjoern Schiessle | 2015-04-07 | 1 | -0/+6 |
| | | |||||
| * | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 2 | -41/+46 |
| | | |||||
| * | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 4 | -13/+138 |
| | | |||||
| * | Using stream_get_contents in file_get_contents implementation + close handle | Thomas Müller | 2015-04-07 | 1 | -12/+7 |
| | | |||||
| * | Adjusting count on read | jknockaert | 2015-04-07 | 1 | -1/+2 |
| | | |||||
| * | Properly set size and unencrypted size in the stream unit tests | Thomas Müller | 2015-04-07 | 1 | -9/+8 |
| | | |||||
| * | remove unused code | Bjoern Schiessle | 2015-04-07 | 1 | -1/+0 |
| | | |||||
| * | fix versions download and previews | Bjoern Schiessle | 2015-04-07 | 2 | -3/+94 |
| | | |||||
| * | Adding unit test for read and write of big file | Thomas Müller | 2015-04-07 | 1 | -0/+16 |
| | | |||||
| * | Fixing encryption stream wrapper seek - thanks @jknockaert | jknockaert | 2015-04-07 | 1 | -0/+3 |
| | | |||||
| * | Fixing encryption storage wrapper tests | Thomas Müller | 2015-04-07 | 4 | -9/+133 |
| | | |||||
| * | Introducing trait LocalTempFileTrait | Thomas Müller | 2015-04-07 | 2 | -40/+88 |
| | | |||||
| * | reset init status before login | Bjoern Schiessle | 2015-04-07 | 1 | -1/+7 |
| | | |||||
| * | cleanup | Thomas Müller | 2015-04-07 | 3 | -29/+15 |
| | | |||||
| * | fixing unit tests for encryption stream wrapper seek | Thomas Müller | 2015-04-07 | 1 | -0/+13 |
| | | |||||
| * | fix re-shares with encryption | Bjoern Schiessle | 2015-04-07 | 3 | -6/+10 |
| | | |||||
| * | store init status per user | Bjoern Schiessle | 2015-04-07 | 1 | -5/+6 |
| | | |||||
| * | use loginHelper from base class | Bjoern Schiessle | 2015-04-07 | 1 | -11/+11 |
| | | |||||
| * | fixing unit tests for stream wrapper | Thomas Müller | 2015-04-07 | 2 | -11/+43 |
| | | |||||
| * | reset storage for each unit test | Bjoern Schiessle | 2015-04-07 | 2 | -1/+14 |
| | | |||||
| * | fixing unit test execution | Thomas Müller | 2015-04-07 | 3 | -47/+5 |
| | | |||||
| * | adding util test and reducing keymanager instances to one in test | Clark Tomlinson | 2015-04-07 | 2 | -108/+161 |
| | | |||||
| * | add more descriptive message to the exception, will be displayed to the user | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | | |||||
| * | remove encryption specific code from files app | Bjoern Schiessle | 2015-04-07 | 3 | -21/+0 |
| | | |||||
| * | fixing unencrypted file size | Thomas Müller | 2015-04-07 | 1 | -1/+4 |
| | | |||||
| * | don't wrap share storages | Bjoern Schiessle | 2015-04-07 | 1 | -11/+14 |
| | | |||||
| * | add priority to trashbin storage wrapper so that he is always on top | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
| | | |||||
| * | cleaning up exception mess | Thomas Müller | 2015-04-07 | 23 | -111/+91 |
| | | |||||
| * | in case the file exists we require the explicit module as specified in the ↵ | Thomas Müller | 2015-04-07 | 1 | -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 once | Bjoern Schiessle | 2015-04-07 | 1 | -2/+8 |
| | | |||||
| * | Set human readable module ids | Thomas Müller | 2015-04-07 | 2 | -2/+2 |
| | | |||||
| * | Fix shouldEncrypt and don't throw exception id fileKey not present - can happen | Thomas Müller | 2015-04-07 | 3 | -54/+25 |
| | | |||||
| * | make recovery key work | Bjoern Schiessle | 2015-04-07 | 7 | -61/+116 |
| | | |||||
| * | getUidAndFilename() always get uid from path | Bjoern Schiessle | 2015-04-07 | 1 | -46/+6 |
| | |