Commit Graph

107 Commits (95dd58bfc079fd9a46b1928ce22d5fb3faad44bd)

Author SHA1 Message Date
Vincent Petry d2840a045d Fixed sharing hook to not remove the share before the trashbin 11 years ago
Morris Jobke 1f1fcc6129 Remove "link" shares right after disabling the "allow_link_share" setting 12 years ago
Morris Jobke 6284ab31de fix escaping 12 years ago
Bjoern Schiessle 68e1dd1f23 make sure that we only remove file/folder shares 12 years ago
Bjoern Schiessle 0346167bb2 clean up oc_share table from files which are no longer exists 12 years ago
Bjoern Schiessle b947aab802 some unit test for the new ocs share api 12 years ago
Bjoern Schiessle e52639e4e6 use share ID as REST resource 12 years ago
Bjoern Schiessle 86dbb13823 more rest-style API 12 years ago
Bjoern Schiessle 14437ffd15 ocs api for file sharing 12 years ago
Bjoern Schiessle 3861c9bce1 some more OCS calls for sharing 12 years ago
Bjoern Schiessle b6ee727399 intermediate result ocs api 12 years ago
Bjoern Schiessle 21a0a96e43 intermediate results, share api 12 years ago
Bjoern Schiessle 985758305f initial commit, start implementing the ocs share api 12 years ago
Georg Ehrke d9e8ebabdc outsource sharing and deleted files previews to apps 12 years ago
kondou 9e8a6b704d Add _many_ newlines at the end of files 12 years ago
Björn Schießle 30831b6b55 we need to listen to the pre delete hook, otherwise the file is already gone 12 years ago
Björn Schießle 2d00d13a5d use pre_unshare hook, otherwise the share is already removed. Which means that we have no chance to determine which folder has to be updated 12 years ago
Michael Gapczynski 771e01af35 Move hook connectors from shared storage to app.php, add post_unshare hook 12 years ago
j-ed d3e0a41dad Update app.php 12 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 12 years ago
Robin Appelman 4e826b1673 Set required owncloud version to 4.93 12 years ago
Bart Visscher 59a3238d1a Style cleanup files_sharing 12 years ago
Robin Appelman 7207211f3a change required ownCloud version to 4.91 12 years ago
Michael Gapczynski 3b67613afc Remove Shared_Scanner and add Shared_Watcher instead 12 years ago
Tom Needham 3d23e98390 Remove the WIP external sharing api 12 years ago
Michael Gapczynski bf05ff351f Initial support for file sharing with filesystem branch 12 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Tom Needham 43917e187b External Share API: Move url down one level in response 13 years ago
Tom Needham b079447988 Add API method for sharing a file, currently only via a link. 13 years ago
Robin Appelman 0fb707d2c9 some more porting of the sharing 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Arthur Schiwon 81cf726b18 unset UserID after Update 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Michael Gapczynski 995b8bf12a Remove old Shared folders from the file cache, fixes bug oc-1911 13 years ago
Frank Karlitschek 3fdebaa5dc automatically remove and prevent installation of apps with a require version less than the current one. We check now the first ad second part of the version number. 13 years ago
Arthur Schiwon 0192d920f0 Sharing: write update errors to logfile; do not die on errors 13 years ago
Arthur Schiwon 7b8c7aaf0d Add missing Sharing permission 13 years ago
Arthur Schiwon 80fde2d8d1 Sharing update: take over reshares and thus don't fail 13 years ago
Arthur Schiwon 15e02726d7 Fix files_sharing update script, by making filesystem and users available 13 years ago
Bart Visscher 8cfa618df5 Catch exceptions in upgrading files_sharing, skip the errors for now 13 years ago
Michael Gapczynski ff6141b1e9 Change version number update occurs on to prevent problem with betas, users using the 4.5 betas will have to manually trigger the update if they want to get their old shared files back again 13 years ago
Michael Gapczynski deb1fbf9a1 Provide update script for files sharing 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 13 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 13 years ago
Michael Gapczynski da44e5405a Fix typo 13 years ago
Michael Gapczynski 1e2ba8398d Remove old database xml file for files_sharing, bump version number 13 years ago
Michael Gapczynski 0a1f24142a Change public file from get.php to public.php 13 years ago
Michael Gapczynski 885b8c481b Check if files_sharing app is enabled, move file specific javascript to files_sharing app 13 years ago
Michael Gapczynski 25d474579a Removing most of files_sharing, the Share API implemented the majority of it 13 years ago
Bjoern Schiessle 6b058cd359 allow user to choose encryption mode 13 years ago