Commit Graph

439 Commits (3e4d56d7bb79c6c4e514482598b7017ee62e930d)

Author SHA1 Message Date
Florin Peter e88595638c fix for webdav 12 years ago
Florin Peter e25aa78caf added helper class and moved hook registration to it 12 years ago
Sam Tuke 163fe64016 Fixes to code formatting and indentation 12 years ago
Sam Tuke 92e28839ff Improvements to code formatting & indentation 12 years ago
Sam Tuke 3003dd46d1 Implemented initial recoveryAdmin functionality in crypto file proxy 12 years ago
Sam Tuke 101e037529 Fixed bugs with pre_share hook usage 12 years ago
Sam Tuke 28866de44b Added pre_share hook 12 years ago
Florin Peter 8b54553872 fix for wrong file infos 12 years ago
Florin Peter a9649713d3 fix empty path 12 years ago
Florin Peter fe6d12ddec fix file info put on stream 12 years ago
Florin Peter 5610429a02 handling for re-share and re-unshare should work now 12 years ago
Sam Tuke c8946ea608 Added support for user-specified password for adminRecovery account in admin settings page 12 years ago
Florin Peter 9605d14a17 fixed re-share problems 12 years ago
Sam Tuke ba29147e34 Fixed recoveryadmin settings in user and admin settings pages (js, templates, ajax) 12 years ago
Florin Peter d3db4ee103 fixed re-share problems 12 years ago
Florin Peter fbbc76f281 fix for sharing files 12 years ago
Florin Peter 27ce7845b4 fixed tests, now tests should work via autotest.sh 12 years ago
Florin Peter 4a63faf64b speed improvement 12 years ago
Florin Peter f9760f6521 improved file size 12 years ago
Florin Peter 7f1f0464a8 added self healing if file get remove from file cache 12 years ago
Florin Peter 770aebfb9e check if file exists before fixing file size 12 years ago
Florin Peter ba080e0d2e removed preRename and moved postRename to hooks.php 12 years ago
Florin Peter 05523b76c0 fix reusing keys 12 years ago
Florin Peter 813641e6e8 improved file size 12 years ago
Florin Peter d017bbb065 fix share for renamed or moved files 12 years ago
Florin Peter 8ee7959092 implement postRename 12 years ago
Florin Peter 328dea93c7 webdav fix for file chunking 12 years ago
Florin Peter fac288a4ad added unencrypted file size to file cache 12 years ago
Florin Peter 170d09203f fixed file_proxy handling 12 years ago
Florin Peter baa6fd639f improved file size handling 12 years ago
Sam Tuke b7d8da87d0 Development snapshot 12 years ago
Sam Tuke c6bfc7315b Stream writing improved: working with dolphin + kate, gedit & nautilus give errors, suspect those issues are clientside 12 years ago
Sam Tuke a1d241783e Updated buglist 12 years ago
Florin Peter 8ab9433fdf fix wrong file path in proxy 12 years ago
Florin Peter 37c7205941 fix wrong file path in util 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 b57478fa27 fix comment, remove unused variable 12 years ago
Björn Schießle 1705938848 removed some leftover code; use already existing var for path to users file folder 12 years ago
Florin Peter f6ac34afea improved handling for getSharingUsersArray 12 years ago
Björn Schießle 8a46e809f0 remove util::getPaths(), this function was broken and is replaced my util::getAllFiles(). When unsharing a folder only remove the share key for sub files if the user really no longer have access to the file. Can happen that a sub-file/-folder is shared to a group the user is a member of or explicitly once more to the same user 12 years ago
Björn Schießle a2ba3c8a43 fix sharing of folders. First we need to collect all files. Than we need to find all users with access to the file because this can vary from file to file and than we can encrypt it for all recipients 12 years ago
Florin Peter 6b47da10be improved rename and file size support 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
Florin Peter 0e1970438b fixed incorrect filesize, download via web is now possible 12 years ago
Björn Schießle 2bd338c49f getUsersSharingFile() no longer needed, use getSharingUsersArray() instead; fix filterShareReadyUsers() to return the correct results 12 years ago
Björn Schießle 935d039860 necessary changes in util.php after the changes in \OCP\Share::getUsersSharingFile() (fe58e4b1a6) 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 1df36e0c88 rename $shareFilePath to $path to avoid confusions, it is not about paths to share files but about general path to files stored in ownCloud 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