summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * Change to correct function call getItemSharedWithBySource()Michael Gapczynski2012-08-141-1/+1
| * Remove setTarget() function, changing target names only leads to confusionMichael Gapczynski2012-08-141-38/+0
| * Ensure permissions can't be escalated during a reshareMichael Gapczynski2012-08-141-7/+12
| * Use if instead of switch for detecting share type and throw exceptions when s...Michael Gapczynski2012-08-141-63/+65
| * Retrieve all file dependent items when looking for file item typeMichael Gapczynski2012-08-141-4/+11
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-142-1/+118
| |\
| | * Backgroundjobs: Fix wrong var namesJakob Sack2012-08-121-2/+2
| | * Make getting all users and groups the defaultMichael Gapczynski2012-08-111-1/+1
| | * Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-08-111-1/+1
| | * Backgroundjobs: rename ScheduledTask to QueuedTaskJakob Sack2012-08-091-22/+23
| | * Add public interface to background jobsJakob Sack2012-08-091-0/+116
| * | Change name of share function to shareItem, silly PHP 5.3.1 thinking it is a ...Michael Gapczynski2012-08-121-2/+2
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-2/+2
| |\|
| | * Move serverHost and serverProtocol functions to OC_RequestBart Visscher2012-08-071-2/+2
| * | Start adding permission checks for addressbooksMichael Gapczynski2012-08-081-0/+1
| * | Add back getItemSharedWithBySource(), some situtations require this abilityMichael Gapczynski2012-08-081-2/+13
| * | adjust the query generation in getItems, to use placeholdersBart Visscher2012-08-071-13/+31
| * | Remove undefined return variableMichael Gapczynski2012-08-071-1/+1
| * | Select the correct column when searching for similar targetsMichael Gapczynski2012-08-061-1/+1
| * | Set filePath variableMichael Gapczynski2012-08-061-1/+2
| * | Throw more exceptionsMichael Gapczynski2012-08-061-6/+9
| * | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-1/+1
| * | Make the file source path relative earlierMichael Gapczynski2012-08-061-5/+5
| * | Throw more exceptionsMichael Gapczynski2012-08-061-286/+284
| * | Add additional check for post_deleteUser so we don't delete any non-user shar...Michael Gapczynski2012-08-061-2/+2
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-061-1/+1
| |\|
| | * Remove OC_App::register call in OCP\App::registerJakob Sack2012-07-301-1/+1
| * | Lots of refactoring to share APIMichael Gapczynski2012-08-061-127/+199
| * | Preparing for proper collection implementationMichael Gapczynski2012-08-031-78/+74
| * | Throw exception for items already shared in a collectionMichael Gapczynski2012-08-011-3/+4
| * | Fix contact email share type redirectionMichael Gapczynski2012-08-011-2/+2
| * | Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-011-17/+26
| * | Basic setup for sharing with contactsMichael Gapczynski2012-08-011-0/+18
| * | Include contacts in share with searchMichael Gapczynski2012-07-311-0/+3
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-07-311-0/+15
| |\|
| | * declare OCP\App::register as deprecatedGeorg Ehrke2012-07-261-0/+15
| * | Remove break, it broke the statuses :)Michael Gapczynski2012-07-311-1/+0
| * | Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-07-301-1/+1
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-07-255-41/+159
| |\|
| | * provide recursiveArraySearch as Helper function and make available through APIArthur Schiwon2012-07-251-0/+11
| | * Offer User and Group interfaces in public APIArthur Schiwon2012-07-252-0/+62
| | * Trying to get documentation to "Do The Right Thing" (TM)Thomas Tanghus2012-07-201-70/+73
| | * Added some more documentation to OCP\JSON.Thomas Tanghus2012-07-201-8/+57
| | * Added some documentation for OCP\JSON::callCheck()Thomas Tanghus2012-07-201-0/+15
| | * remove unused variablesRobin Appelman2012-07-201-22/+0
| * | Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooksMichael Gapczynski2012-07-141-0/+4
| * | Implement post_removeFromGroup()Michael Gapczynski2012-07-141-1/+10
| * | Add option to delete() to check the owner of the first search of resharesMichael Gapczynski2012-07-141-4/+11
| * | Fix post_deleteUser(), column name changed and item_source is no longer neededMichael Gapczynski2012-07-141-2/+2
| * | Update documentationMichael Gapczynski2012-07-141-2/+1