Commit Graph

295 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 109fee7673 remove todo, it is already solved 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 5a64c96d06 go back to preUnshare hooks since sharing doesn't trigger post unshare hooks 14 years ago
Björn Schießle 9b49832090 unshare all should work the same like unshare single users 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 d17d838ecc Updated specfile 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
Jenkins for ownCloud e5c05e9674 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 59249ebc0c [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 35bd7a400d [tx-robot] updated from transifex 14 years ago
Sam Tuke 954a627483 Added comment 14 years ago
Sam Tuke 2b07afc8ab Removed debugging code 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
Jenkins for ownCloud 335b6cd060 [tx-robot] updated from transifex 14 years ago
Sam Tuke 20b1d12cbf Fixed comment typo, wrapped return value conditional on var assignment in session{} 14 years ago
Sam Tuke 4ba0ab7f65 Added missing translation wrapping 14 years ago
Sam Tuke b84e83261e Added notice to personal settings indicating what filetypes are not encrypted 14 years ago
Sam Tuke 680c5b3dad Removed debugging output 14 years ago
Sam Tuke 221b69dd0e Fixed bug relating to Filesystem{} that prevented webdav logins with files_encryption 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
Jenkins for ownCloud 98f37f4bed [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud 2936140838 [tx-robot] updated from transifex 14 years ago
Jenkins for ownCloud b29b55a332 [tx-robot] updated from transifex 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