Commit Graph

168 Commits (69bc42f920324ef02ade5dff6bd52f2ddde113a2)

Author SHA1 Message Date
Sam Tuke 69bc42f920 Deleting encrypted files with missing keyfiles/shareKeys now succeeds 14 years ago
Sam Tuke 14eae441eb Unsharing a single file now works 14 years ago
Sam Tuke aae9b0b1bf Started work on post unshare hook 14 years ago
Sam Tuke 4550ae6a69 Shared encrypted files now readable by both sharer and sharee 14 years ago
Björn Schießle ca1b94d890 make sure that home folders are mounted correctly before write/read keyfile 14 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 14 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 14 years ago
Sam Tuke 2d267501a1 Development snapshot 14 years ago
Sam Tuke 1b880f2f96 Moved dependencies out of Crypt methods (encKeyfileToMultipleUsers)(DI) 14 years ago
Sam Tuke 14ae373dfe Fixed wrong array key reference 14 years ago
Björn Schießle fd629983fa remove debug output 14 years ago
Björn Schießle 8c35bbcba7 remove debug output, fix typo in file names 14 years ago
Björn Schießle 5005195db0 create keypair for ownCloud with empty passphrase, will be used for public link shares 14 years ago
Björn Schießle 9356f9a6bf add post_unshareALll hook, update recursively all keyfiles if a folder was shared/unshared 14 years ago
Björn Schießle 4952dfe956 add post_unshare hook, also add public link shares to the list of user with access to a file 14 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 14 years ago
Björn Schießle d1bbb30385 also find users with access to the file if a folder above the actual file was already shared 14 years ago
Björn Schießle 1e5d03da80 use right location of the file is the source and not the target it is shared to 14 years ago
Björn Schießle 8eef919a75 take group shares into account if we retrieve the list a all recipients 14 years ago
Björn Schießle 3e3cee98c8 - moved the enrcyption of the filekey ifg file gets shared from the post shared hook to 14 years ago
Björn Schießle 2787aafae6 added some TODOs 14 years ago
Sam Tuke 92f06243be Implementing sharing support 14 years ago
Sam Tuke b3e59ca1e3 Work on post_share hook for files_encryption 14 years ago
Sam Tuke 1aba986d9f Fixed bug causing nested file read over webdav to fail 14 years ago
Sam Tuke 954a627483 Added comment 14 years ago
Sam Tuke 6870add18f Development snapshot 14 years ago
Sam Tuke 16a5ace434 Fixed bug causing encrypted files to be doubly encrypted at login 14 years ago
Sam Tuke 20b1d12cbf Fixed comment typo, wrapped return value conditional on var assignment in session{} 14 years ago
Sam Tuke 680c5b3dad Removed debugging output 14 years ago
Sam Tuke a1f200c1e5 Cleaned up path formatting with new method stripUserFilesPath() 14 years ago
Sam Tuke 53248a9b60 Recryption of legacy encrypted files now working on login 14 years ago
Sam Tuke 927d4c98a1 Fixed todos: undefined vars and unreachable code 14 years ago
Sam Tuke 0677d56ee2 Added debugging output relating to recrypting legacy files 14 years ago
Sam Tuke 06847f609b Improved support for detecting and recrypting legacy files. Bugs remain. 14 years ago
Sam Tuke c6b3bdd5a0 Fixed compatibility with filecache rewrite merge 14 years ago
Sam Tuke 2183f77527 Fixed incompatibilities with filecache rewrite merge 14 years ago
Sam Tuke c7b1bdf00e Fixed handling of keyfile subdir creation 14 years ago
Sam Tuke 61b23ce6cc Working on support for deleting directories (removing all keyfiles) 14 years ago
Thomas Mueller 8ded07dd5c first style fixes - @samtuke: I added some TODO regarding undefined variables and unreachable code - please review 14 years ago
Sam Tuke c1f20fe37a Made encyrption keyfiles be deleted when their parents are 14 years ago
Sam Tuke 094213e231 Fixed many coding guidelines issues 14 years ago
Sam Tuke 59ca312263 Work on util: findFiles() and encryptAll(); both close to working 14 years ago
Sam Tuke d95fc4e1e3 Adding sharing support: added new method in Keymanager setShareKey() 14 years ago
Sam Tuke e9f3c5feea Added creation of dir for shared file env encryption keys 14 years ago
Sam Tuke 3fbf362ba2 Removed debugging comments 14 years ago
Sam Tuke fed74eda1c Removed old and unnecessary comments 14 years ago
Sam Tuke 2e30641caa Removed misleading crypto gen comment 14 years ago
Sam Tuke 015787fbb3 All in-use unit tests now passing after merge 14 years ago
Sam Tuke 2d98afa1ea Removed debugging line 14 years ago
Sam Tuke b024db9f98 Made Keymanager::getFileKey() dependencies explicit, fixed client code and tests accordingly 14 years ago