Commit Graph

120 Commits (37e278f2a90bd460668e840775dd741b85eca022)

Author SHA1 Message Date
Bjoern Schiessle 7f3b178d73 some small changes according to the review comments 12 years ago
Bjoern Schiessle b27fc42e1f public upload now also works with encryption enabled 12 years ago
Bjoern Schiessle b9c18d16fe make sure that we always use the correct user id 12 years ago
Bjoern Schiessle c5cb4206f5 [wip] make encryption work with public gallery sharing 12 years ago
Bjoern Schiessle 0c24c7c420 only check if the key file exists to decide if it is an encrypted file or not. 12 years ago
Bjoern Schiessle 77429c28fd rename fixPartialFilePath() to stripPartialFileExtension(), this name describes better what the method actually does 12 years ago
Bjoern Schiessle 9f10f15fd4 fixing tests for the new part file handling 12 years ago
Bjoern Schiessle 802213f7ec let encryption app detect transfer id in path and handle it correctly 12 years ago
Bjoern Schiessle 4d2dfa98c0 check if key exists before reading it 12 years ago
Bjoern Schiessle 71bbb2ea8b check if key exists before reading it 12 years ago
Bjoern Schiessle 93f4dec798 fix part file handling and real size calculation, this should also solve #4581 12 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Björn Schießle 9575c2f37c added helper function to escape glob pattern 12 years ago
Björn Schießle f9c337dd21 only escape glob pattern 12 years ago
Björn Schießle 93730a090b del share keys from correct location 12 years ago
Björn Schießle 3043dbfb95 delete file keys from the correct location 12 years ago
Björn Schießle eb2587a08f move isSystemWideMountPoint() to util.php 12 years ago
Björn Schießle f2de4cb342 some performance improvements, check for system wide mounts only once while writing share keys 12 years ago
Björn Schießle 2e56f0e2f8 fix path to OC_Mount_Config 12 years ago
Björn Schießle 3e4dcafa89 handle system wide mount points 12 years ago
Florin Peter eaa4f92275 added our own file extension .part will not work here if we use file_get_contents so we used our own extension '.etmp' 12 years ago
Florin Peter e1e1c58969 changed to public log api 12 years ago
Florin Peter 7224fc98b2 replace == with === and replace != with !== 12 years ago
Florin Peter 5d32e214b7 reformat code 12 years ago
Florin Peter 6c8de5ae6d fixes after review from @DeepDiver1975 12 years ago
Björn Schießle 7b07168c46 code clean up; nicer solution to solve the public link share problem if a user is logged in 12 years ago
Björn Schießle a9ebf2aabe fix public link share if a user is logged in 12 years ago
Florin Peter 9ca9a22c6a fixed finding encrypted files in subfolders and removed unused code 12 years ago
Florin Peter 1fa2f19ee4 removed dead code for delShareKey 12 years ago
Florin Peter 3b850a2524 reformat code added and changed phpdoc 12 years ago
Florin Peter 5d572c3449 update phpdoc 12 years ago
Florin Peter 499fe6ca8e disabled FileProxy in Keymanager::getPrivateKey 12 years ago
Florin Peter 61ed347d26 added handling for public file access via files_sharing link 12 years ago
Sam Tuke 163fe64016 Fixes to code formatting and indentation 12 years ago
Sam Tuke ba29147e34 Fixed recoveryadmin settings in user and admin settings pages (js, templates, ajax) 12 years ago
Florin Peter 05523b76c0 fix reusing keys 12 years ago
Florin Peter 8ee7959092 implement postRename 12 years ago
Florin Peter 170d09203f fixed file_proxy handling 12 years ago
Sam Tuke b7d8da87d0 Development snapshot 12 years ago
Björn Schießle a4364a93d0 delete all share keys if a file gets deleted 12 years ago
Björn Schießle b5cb5dab51 fix encryption to owncloud user for public link shares 12 years ago
Björn Schießle 12785b93f1 make sure that all share keys get deleted if a file/folder gets unshared from a user/group 12 years ago
Björn Schießle 39c717b24c some fixes to the keymanager class to identify the file owner and the owner path correctly. 12 years ago
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