Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Finally fixing encryption with public share | Thomas Müller | 2015-04-07 | 3 | -44/+48 |
| | |||||
* | only encrypt files and files_versions | Thomas Müller | 2015-04-07 | 1 | -1/+13 |
| | |||||
* | fix exception handling | Thomas Müller | 2015-04-07 | 4 | -38/+48 |
| | |||||
* | Hook: fixing error message in exception case | Thomas Müller | 2015-04-07 | 1 | -7/+16 |
| | |||||
* | file_put_contents has to return the number of written bytes | Thomas Müller | 2015-04-07 | 1 | -8/+4 |
| | |||||
* | PHPDoc | Thomas Müller | 2015-04-07 | 2 | -6/+4 |
| | |||||
* | pass file helper to encryption wrapper | Bjoern Schiessle | 2015-04-07 | 2 | -2/+9 |
| | |||||
* | fix hook registration | Bjoern Schiessle | 2015-04-07 | 1 | -1/+2 |
| | |||||
* | remove useless setup base class | Clark Tomlinson | 2015-04-07 | 2 | -40/+11 |
| | |||||
* | adding hook manager test | Clark Tomlinson | 2015-04-07 | 2 | -1/+74 |
| | |||||
* | keyManagerTest: remove code which is no longer needed | Bjoern Schiessle | 2015-04-07 | 1 | -32/+0 |
| | |||||
* | cleanup keymanager test and add some additional tests | Bjoern Schiessle | 2015-04-07 | 3 | -76/+269 |
| | |||||
* | delete recovery keys on disable | Bjoern Schiessle | 2015-04-07 | 2 | -11/+18 |
| | |||||
* | fixing test helper and undoing fubar in class... | Clark Tomlinson | 2015-04-07 | 2 | -5/+4 |
| | |||||
* | :100:% coverage for session class | Clark Tomlinson | 2015-04-07 | 2 | -4/+145 |
| | |||||
* | let user enable recovery key | Bjoern Schiessle | 2015-04-07 | 7 | -48/+65 |
| | |||||
* | add helper class accessible for encryption modules to ask for a list of ↵ | Bjoern Schiessle | 2015-04-07 | 16 | -107/+290 |
| | | | | users with access to a file, needed to apply the recovery key to all files | ||||
* | Adding app icon and fixing admin setting | Thomas Müller | 2015-04-07 | 5 | -75/+112 |
| | |||||
* | register settings and hooks only once | Bjoern Schiessle | 2015-04-07 | 2 | -8/+2 |
| | |||||
* | fix set recovery key and implement change password | Bjoern Schiessle | 2015-04-07 | 6 | -30/+108 |
| | |||||
* | Fix double registration of encryption module | Thomas Müller | 2015-04-07 | 3 | -10/+4 |
| | |||||
* | Adding renameKeys to IStorage | Thomas Müller | 2015-04-07 | 1 | -1/+10 |
| | |||||
* | Setting up the encryption wrapper in a setup hook - temporarily fixes the ↵ | Thomas Müller | 2015-04-07 | 2 | -18/+20 |
| | | | | wrapping order |