| Commit message (Expand) | Author | Age | Files | Lines |
* | occ script to disable encryption and to decrypt all files again | Bjoern Schiessle | 2015-09-15 | 1 | -0/+321 |
* | make system root of key storage configurable | Bjoern Schiessle | 2015-08-30 | 3 | -13/+75 |
* | make sure that we always detect legacy files correctly | Bjoern Schiessle | 2015-07-17 | 1 | -13/+0 |
* | Add a test for the fallback to the part file keys | Joas Schilling | 2015-06-08 | 1 | -13/+46 |
* | Fix unit tests | Lukas Reschke | 2015-06-03 | 1 | -2/+2 |
* | use not deprecated method in tests | Morris Jobke | 2015-06-03 | 1 | -1/+1 |
* | Merge pull request #16708 from owncloud/enc_fix_move_to_trash | Morris Jobke | 2015-06-03 | 1 | -0/+39 |
|\ |
|
| * | make sure that we always use the correct owner for both source and target | Bjoern Schiessle | 2015-06-03 | 1 | -0/+39 |
* | | Move the helpful method to the TestCase class | Joas Schilling | 2015-06-03 | 2 | -2/+2 |
|/ |
|
* | Add unit tests for wrapStorage | Joas Schilling | 2015-06-02 | 1 | -0/+45 |
* | Merge pull request #16501 from owncloud/enc_fix_move_versions_between_storages | Vincent Petry | 2015-05-28 | 1 | -12/+28 |
|\ |
|
| * | distinguish between source and target mount point to allow copy/rename betwee... | Bjoern Schiessle | 2015-05-21 | 1 | -12/+28 |
* | | improve error messages displayed to the user | Bjoern Schiessle | 2015-05-27 | 1 | -1/+5 |
* | | remove part file extension before we read a filekey to reuse a existing key i... | Bjoern Schiessle | 2015-05-22 | 2 | -1/+23 |
|/ |
|
* | Merge pull request #16228 from owncloud/enc_fix_restore | Björn Schießle | 2015-05-12 | 1 | -4/+111 |
|\ |
|
| * | use hooks to update encryption keys instead of the storage wrapper if a file ... | Bjoern Schiessle | 2015-05-11 | 1 | -4/+111 |
* | | fix check if file is excluded from encryption | Bjoern Schiessle | 2015-05-11 | 1 | -0/+1 |
|/ |
|
* | Fix new tests | Joas Schilling | 2015-04-27 | 1 | -1/+1 |
* | Make getDefaultModuleId public and get module protected | Joas Schilling | 2015-04-27 | 1 | -4/+6 |
* | Deduplicate module mock | Joas Schilling | 2015-04-27 | 1 | -41/+34 |
* | Add test for setDefaultEncryptionModule | Joas Schilling | 2015-04-27 | 1 | -0/+31 |
* | Add a test that the default module is returned before we fall back | Joas Schilling | 2015-04-27 | 1 | -1/+35 |
* | Deduplicate data provider and fix method visibility | Joas Schilling | 2015-04-24 | 1 | -1/+1 |
* | update share keys if a file is moved to a shared folder | Bjoern Schiessle | 2015-04-23 | 2 | -0/+150 |
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 1 | -14/+13 |
* | always create a new instance of the encryption module | Bjoern Schiessle | 2015-04-17 | 1 | -19/+22 |
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 1 | -12/+23 |
* | add migration script from old encryption to new one | Bjoern Schiessle | 2015-04-16 | 1 | -48/+47 |
* | Check if the key exists, before trying to delete it | Joas Schilling | 2015-04-09 | 1 | -0/+16 |
* | add unit tests to the keystorage | Bjoern Schiessle | 2015-04-07 | 1 | -40/+45 |
* | implement webdav copy | Bjoern Schiessle | 2015-04-07 | 1 | -0/+76 |
* | fix unit test execution | Thomas Müller | 2015-04-07 | 1 | -5/+13 |
* | Comment duplicate test methods | Thomas Müller | 2015-04-07 | 1 | -57/+57 |
* | fix encryption manager to handle more than one encryption module | Bjoern Schiessle | 2015-04-07 | 1 | -1/+1 |
* | Initial commit | Clark Tomlinson | 2015-04-07 | 1 | -0/+58 |
* | fix check if a file is excluded from encryption or not | Bjoern Schiessle | 2015-03-27 | 1 | -0/+35 |
* | implement basic encryption functionallity in core to enable multiple encrypti... | Bjoern Schiessle | 2015-03-26 | 3 | -0/+495 |