Bjoern Schiessle
|
289e9130f3
|
make system root of key storage configurable
|
2015-08-30 19:00:03 +02:00 |
Lukas Reschke
|
bf07eb45e2
|
Fix unit tests
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.'
```
|
2015-06-03 17:07:30 +02:00 |
Joas Schilling
|
d3e3a84cae
|
Move the helpful method to the TestCase class
|
2015-06-03 12:33:29 +02:00 |
Bjoern Schiessle
|
5549641f1f
|
improve error messages displayed to the user
|
2015-05-27 21:00:02 +02:00 |
Joas Schilling
|
d600955a51
|
Make getDefaultModuleId public and get module protected
|
2015-04-27 11:03:51 +02:00 |
Joas Schilling
|
4e97228cde
|
Deduplicate module mock
|
2015-04-27 11:03:51 +02:00 |
Joas Schilling
|
4b7ae395f2
|
Add test for setDefaultEncryptionModule
|
2015-04-27 11:03:51 +02:00 |
Joas Schilling
|
b35379515c
|
Add a test that the default module is returned before we fall back
|
2015-04-27 11:03:50 +02:00 |
Bjoern Schiessle
|
7d4b1b52d0
|
always create a new instance of the encryption module
|
2015-04-17 10:31:33 +02:00 |
Bjoern Schiessle
|
e3d77c4b01
|
add migration script from old encryption to new one
|
2015-04-16 14:15:04 +02:00 |
Thomas Müller
|
8dde932546
|
Comment duplicate test methods
|
2015-04-07 13:30:27 +02:00 |
Bjoern Schiessle
|
e2f714263f
|
fix encryption manager to handle more than one encryption module
|
2015-04-07 13:30:27 +02:00 |
Clark Tomlinson
|
39733c8da1
|
Initial commit
|
2015-04-07 13:30:27 +02:00 |
Bjoern Schiessle
|
ff9c85ce60
|
implement basic encryption functionallity in core to enable multiple encryption modules
|
2015-03-26 20:56:51 +01:00 |