Commit Graph

169 Commits (d9c19fa8d700a64054b29d8a1e4faaffc036c717)

Author SHA1 Message Date
Michael Gapczynski 73d7cae6df One more mount point fix 13 years ago
Robin Appelman 809b5f81f6 Further seperation of mount management logic 13 years ago
Michael Gapczynski d51a94161e Initialize collectionTypes variable as false 13 years ago
Michael Gapczynski e704bcd96e Correct undefined variable in post_shared hook, fixes #2592 13 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 13 years ago
Michael Gapczynski 6e5e8c6b46 Fix #2080 and fix #2141 13 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 13 years ago
Michael Gapczynski ee0c38bb51 Fix group post_shared hook 13 years ago
Michael Gapczynski 9a2ca0ae64 Check resharing setting 13 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 13 years ago
Bart Visscher bb75dfc021 Whitespace fixes 13 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 13 years ago
Bart Visscher 2d6d0a4ad4 Whitespace indent fixes 13 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 13 years ago
Thomas Müller 1158447499 missing comma in sql statement 13 years ago
Björn Schießle 9e08f85c5e port already approved bugfix to master, https://github.com/owncloud/core/pull/1479 13 years ago
Björn Schießle a606e8d944 use display name to show share_width and owner information 13 years ago
Michael Gapczynski 316eef3ded Fix sharing issue with collection and children mismatches 13 years ago
Michael Gapczynski cd8d8360b0 Disable fancy folder sharing for now 13 years ago
Michael Gapczynski 5df6f9d14d Fix merge 13 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 13 years ago
Sam Tuke de0ed634f2 Added two hooks: pre_unshare and pre_unshareAll, useful for files_encryption 13 years ago
Jörn Friedrich Dreyer 42e3eaf45a add more linebreaks, replace SQL LIMIT with param 13 years ago
Michael Gapczynski e8b195bf10 Almost fix Shared scanner... 13 years ago
Thomas Mueller cdd28fcc46 fixing undefined variable $where 13 years ago
Michael Gapczynski f4e4a06826 Forgot to select storage from filecache 13 years ago
Michael Gapczynski cfc3526b25 Fix data for shared root folder 13 years ago
Michael Gapczynski 1910057900 Fix shared statuses inside folders 13 years ago
Michael Gapczynski bf05ff351f Initial support for file sharing with filesystem branch 13 years ago
Jörn Friedrich Dreyer 995b5c0739 readd fallback code for pre token links 13 years ago
Jörn Friedrich Dreyer d8a171df26 implement share via link token 13 years ago
Bart Visscher 530f3f8be9 Create functions to install standard hooks 13 years ago
Jörn Friedrich Dreyer ba91f9a237 add missing sql backticks, check sharing for error and add log 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago
Robin Appelman 5bfff6c56e use absolute paths when resolving mount points 13 years ago
Florian Hülsmann a48734bcb5 fixed user/group sharing hooks 13 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 13 years ago
Florian Hülsmann b7bf28d1c7 Hook emission on sharing stuff 13 years ago
Michael Gapczynski c00f5d164f Fix unshareAll() 13 years ago
Michael Gapczynski 012ea1ed83 Add unshareAll() function to Share API 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Björn Schießle 003241e847 fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set 13 years ago
Björn Schießle 8357754ff1 added "uid_owner" to select statement 13 years ago
Michael Gapczynski 5f462ec6f7 Fix - "Correct checking item source for share from same owner when generating item target" 13 years ago
Michael Gapczynski 68c8faf39c Correct checking item source for share from same owner when generating item target 13 years ago
Björn Schießle 431d92e7b2 we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name 13 years ago
Björn Schießle db954f5aba remove unnecessary code and add missing items to select statement 13 years ago