Commit Graph

132 Commits (db424cc86b005d2edfcfcf55ee7f5294dfffc8b6)

Author SHA1 Message Date
Sam Tuke fd4e59b748 Added method for setting user keyfile recovery preference 13 years ago
Sam Tuke c1f1fbda08 Fixed stream wrapper bugs 13 years ago
Sam Tuke 953319a2c3 Made proxy class reuse existing keyfiles not gen new ones; 13 years ago
Sam Tuke 69bc42f920 Deleting encrypted files with missing keyfiles/shareKeys now succeeds 13 years ago
Sam Tuke 4550ae6a69 Shared encrypted files now readable by both sharer and sharee 13 years ago
Björn Schießle 31c434b795 the default should be to encrypt all files if the user/admin doesn't specify a blacklist explicitely 13 years ago
Björn Schießle 40efeb9187 isSharedFile() doesn't detect all shares, just use getUsersSharingFile() directly either you get a list of users or not 13 years ago
Sam Tuke 2d267501a1 Development snapshot 13 years ago
Björn Schießle a692264fa4 add option to keep duplicates in the list of users with access to a file, e.g. for the unshare operation we need to know if access was granted more than once, for example as group share and as individual share 13 years ago
Björn Schießle 2787aafae6 added some TODOs 13 years ago
Sam Tuke 92f06243be Implementing sharing support 13 years ago
Sam Tuke b3e59ca1e3 Work on post_share hook for files_encryption 13 years ago
Sam Tuke 1aba986d9f Fixed bug causing nested file read over webdav to fail 13 years ago
Sam Tuke 2183f77527 Fixed incompatibilities with filecache rewrite merge 13 years ago
Sam Tuke c7b1bdf00e Fixed handling of keyfile subdir creation 13 years ago
Sam Tuke 61b23ce6cc Working on support for deleting directories (removing all keyfiles) 13 years ago
Sam Tuke c1f20fe37a Made encyrption keyfiles be deleted when their parents are 13 years ago
Sam Tuke 094213e231 Fixed many coding guidelines issues 13 years ago
Sam Tuke 59ca312263 Work on util: findFiles() and encryptAll(); both close to working 13 years ago
Sam Tuke d95fc4e1e3 Adding sharing support: added new method in Keymanager setShareKey() 13 years ago
Sam Tuke 015787fbb3 All in-use unit tests now passing after merge 13 years ago
Sam Tuke b024db9f98 Made Keymanager::getFileKey() dependencies explicit, fixed client code and tests accordingly 13 years ago
Sam Tuke 7fe9245636 Development snapshot 14 years ago
Sam Tuke 453fd66c70 Changing user login pwd now correctly changes encryption key passphrase 14 years ago
Sam Tuke a00dd2d5d6 Revert "Revert "Development snapshot"" 14 years ago
Sam Tuke b66d38ecae Revert "Development snapshot" 14 years ago
Sam Tuke c56fb905d1 Development snapshot 14 years ago
Sam Tuke bc3550b37b Development Snapshot 14 years ago
Jörn Friedrich Dreyer df21ebeaf7 fix checkstyle for files_encryption app, add whitespace for readability 14 years ago
Sam Tuke bfd47cd2df Development snapshot 14 years ago
Sam Tuke a465b3cb63 Development snapshot 14 years ago
Sam Tuke 5f78f9d642 Development snapshot 14 years ago
Sam Tuke 13d93fb416 Development snapshot 14 years ago
Sam Tuke 637891b771 Development snapshot, lots of fixes 14 years ago
Sam Tuke dd987a8bd1 Added minor documentation 14 years ago
Felix Moeller 0e70ea9d8b Checkstyle: Fix the last 25 NoSpaceAfterComma 14 years ago
Felix Moeller 30d7993e01 Checkstyle fixes: NoSpaceAfterComma 14 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 14 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 14 years ago
Felix Moeller 561cbb2de6 NoSpaceAfterComma II 14 years ago
Felix Moeller e73b817a38 Checkstyle: NoSpaceAfterComma 14 years ago
Sam Tuke 265f3654af all unit files_encryption crypt unit tests now passing after merge 14 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 14 years ago
Sam Tuke f11f524dfa working on streaming decrypted content 14 years ago
Sam Tuke 6ce315fe58 added wrapper method in crypt class for encrypting asymmetric and symmetric simultaneously 14 years ago
Bjoern Schiessle e4450d1035 execute file hooks only if server side encryption is enabled 14 years ago
Bjoern Schiessle 12628be38b only call proxies for server side encryption 14 years ago
Sam Tuke c4d1ad1b7d Made dependencies of Kaymanager::setFileKey() explicit using dependency injection 14 years ago