Bjoern Schiessle
|
887be709f5
|
a new approach to display the error message
|
2015-05-18 10:15:17 +02:00 |
Bjoern Schiessle
|
ccbefb6e75
|
delete all file keys doesn't need the encryption module as parameter; implement rmdir; getFileKeyDir should also work for part files and complete directories
|
2015-05-13 19:06:23 +02:00 |
Björn Schießle
|
fbe4b77c49
|
Merge pull request #16228 from owncloud/enc_fix_restore
use hooks to update encryption keys
|
2015-05-12 13:10:16 +02:00 |
Bjoern Schiessle
|
9dd517071e
|
fix check if file is excluded from encryption
|
2015-05-11 12:38:59 +02:00 |
Bjoern Schiessle
|
0d5c7a11e2
|
use hooks to update encryption keys instead of the storage wrapper if a file gets renamed/restored, as long as we
are in the storage wrapper the file cache isn't up-to-date
|
2015-05-11 12:06:57 +02:00 |
Bjoern Schiessle
|
e7a3911c83
|
check if encryption is enbaled before we start moving keys
|
2015-05-06 11:35:45 +02:00 |
Joas Schilling
|
d600955a51
|
Make getDefaultModuleId public and get module protected
|
2015-04-27 11:03:51 +02:00 |
Joas Schilling
|
a09df6d453
|
Verify that the encryption module exists before setting it
|
2015-04-27 11:03:50 +02:00 |
Bjoern Schiessle
|
24128d1384
|
only update share keys if the file was encrypted
|
2015-04-24 10:19:09 +02:00 |
Bjoern Schiessle
|
2990b0e07e
|
update share keys if a file is moved to a shared folder
|
2015-04-23 17:18:48 +02:00 |
Thomas Müller
|
0042bdd2e7
|
fix PHPDoc
|
2015-04-22 13:12:52 +02:00 |
Thomas Müller
|
225cde2183
|
pass KeyStorage via ctor
|
2015-04-22 13:09:42 +02:00 |
Thomas Müller
|
fc4127dd62
|
add $encryptionModuleId to methods of Keys/IStorage
|
2015-04-22 11:53:05 +02:00 |
Joas Schilling
|
4d238c3949
|
Fix display name of encryption modules
|
2015-04-18 10:18:58 +02:00 |
Thomas Müller
|
d9990c2b4e
|
Delay initialization of the OC\Encryption\Update - introducing 'OC\Encryption\HookManager'
|
2015-04-17 13:55:31 +02:00 |
Bjoern Schiessle
|
7d4b1b52d0
|
always create a new instance of the encryption module
|
2015-04-17 10:31:33 +02:00 |
Bjoern Schiessle
|
b25c06f576
|
detect system wide mount points correctly
|
2015-04-16 14:15:04 +02:00 |
Bjoern Schiessle
|
e3d77c4b01
|
add migration script from old encryption to new one
|
2015-04-16 14:15:04 +02:00 |
Joas Schilling
|
45575d0135
|
Check if the key exists, before trying to delete it
|
2015-04-09 10:28:02 +02:00 |
Thomas Müller
|
a4483243ac
|
fixing license headers - encryption code related
|
2015-04-07 17:02:49 +02:00 |
Thomas Müller
|
111fbabfb4
|
PHPDoc cleanup - clean code \o/
|
2015-04-07 13:30:31 +02:00 |
Bjoern Schiessle
|
3d7404fe68
|
add unit tests to the keystorage
|
2015-04-07 13:30:31 +02:00 |
Bjoern Schiessle
|
fe74a0cb4f
|
implement webdav copy
|
2015-04-07 13:30:31 +02:00 |
Thomas Müller
|
104d11ec4c
|
Fixing encryption storage wrapper tests
|
2015-04-07 13:30:30 +02:00 |
Bjoern Schiessle
|
fac7ec3fc4
|
fix re-shares with encryption
|
2015-04-07 13:30:30 +02:00 |
Bjoern Schiessle
|
a74ee67476
|
don't wrap share storages
|
2015-04-07 13:30:30 +02:00 |
Thomas Müller
|
664b2bb7af
|
cleaning up exception mess
|
2015-04-07 13:30:30 +02:00 |
Bjoern Schiessle
|
51302d5812
|
getUidAndFilename() always get uid from path
|
2015-04-07 13:30:30 +02:00 |
Thomas Müller
|
cac83642f2
|
Finally fixing encryption with public share
|
2015-04-07 13:30:30 +02:00 |
Thomas Müller
|
f20844ac89
|
PHPDoc
|
2015-04-07 13:30:30 +02:00 |
Bjoern Schiessle
|
83cb382b3f
|
pass file helper to encryption wrapper
|
2015-04-07 13:30:29 +02:00 |
Bjoern Schiessle
|
e4895bda01
|
add helper class accessible for encryption modules to ask for a list of users with access to a file, needed to apply the recovery key to all files
|
2015-04-07 13:30:29 +02:00 |
Thomas Müller
|
a98b7dbf6f
|
Fix double registration of encryption module
|
2015-04-07 13:30:29 +02:00 |
Thomas Müller
|
4db75e3407
|
Setting up the encryption wrapper in a setup hook - temporarily fixes the wrapping order
|
2015-04-07 13:30:29 +02:00 |
Bjoern Schiessle
|
0f28d538a0
|
add session class to handle all session operations
|
2015-04-07 13:30:28 +02:00 |
Thomas Müller
|
dbdd754c3f
|
Further cleanup of files_encryption
|
2015-04-07 13:30:28 +02:00 |
Thomas Müller
|
a905f641b3
|
various fixes & start to unit test the encryption storage wrapper
|
2015-04-07 13:30:28 +02:00 |
Bjoern Schiessle
|
a85e2e0bfd
|
make recovery settings work
|
2015-04-07 13:30:28 +02:00 |
Bjoern Schiessle
|
937efe856d
|
fix lib/private/encryption/util.php call
|
2015-04-07 13:30:28 +02:00 |
Bjoern Schiessle
|
c266b3b5b7
|
remove debug code from core
|
2015-04-07 13:30:28 +02:00 |
Bjoern Schiessle
|
c64e0af4fb
|
check if recovery key exists and encrypt the file with the recovery key if needed
|
2015-04-07 13:30:28 +02:00 |
Bjoern Schiessle
|
2244ea998d
|
core: documentation fixes
|
2015-04-07 13:30:27 +02:00 |
Bjoern Schiessle
|
810ca9105c
|
implement rename and delete of encryption keys
|
2015-04-07 13:30:27 +02:00 |
Bjoern Schiessle
|
506222567e
|
add deleteKey methods to key storage
|
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 |
Bjoern Schiessle
|
5bc9ababeb
|
fix keystorage and add unit tests
|
2015-04-07 13:30:27 +02:00 |
Clark Tomlinson
|
39733c8da1
|
Initial commit
|
2015-04-07 13:30:27 +02:00 |
Bjoern Schiessle
|
63e7fe608a
|
create basic interfaces and wrapper to make encryption more modular
|
2015-04-07 13:30:27 +02:00 |
Bjoern Schiessle
|
b5fad75e57
|
add deleteAllFileKeys to public interface and add "uid" as parameter for the
update call
|
2015-03-27 11:51:53 +01:00 |
Bjoern Schiessle
|
c6be1ba8d3
|
fix check if a file is excluded from encryption or not
|
2015-03-27 11:51:50 +01:00 |