Commit Graph

4688 Commits (73157133e825ff3d66b83091e2b4ebeec0b83e44)

Author SHA1 Message Date
Björn Schießle 73157133e8 reuse function provided in util.php 14 years ago
Björn Schießle 6beeb2466f also delete share keys if a different user than the owner deletes a shared file 14 years ago
Björn Schießle b1d620300e delete share keys if file gets deleted 14 years ago
Björn Schießle 5f233ee814 get the correct paths and owner to access shared files 14 years ago
Björn Schießle a65d741a3f move getUidAndFilename() tu util.php 14 years ago
Björn Schießle 890f0142a2 get shared keys from new location 14 years ago
Björn Schießle 5995b6996b always call stripUserFilesPath(), we need to keep the Shared/ to find the correct owner of the file later 14 years ago
Björn Schießle f10be4ea17 new file structure for share keys; sub-folder need to be generated each by one (we don't have a recursive mkdir) 14 years ago
Sam Tuke fd4e59b748 Added method for setting user keyfile recovery preference 14 years ago
Sam Tuke c89fd49870 Improved folder creation code 14 years ago
Sam Tuke c1f1fbda08 Fixed stream wrapper bugs 14 years ago
Björn Schießle f2b86d0227 make sure that $this->userId is initialized before using it as a parameter 14 years ago
Björn Schießle e65e6a12f1 define key size in constructor, otherwise the key size will depend on the servers openssl conf 14 years ago
Sam Tuke 0bc7d3bcf8 Added notes where to reuse old keys instead of generating new ones 14 years ago
Sam Tuke 953319a2c3 Made proxy class reuse existing keyfiles not gen new ones; 14 years ago
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
Björn Schießle 6e9f434bda rename trash to trash bin 14 years ago
Georg Ehrke 8961e675c7 remove (comment out) old code to fix replacing of files 14 years ago
Jenkins for ownCloud e5c05e9674 [tx-robot] updated from transifex 14 years ago
Bart Visscher ed1dc3e064 Fix files router download links 14 years ago
Thomas Müller ce8fc20e0b remove unused code 14 years ago
Thomas Müller 1d3c1328fa remove undefined function FileList.finishDelete 14 years ago
Robin Appelman 9bdc43e1fc Files: explicitly define 14 years ago