Commit Graph

467 Commits (41d14948983a42b942b1a0d260c3af803e6cc098)

Author SHA1 Message Date
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
Marco B 3be5e2af26 utf8 in der DB config 13 years ago
Arthur Schiwon 8c7fa15aaf Sharing, fix: connect to hooks from the correct classes 13 years ago
Arthur Schiwon 4d3b7574f3 Sharing, fix: connect to hooks from the correct classes 13 years ago
Frank Karlitschek d4ea853fcf use our own serverHost call so that ownCloud works with reverse proxy servers 13 years ago
Frank Karlitschek 5d425a9f79 use our own serverHost call so that ownCloud works with reverse proxy servers 13 years ago
Frank Karlitschek c79a529edd remove not needed includes 13 years ago
Michael Gapczynski d8ca4f78cf Fix private link sharing via email, fix for bug oc-750 13 years ago
Michael Gapczynski 970124a90b Fix private link sharing via email, fix for bug oc-750 13 years ago
Frank Karlitschek 9e73524168 mark the apps as part of the shipped package and increase the requirement to ownCloud 4 13 years ago
Michael Gapczynski b7aee58ef9 Hooks aren't working across different users' filesystems, so update the mtime of the Shared folder for all shared item events 13 years ago
Michael Gapczynski fbe0d0d4fd Fix private links inside folders 13 years ago
Michael Gapczynski cf181e88bb Try to setup a user's filesystem if the user hasn't logged in before and is shared a file 13 years ago
Michael Gapczynski c04074692e Fix incorrect toaddress being passed for emailing private links 13 years ago
Michael Gapczynski b619821f4a Create a new OC_Share object instead of manually inserting rows when adding a user to a group share, prevents a couple of potential bugs 13 years ago
Michael Gapczynski 7b92c27777 Check if a file is encrypted before sharing (encrypted files cannot be shared) 13 years ago
Michael Gapczynski a3b06e9658 Check if a private link points to a folder or file and change text accordingly 13 years ago
Michael Gapczynski cda9dcc7aa Fix private link emailing and clean up file name displayed in email 13 years ago
Michael Gapczynski 5cf42b88af Replace all %2F with a / in private link 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 years ago
Michael Gapczynski d4271ed9df Use original source when resharing a file, fixes bug oc-210 13 years ago
Robin Appelman 6779f28af4 cache app types during install or update 13 years ago
Robin Appelman e7c106d91e selective app loading for remote/public 13 years ago
Robin Appelman 0fb90fa875 set public handeler in info,xml for sharing 13 years ago
Michael Gapczynski b4e7c05959 Encoded slashes (%2F) don't look pretty in our private link urls 13 years ago
Michael Gapczynski faebee5f25 Turn async off when fetching users to make sure the users get removed from the select form 13 years ago