Commit Graph

75 Commits (fe58e4b1a6a0f3b63afe74690986493facdad2c4)

Author SHA1 Message Date
Björn Schießle 40905c8941 fix file sharing, sharing files works now; moved the identification of file owner and the owner path in the keymanager functions so that other functions doesn't have to deal with it 12 years ago
Sam Tuke f89a3604aa Working on stream{} writing 12 years ago
Björn Schießle f87229ddaf fix stream wrapper to make initial encryption work 12 years ago
Sam Tuke 14451bdaf0 Development snapshot; 12 years ago
Björn Schießle e717f7150e check for dir in deleteFileKey() and delShareKey(), to always handle all share keys and file keys on delete 12 years ago
Björn Schießle 6beeb2466f also delete share keys if a different user than the owner deletes a shared file 12 years ago
Björn Schießle b1d620300e delete share keys if file gets deleted 12 years ago
Björn Schießle a65d741a3f move getUidAndFilename() tu util.php 12 years ago
Björn Schießle 890f0142a2 get shared keys from new location 12 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) 12 years ago
Sam Tuke fd4e59b748 Added method for setting user keyfile recovery preference 12 years ago
Sam Tuke 953319a2c3 Made proxy class reuse existing keyfiles not gen new ones; 12 years ago
Sam Tuke 14eae441eb Unsharing a single file now works 12 years ago
Sam Tuke aae9b0b1bf Started work on post unshare hook 12 years ago
Sam Tuke 4550ae6a69 Shared encrypted files now readable by both sharer and sharee 12 years ago
Björn Schießle ca1b94d890 make sure that home folders are mounted correctly before write/read keyfile 12 years ago
Sam Tuke 2d267501a1 Development snapshot 12 years ago
Sam Tuke 92f06243be Implementing sharing support 12 years ago
Sam Tuke b3e59ca1e3 Work on post_share hook for files_encryption 12 years ago
Thomas Müller 7f58e27495 cleanup - more to come after 12 years ago
Sam Tuke 954a627483 Added comment 12 years ago
Sam Tuke 6870add18f Development snapshot 12 years ago
Sam Tuke 927d4c98a1 Fixed todos: undefined vars and unreachable code 12 years ago
Sam Tuke c7b1bdf00e Fixed handling of keyfile subdir creation 12 years ago
Thomas Mueller 8ded07dd5c first style fixes - @samtuke: I added some TODO regarding undefined variables and unreachable code - please review 12 years ago
Sam Tuke c1f20fe37a Made encyrption keyfiles be deleted when their parents are 12 years ago
Sam Tuke 094213e231 Fixed many coding guidelines issues 12 years ago
Sam Tuke 59ca312263 Work on util: findFiles() and encryptAll(); both close to working 12 years ago
Sam Tuke d95fc4e1e3 Adding sharing support: added new method in Keymanager setShareKey() 12 years ago
Sam Tuke 015787fbb3 All in-use unit tests now passing after merge 12 years ago
Sam Tuke 2d98afa1ea Removed debugging line 12 years ago
Sam Tuke b024db9f98 Made Keymanager::getFileKey() dependencies explicit, fixed client code and tests accordingly 12 years ago
Sam Tuke 7fe9245636 Development snapshot 12 years ago
Sam Tuke 398b52e4f0 Improved formatting of getPublicKeys() 13 years ago
Sam Tuke 1fc5b1d02d Replaced phpseclib calls with symmetric re-encryption of user private key 13 years ago
Sam Tuke a00dd2d5d6 Revert "Revert "Development snapshot"" 13 years ago
Sam Tuke b66d38ecae Revert "Development snapshot" 13 years ago
Sam Tuke aabef796a0 Added library phpseclib 13 years ago
Sam Tuke c56fb905d1 Development snapshot 13 years ago
Sam Tuke bfd47cd2df Development snapshot 13 years ago
Sam Tuke 637891b771 Development snapshot, lots of fixes 13 years ago
Sam Tuke 459a7622dc Added check if sharing app is enabled, commented out sharing code due to issue 13 years ago
Sam Tuke 265f3654af all unit files_encryption crypt unit tests now passing after merge 13 years ago
Sam Tuke 4da67b0a08 Development snapshot; encryption stream wrapper now successfully writes files, and passes unit tests 13 years ago
Sam Tuke 32ee3de918 Extensive work on crypto stream wrapper implementation 13 years ago
Sam Tuke 293a0f4d32 Started rewrite of cryptstream class (renamed to stream) 13 years ago
Sam Tuke f11f524dfa working on streaming decrypted content 13 years ago
Bjoern Schiessle d039f11905 provide ocs calls and keymanager functions to get/set both keys (private, public) of a user together 13 years ago
Bjoern Schiessle 92ec88c7bc move chane password code from keymanager.php to crypt.php 13 years ago
Sam Tuke 6ce315fe58 added wrapper method in crypt class for encrypting asymmetric and symmetric simultaneously 13 years ago