Commit Graph

185 Commits (f71f731f1cfc3a0e0efa5e13759478c5fdb7f4fc)

Author SHA1 Message Date
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
Michael Gapczynski f0f2d93908 Restructure generateTarget for the post_addToGroup hook 13 years ago
Michael Gapczynski a77c16371f Make item targets be based off of the parent item target for reshares 13 years ago
Michael Gapczynski 6c29334b48 Add support for share expiration 13 years ago
Jörn Friedrich Dreyer 2c1f732880 use null instead of -1 on all getUser() 13 years ago
Bart Visscher db18218a1b Space before tab fixes 13 years ago
Bart Visscher 0365f8fd01 Remove php close at end of file 13 years ago
Bart Visscher 52f2e7112e Whitespace fixes in lib 13 years ago
Michael Gapczynski 26501a0bc8 Delete old link if user sets a password 13 years ago
Michael Gapczynski 9cd55508c3 Add Share API settings to admin page 13 years ago
Michael Gapczynski 0ad16e84c5 Fix share collection query 13 years ago
Michael Gapczynski 0a9d1ed3a6 Initial previewer for public links 13 years ago
Michael Gapczynski 18517f6adb Fix share getItems() limit 13 years ago
jfd 9822cd30c0 fix sharing bug introduced with oracle support 13 years ago
Jörn Friedrich Dreyer fa3497f6ed add backticks to SQL, use limit parameter instead of LIMIT SQL 13 years ago
Michael Gapczynski 36487246ed Switch to using file cache ids instead of paths for file sharing 13 years ago
Thomas Tanghus c90c358f0d Only load js and css once. 13 years ago
Michael Gapczynski 3debb67458 Move share CSS to core, add script and style from inside Share API 13 years ago
Michael Gapczynski 9699ff03bd Revert using item name, no longer allowing the same item source exist for a user 13 years ago
Michael Gapczynski 09e851a9c4 Fix share ajax calls to use itemName/itemSource, show who shared a file with you 13 years ago
Michael Gapczynski 5eca531f99 Refactor again so we can tell what item is being reshared in case the same source shows up. This is the end of the share_api branch, moving to master. 13 years ago
Michael Gapczynski f987e22d85 Large refactoring to allow for the same item to be shared to a group and again with a user in the group with different permissions 13 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 13 years ago
Michael Gapczynski 9cb3113f42 Fix problems exposed by tests 13 years ago
Michael Gapczynski ddfa760a5e Change to correct function call getItemSharedWithBySource() 13 years ago
Michael Gapczynski b440dfc67e Remove setTarget() function, changing target names only leads to confusion 13 years ago
Michael Gapczynski 9661a63a72 Ensure permissions can't be escalated during a reshare 13 years ago
Michael Gapczynski 028c79fc9d Use if instead of switch for detecting share type and throw exceptions when setting permissions 13 years ago