Commit Graph

300 Commits (e42f7656970c0b9cf04a8b200eb6d5690b8c9c84)

Author SHA1 Message Date
Robin Appelman b45d3ced79 fix remote and public.php 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
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 eca2e073f8 Don't reload the page after sending private link to email address 13 years ago
Michael Gapczynski 2c773d549d Don't overwrite fake directory stream for Shared storage 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
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 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 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 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 c79a529edd remove not needed includes 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
Michael Gapczynski daff3aa667 Prevent overwriting of private link status 13 years ago
Michael Gapczynski 60103d9b94 Only mount shared storage after a user has logged in, fixes shared folder not appearing for some WebDAV clients and sync client 13 years ago
Michael Gapczynski 3c6c8ecab0 Make email private link submit on enter as well 13 years ago
Michael Gapczynski 93c0e8b3bf Fix unsharing files also deleting private link, bug fix for oc-251 13 years ago
Michael Gapczynski 98cd98e2e5 Skip over users that have already been shared with when sharing with a group 13 years ago
Michael Gapczynski d4636f4b86 Fix renaming of shared files if target already exists, bug fix for oc-81 13 years ago
Michael Gapczynski 2e826fa82a Go back to updating mtime of shared folder to invoke a file cache rescan 13 years ago