summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-098-164/+230
| | |\ \
| | * | | 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
| | * | | Implement groupExists in group database backendMichael Gapczynski2012-08-071-0/+14
| | * | | Add search and limit to getGroups search in groupExists implementationMichael Gapczynski2012-08-071-1/+1
| | * | | 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-0615-37/+307
| | |\ \ \
| | * | | | 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-3120-50/+534
| | |\ \ \ \
| | * | | | | 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-309-29/+26
| | * | | | | Change is_writable() call to isUpdatable()Michael Gapczynski2012-07-251-1/+1
| | * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-2559-1034/+1803
| | |\ \ \ \ \
| | * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-251-5/+13
| | * | | | | | Missed a is_readable() call in local filestorageMichael Gapczynski2012-07-241-1/+1
| | * | | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-245-8/+62
| | * | | | | | 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-1133-179/+546
| | |\ \ \ \ \ \
| | * | | | | | | 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-103-66/+78
| | * | | | | | | 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