Commit Graph

494 Commits (4c0c78d15deac7bc53c1bf0e967972ac7e9525f4)

Author SHA1 Message Date
Michael Gapczynski 4d17ed2f71 Make file actions permissions aware 13 years ago
Michael Gapczynski fc72d4b10f Add root directory checks for CRUDS permissions in shared storage 13 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 13 years ago
Michael Gapczynski c60c6024a7 Remove toTmpFile() from shared storage, no longer needed 13 years ago
Michael Gapczynski eac297e8c4 Improve file source caching for shared folders 13 years ago
Michael Gapczynski e8675586af Fix permission check for rmdir(), implement unlink(), rename(), and copy() 13 years ago
Michael Gapczynski e6678bd454 Permission check should be made on parent folder when creating a new folder 13 years ago
Michael Gapczynski 7b01e3285e Include a few CRUDS permissions checks in shared storage, plus a little clean-up in shared storage 13 years ago
Robin Appelman 48ec78299e cleanup some obsolete foldersize code from the shared storage backend 13 years ago
Lukas Reschke 38271ded75 Added CSRF checks 13 years ago
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 13 years ago
Arthur Schiwon 0bd7d14b7a Sharing: offer an option to allow sharing with everyone, i.e. do not check group memberships 13 years ago
Thomas Tanghus 225726c8d9 latin1 => utf8. I thought I did this a month ago? 13 years ago
Robin Appelman b45d3ced79 fix remote and public.php 13 years ago
Bjoern Schiessle 50eef9a71c update script to fix fscache 13 years ago
Michael Gapczynski 7b2ec41477 Revert santizing toaddress, because PHPMailer now throws exceptions 13 years ago
Michael Gapczynski ebcf5bce3c Sanitize toaddress for emailing private links 13 years ago
Michael Gapczynski 91a15bae76 Revert santizing toaddress, because PHPMailer now throws exceptions 13 years ago
Michael Gapczynski 7077678f7f Sanitize toaddress for emailing private links 13 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 13 years ago
Jörn Friedrich Dreyer e59a1806cf remove superfluous ?> at the end of .php files (left out apps/*/templates) 13 years ago
Lukas Reschke 04a0755fd3 CSRF checks 13 years ago
Michael Gapczynski 5e8ef33190 Clean up in the dropdown for unsharing 13 years ago
Michael Gapczynski eca2e073f8 Don't reload the page after sending private link to email address 13 years ago
Michael Gapczynski bf93dd4661 Don't reload the page after sending private link to email address 13 years ago
Michael Gapczynski 2418d9a1a9 Change registerBackend calls class argument to strings 13 years ago
Michael Gapczynski 895d5707ee Don't overwrite fake directory stream for Shared storage 13 years ago
Michael Gapczynski 2c773d549d Don't overwrite fake directory stream for Shared storage 13 years ago
Michael Gapczynski 28b7793d5b Fixes and change database table from sharing to share 13 years ago
Michael Gapczynski bc68f14c4b Prepare drop down UI for share API 13 years ago
Michael Gapczynski 8198114615 Some more changes to getItems() and fixes in shared storage 13 years ago
Michael Gapczynski 71350bc618 I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api. 13 years ago
Michael Gapczynski 945565f420 Move ajax and js files to core 13 years ago
Sam Tuke 380f41136c Added placeholder msg to share with menu to clarify user list restricted to security context 13 years ago
Michael Gapczynski bf6abdde2d Add missing ')' 13 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 13 years ago
Sam Tuke c244daac89 removed readdir to fix bug oc-1054 13 years ago
Bart Visscher 6404476bec Delay setup of FS until OC_Filesystem is used 13 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 13 years ago
Thomas Mueller a1364c9726 fixes oc-1026 13 years ago
Michael Gapczynski ec3033a5dd Check for '\' as well when searching for parent folders, because Windows returns '\' for dirname() 13 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 13 years ago
Michael Gapczynski f3b30e4658 Forgot $ sign for variable 13 years ago
Michael Gapczynski f7e686d4f1 Revert "Fix a counting mistake" 13 years ago
Arthur Schiwon b025ff8de3 reverting 8c7fa15aaf, differs between OC3 and 4 13 years ago
Arthur Schiwon 12bfc551fb reverting 8c7fa15aaf, differs between OC3 and 4 13 years ago
Michael Gapczynski 6e15b231b0 Check for '\' as well when searching for parent folders, because Windows returns '\' for dirname() 13 years ago
Bart Visscher 4510571aa1 Add app for logging access to shared files 13 years ago
Michael Gapczynski 7868b25dcc Fix incorrect creation of filesystem for user@group in data folder during shares 13 years ago
Michael Gapczynski 6f55a52858 Fix incorrect creation of filesystem for user@group in data folder during shares 13 years ago