Commit Graph

224 Commits (fb5d0db0376f8f75fe6745fd1c94d5b325be4f41)

Author SHA1 Message Date
Thomas Mueller 33a4dfa087 function isEnabled() added 13 years ago
Thomas Mueller c3825112a0 public contacts api as discussed here https://github.com/owncloud/apps/issues/113 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
Thomas Tanghus 7f0c69eb0e Added CRUDS permissions to the OCP namespace. Implements issue #345 13 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 13 years ago
Felix Moeller bc4382c5c5 Checkstyle: fix the last NoSpaceAfterEquals 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Jakob Sack d0bbd9416b Add BackgroundJob::setExecutionType() to public API 13 years ago
Florian Hülsmann a48734bcb5 fixed user/group sharing hooks 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
Bart Visscher 4af5b016cc Whitespace cleanup 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
Björn Schießle 3e3038cafc merge all possible conflicts into on array 13 years ago
Björn Schießle c6c0fcc7c8 We can't rely on the assumption that if the matching target is from the same owner that the share type will be different. 13 years ago
Bart Visscher 22d22d19c0 Do urlencoding in linkTo functions 13 years ago
Michael Gapczynski b4e40b1c21 Fix unsetting share expiration date 13 years ago
Michael Gapczynski f967bfc956 Properly format the share expiration time for the database, fixes bug oc-1779 13 years ago
Robin Appelman 4131b205d4 fix some more phpdoc 13 years ago
Thomas Tanghus ffe04182a8 Added methods OC_DB::insertIfNotExist() and OCP\DB::insertIfNotExist(). 13 years ago
Michael Gapczynski 8f0354bcdd Temporarily disable sharing with contacts and emails, will come in next release 13 years ago
Michael Gapczynski 37f0b85d3f Fix problem with non share collection item types being treated as collections 13 years ago
Michael Gapczynski 6c17a4cb77 Don't display actions for children in shared collections, show the parent collection the child is shared in 13 years ago
Michael Gapczynski 13d513c17c Fix shared collection item searching 13 years ago
Michael Gapczynski 3e7951e1e6 Normalize the file path for shared children as a precaution 13 years ago
Michael Gapczynski fe7f095b08 Insert id for unique user group share rows 13 years ago
Michael Gapczynski b163bd514f Fix fetching shared children items, fixes problem with displaying owner of a shared file inside a shared folder 13 years ago
Michael Gapczynski f23f719d99 Fix unsharing from self for group shares and add test for it 13 years ago
Georg Ehrke 2b42893fa9 style fixes for public util api 13 years ago
Georg Ehrke 89f3afe2fe style fixes for public user api 13 years ago
Georg Ehrke 439ede2a1d style fixes for public response api 13 years ago
Georg Ehrke a16565a7fa style fixes for public json api 13 years ago
Georg Ehrke 89e5b85fa7 style fixes for public files api 13 years ago
Georg Ehrke 6b2b8b10ee style fixes for public db api 13 years ago
Georg Ehrke 221257d2fb style fixes for public config api 13 years ago
Georg Ehrke eca24f74f7 style fixes for public app api 13 years ago
Georg Ehrke c692dfc1ab style fixes for public app api 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Michael Gapczynski 73d726d1b2 Support for unshare from self, with a bunch of temporary fixes to overcome configuration problems with file actions 13 years ago
Bart Visscher 1a46192433 Add args parameter to linkTo(Absolute) function, to append the args automaticly 13 years ago
Michael Gapczynski 4c065deb55 Listen to post_deleteGroup hook in Share API 13 years ago
Michael Gapczynski dc569ea300 Fix some warnings from Jenkins in the Share API 13 years ago
Michael Gapczynski db37a454b3 Add parameter documentation 13 years ago