Commit Graph

338 Commits (d0a5fe1f4a39f21c596293232be19d70ad30652e)

Author SHA1 Message Date
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
Jörn Friedrich Dreyer e13f381189 add limit support to OC_DB & OCP/DB 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
Tom Needham b05639e745 Fix error with namespacing 13 years ago
Tom Needham cc6911e1f7 Make method static 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
Tom Needham 3a0e3708a5 Add public class for registering api calls 13 years ago
Georg Ehrke e4679770c4 declare OCP\App::register as deprecated 13 years ago
Georg Ehrke 4e62e121a6 mark 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
Michael Gapczynski cc6c940b9a Implement post_removeFromGroup() 13 years ago
Michael Gapczynski 82dea705d4 Add option to delete() to check the owner of the first search of reshares 13 years ago
Michael Gapczynski 0e9ab5cf2a Fix post_deleteUser(), column name changed and item_source is no longer needed 13 years ago
Michael Gapczynski 459bcd8d5e Update documentation 13 years ago
Michael Gapczynski bbbfc2c565 Fix delete(), it was going in an infinite loop 13 years ago
Michael Gapczynski 8de69fcb18 Update documentation 13 years ago
Michael Gapczynski 51a4518396 Add support for CRUDS permissions 13 years ago
Michael Gapczynski f638340d1f Add check for folder item type as well 13 years ago
Michael Gapczynski 63b6f20e05 Move already shared with check out of user and group cases, and add check for already shared with inside a collection 13 years ago