Commit Graph

274 Commits (c009bc4b87fcbb34b71ba04a5c7d043e4ea5abdc)

Author SHA1 Message Date
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
Robin Appelman 3e57e76c48 fix creating the shared folder when the user home folder is not in the root mount 13 years ago
Michael Gapczynski 14b240a3f4 Still trying to fix some sharing use cases 13 years ago
Arthur Schiwon eb7e2d7d35 Sharing: even if a user has more groups in common, he should appear only once in the dropdown list 13 years ago
Michael Gapczynski f6df71b74d Set Content-Disposition to attachment for shared private links 13 years ago
Brice Maron 010b97febd Avoid touch operation when unshare public link 13 years ago
Michael Gapczynski bf8b3b0696 Forgot to set token variable 13 years ago
Michael Gapczynski e0a5f976e7 Fix bug oc-542, encode urls for private links 13 years ago
Michael Gapczynski 71423ec566 Fix bug oc-402, check if token is set for a private link 13 years ago
Michael Gapczynski b9033d3b78 Only load sharing statuses if in files app 13 years ago
Georg Ehrke 936c8ba1cc improve remote.php and create public.php 13 years ago
Michael Gapczynski 471cad7d90 Remove manual file cache insertions of shared files, update mtime of shared folder 13 years ago
Michael Gapczynski 41179a1456 Fix feedback for sharing errors 13 years ago
Frank Karlitschek 1945cd6946 ported the oc_template class 13 years ago
Frank Karlitschek 9bcc5c11a8 porting the hooks and starting with the templates 13 years ago
Frank Karlitschek 97a8af7f25 ported oc_db 13 years ago
Frank Karlitschek 43caa3b3b9 ported oc_json 13 years ago
Frank Karlitschek 351740601a port oc_response 13 years ago
Michael Gapczynski 80dff77b65 Fix private links 13 years ago
Frank Karlitschek 4fe90f62f4 port checkAppEnabled 13 years ago
Frank Karlitschek 82a61e2e1a port oc_preferences 13 years ago
Frank Karlitschek ff66600bc0 port appconfig 13 years ago
Thomas Müller 8ed8d9cd91 fixing namespace 13 years ago