Commit Graph

139 Commits (ee04b626b4c6c3a74bd0011be921660b5b8e6a66)

Author SHA1 Message Date
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
Michael Gapczynski 937d1b29d8 Retrieve all file dependent items when looking for file item type 13 years ago
Michael Gapczynski 64ef1e2181 Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a constructor... 13 years ago
Jakob Sack 4d3d4522f9 Backgroundjobs: Fix wrong var names 13 years ago
Michael Gapczynski 874f31b8d7 Make getting all users and groups the default 13 years ago
Michael Gapczynski 8d1eb674ec Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Jakob Sack ceda0ae052 Backgroundjobs: rename ScheduledTask to QueuedTask 13 years ago
Michael Gapczynski b830b3e24b Start adding permission checks for addressbooks 13 years ago
Michael Gapczynski 2c5744f16c Add back getItemSharedWithBySource(), some situtations require this ability 13 years ago
Jakob Sack 088b3ea0bc Add public interface to background jobs 13 years ago
Bart Visscher b287b11ff2 adjust the query generation in getItems, to use placeholders 13 years ago
Bart Visscher 99ce7ba1df Move serverHost and serverProtocol functions to OC_Request 13 years ago
Michael Gapczynski b6bbbb4c47 Remove undefined return variable 13 years ago
Michael Gapczynski a96a75c263 Select the correct column when searching for similar targets 13 years ago
Michael Gapczynski 5e95e2a131 Set filePath variable 13 years ago
Michael Gapczynski 1b21cde2b3 Throw more exceptions 13 years ago
Michael Gapczynski 14d13a740f Load icons for addressbooks, fix statuses for types other than files 13 years ago
Michael Gapczynski e954de6030 Make the file source path relative earlier 13 years ago
Michael Gapczynski e280e3ecc9 Throw more exceptions 13 years ago
Michael Gapczynski 1db1d40414 Add additional check for post_deleteUser so we don't delete any non-user shares with the same name 13 years ago
Michael Gapczynski 3b2c853916 Lots of refactoring to share API 13 years ago
Michael Gapczynski 09bb3bfaf8 Preparing for proper collection implementation 13 years ago
Michael Gapczynski 6c7baacf89 Throw exception for items already shared in a collection 13 years ago
Michael Gapczynski 92d683587a Fix contact email share type redirection 13 years ago
Michael Gapczynski 4933128850 Throw exceptions in share API for UI to display 13 years ago
Michael Gapczynski 2201074e1f Basic setup for sharing with contacts 13 years ago
Michael Gapczynski b6aa5d2875 Include contacts in share with search 13 years ago
Michael Gapczynski 9e4c3b8342 Remove break, it broke the statuses :) 13 years ago
Michael Gapczynski 2f1a990cad Add search, limit, and offset parameters to getUsers() and getGroups() 13 years ago
Jakob Sack 8a92cd21d6 Remove OC_App::register call in OCP\App::register 13 years ago
Georg Ehrke e4679770c4 declare OCP\App::register as deprecated 13 years ago
Arthur Schiwon 6b320a2604 provide recursiveArraySearch as Helper function and make available through API 13 years ago
Arthur Schiwon 0196e6eada Offer User and Group interfaces in public API 13 years ago
Thomas Tanghus 0af454a23b Trying to get documentation to "Do The Right Thing" (TM) 13 years ago
Thomas Tanghus de8ed98541 Added some more documentation to OCP\JSON. 13 years ago
Thomas Tanghus 10337c059c Added some documentation for OCP\JSON::callCheck() 13 years ago
Robin Appelman c9be9ab251 remove unused variables 13 years ago
Michael Gapczynski 1ff2dd8f63 Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks 13 years ago