summaryrefslogtreecommitdiffstats
path: root/lib/public
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Fix delete(), it was going in an infinite loopMichael Gapczynski2012-07-141-5/+14
| * | Update documentationMichael Gapczynski2012-07-141-12/+14
| * | Add support for CRUDS permissionsMichael Gapczynski2012-07-141-31/+55
| * | Add check for folder item type as wellMichael Gapczynski2012-07-121-1/+1
| * | Move already shared with check out of user and group cases, and add check for...Michael Gapczynski2012-07-121-8/+15
| * | Rename parents to collectionTypes, getCollectionItemTypes() shouldn't include...Michael Gapczynski2012-07-121-8/+10
| * | Add check if file is found in file cacheMichael Gapczynski2012-07-111-0/+4
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-07-119-34/+57
| |\|
| | * remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-099-21/+0
| | * provide multibyte aware helper functions mb_str_replace, mb_substr_replace an...Arthur Schiwon2012-07-021-13/+57
| * | Generate random token for private links (more entropy than past private links)Michael Gapczynski2012-07-111-7/+13
| * | Add back returning only the item if the limit is 1 and now check that the for...Michael Gapczynski2012-07-101-0/+4
| * | Fix getItems() callsMichael Gapczynski2012-07-101-4/+4
| * | Sharing files working using share APIMichael Gapczynski2012-07-101-56/+46
| * | Return false for single item checks and an empty array for multiple item checksMichael Gapczynski2012-07-031-7/+7
| * | Clean up in the dropdown for unsharingMichael Gapczynski2012-07-031-1/+1
| * | Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,...Michael Gapczynski2012-07-031-11/+44
| * | Change getItems() return to a 3-dimensional array to handle multiple shares o...Michael Gapczynski2012-07-021-14/+24
| * | Remove the method getItemsSharedStatuses, it is easy enough to just pass the ...Michael Gapczynski2012-07-021-10/+0
| * | Don't select all columns for FORMAT_STATUSESMichael Gapczynski2012-06-301-1/+6
| * | Don't overwrite the item variable when checking if the item is already sharedMichael Gapczynski2012-06-301-3/+2
| * | Have getItems() return an empty array instead of false, so apps only need to ...Michael Gapczynski2012-06-301-7/+7
| * | Switch back to registering just the class and not the object, better for perf...Michael Gapczynski2012-06-301-11/+20
| * | Show users and groups shared with in dropdownMichael Gapczynski2012-06-271-1/+1
| * | Fix FORMAT_STATUSESMichael Gapczynski2012-06-271-2/+2
| * | Fix group sharingMichael Gapczynski2012-06-271-3/+3
| * | Documentation fixBart Visscher2012-06-271-3/+2
| * | Fix which line needs '' wrapped around the array valuesMichael Gapczynski2012-06-271-2/+2
| * | Fix searching for parent item types, search for file source instead of item s...Michael Gapczynski2012-06-271-15/+15