Commit Graph

4677 Commits (f2b86d0227d080dd4395efaf5fb086b024af0c95)

Author SHA1 Message Date
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
Jenkins for ownCloud 59249ebc0c [tx-robot] updated from transifex 14 years ago
Robin Appelman 5ef9d96d10 Files: rename 'space' to 'storage' in upload.php 14 years ago
Robin Appelman b67251b0ff Files: add translation support back to move/rename 14 years ago
Thomas Mueller e0212c1174 l10n support enhanced in files_versions 14 years ago
Thomas Mueller 18a288a3c3 l10n support enhanced in files_trashbin 14 years ago
Thomas Mueller 488ab0dba2 l10n support enhanced in files_version 14 years ago
Arthur Schiwon 15e383fd01 Typo 14 years ago
Björn Schießle ce293b8efc remove debug output 14 years ago
Björn Schießle 7e874af2c8 rename OCA_Trash to OCA\Files_Trashbin 14 years ago
Björn Schießle c81d7b0b90 OCA_Versions is now known as OCA\Files_Versions 14 years ago
Björn Schießle c72537cd85 don't call the delete button unshare, unshare operation no longer available 14 years ago