Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move tests/ to PSR-4 (#24731) | Joas Schilling | 2016-05-20 | 6 | -1638/+0 |
| | | | | | | | | | | | | | | | | | | | | * Move a-b to PSR-4 * Move c-d to PSR-4 * Move e+g to PSR-4 * Move h-l to PSR-4 * Move m-r to PSR-4 * Move s-u to PSR-4 * Move files/ to PSR-4 * Move remaining tests to PSR-4 * Remove Test\ from old autoloader | ||||
* | Fix file name in tests/lib/encryption | Joas Schilling | 2016-05-18 | 1 | -0/+0 |
| | |||||
* | fix creation of versions of encrypted files on external storages | Bjoern Schiessle | 2016-03-31 | 3 | -46/+106 |
| | | | | | | in order to create a 1:1 copy of a file if a version gets created we need to store this information on copyBetweenStorage(). This allows us to by-pass the encryption wrapper if we read the source file. | ||||
* | Adding more DB groups to test suits | Thomas Müller | 2015-11-30 | 1 | -0/+7 |
| | | | | Adding more DB groups to test suits | ||||
* | only check if the user exists if a user was added as parameter | Bjoern Schiessle | 2015-09-24 | 1 | -6/+10 |
| | |||||
* | improved error message if user doesn't exists | Bjoern Schiessle | 2015-09-21 | 1 | -0/+15 |
| | |||||
* | 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 |
| | | | | | | | | | Regression caused by https://github.com/owncloud/core/pull/16721 Failed the unit tests as per https://ci.owncloud.org/job/server-master-linux/database=sqlite,label=SLAVE/1994/testReport/junit/(root)/Test_Encryption_ManagerTest/testGetEncryptionModuleUnknown/: ``` Test\Encryption\ManagerTest::testGetEncryptionModuleUnknown Failed asserting that exception message 'Module with id: unknown does not exist.' contains 'Module with id: unknown does not exists.' ``` | ||||
* | 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 | ||||
| * | 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 |
|\ | | | | | [encryption] fix move versions between storages | ||||
| * | distinguish between source and target mount point to allow copy/rename ↵ | Bjoern Schiessle | 2015-05-21 | 1 | -12/+28 |
| | | | | | | | | between system wide mount points and user specific mountpoints | ||||
* | | 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 ↵ | Bjoern Schiessle | 2015-05-22 | 2 | -1/+23 |
|/ | | | | if possible, otherwise stuff like versioning will break | ||||
* | 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 | ||||
| * | use hooks to update encryption keys instead of the storage wrapper if a file ↵ | Bjoern Schiessle | 2015-05-11 | 1 | -4/+111 |
| | | | | | | | | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date | ||||
* | | 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 ↵ | Bjoern Schiessle | 2015-03-26 | 3 | -0/+495 |
encryption modules |