| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | Preparing for proper collection implementation | Michael Gapczynski | 2012-08-03 | 1 | -78/+74 |
| | * | | | | Throw exception for items already shared in a collection | Michael Gapczynski | 2012-08-01 | 1 | -3/+4 |
| | * | | | | Fix contact email share type redirection | Michael Gapczynski | 2012-08-01 | 1 | -2/+2 |
| | * | | | | Throw exceptions in share API for UI to display | Michael Gapczynski | 2012-08-01 | 1 | -17/+26 |
| | * | | | | Basic setup for sharing with contacts | Michael Gapczynski | 2012-08-01 | 1 | -0/+18 |
| | * | | | | Include contacts in share with search | Michael Gapczynski | 2012-07-31 | 1 | -0/+3 |
| | * | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 20 | -50/+534 |
| | |\ \ \ \ |
|
| | * | | | | | Remove break, it broke the statuses :) | Michael Gapczynski | 2012-07-31 | 1 | -1/+0 |
| | * | | | | | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-07-30 | 9 | -29/+26 |
| | * | | | | | Change is_writable() call to isUpdatable() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| | * | | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 59 | -1034/+1803 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 1 | -5/+13 |
| | * | | | | | | Missed a is_readable() call in local filestorage | Michael Gapczynski | 2012-07-24 | 1 | -1/+1 |
| | * | | | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri... | Michael Gapczynski | 2012-07-24 | 5 | -8/+62 |
| | * | | | | | | Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooks | Michael Gapczynski | 2012-07-14 | 1 | -0/+4 |
| | * | | | | | | Implement post_removeFromGroup() | Michael Gapczynski | 2012-07-14 | 1 | -1/+10 |
| | * | | | | | | Add option to delete() to check the owner of the first search of reshares | Michael Gapczynski | 2012-07-14 | 1 | -4/+11 |
| | * | | | | | | Fix post_deleteUser(), column name changed and item_source is no longer needed | Michael Gapczynski | 2012-07-14 | 1 | -2/+2 |
| | * | | | | | | Update documentation | Michael Gapczynski | 2012-07-14 | 1 | -2/+1 |
| | * | | | | | | Fix delete(), it was going in an infinite loop | Michael Gapczynski | 2012-07-14 | 1 | -5/+14 |
| | * | | | | | | Update documentation | Michael Gapczynski | 2012-07-14 | 1 | -12/+14 |
| | * | | | | | | Add support for CRUDS permissions | Michael Gapczynski | 2012-07-14 | 1 | -31/+55 |
| | * | | | | | | Add check for folder item type as well | Michael Gapczynski | 2012-07-12 | 1 | -1/+1 |
| | * | | | | | | Move already shared with check out of user and group cases, and add check for... | Michael Gapczynski | 2012-07-12 | 1 | -8/+15 |
| | * | | | | | | Rename parents to collectionTypes, getCollectionItemTypes() shouldn't include... | Michael Gapczynski | 2012-07-12 | 1 | -8/+10 |
| | * | | | | | | Add check if file is found in file cache | Michael Gapczynski | 2012-07-11 | 1 | -0/+4 |
| | * | | | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 33 | -179/+546 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | Generate random token for private links (more entropy than past private links) | Michael Gapczynski | 2012-07-11 | 1 | -7/+13 |
| | * | | | | | | | Add back returning only the item if the limit is 1 and now check that the for... | Michael Gapczynski | 2012-07-10 | 1 | -0/+4 |
| | * | | | | | | | Fix getItems() calls | Michael Gapczynski | 2012-07-10 | 1 | -4/+4 |
| | * | | | | | | | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 3 | -66/+78 |
| | * | | | | | | | Return false for single item checks and an empty array for multiple item checks | Michael Gapczynski | 2012-07-03 | 1 | -7/+7 |
| | * | | | | | | | Clean up in the dropdown for unsharing | Michael Gapczynski | 2012-07-03 | 1 | -1/+1 |
| | * | | | | | | | Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,... | Michael Gapczynski | 2012-07-03 | 1 | -11/+44 |
| | * | | | | | | | Change getItems() return to a 3-dimensional array to handle multiple shares o... | Michael Gapczynski | 2012-07-02 | 1 | -14/+24 |
| | * | | | | | | | Remove the method getItemsSharedStatuses, it is easy enough to just pass the ... | Michael Gapczynski | 2012-07-02 | 1 | -10/+0 |
| | * | | | | | | | Don't select all columns for FORMAT_STATUSES | Michael Gapczynski | 2012-06-30 | 1 | -1/+6 |
| | * | | | | | | | Don't overwrite the item variable when checking if the item is already shared | Michael Gapczynski | 2012-06-30 | 1 | -3/+2 |
| | * | | | | | | | Have getItems() return an empty array instead of false, so apps only need to ... | Michael Gapczynski | 2012-06-30 | 1 | -7/+7 |
| | * | | | | | | | Switch back to registering just the class and not the object, better for perf... | Michael Gapczynski | 2012-06-30 | 1 | -11/+20 |
| | * | | | | | | | Show users and groups shared with in dropdown | Michael Gapczynski | 2012-06-27 | 1 | -1/+1 |
| | * | | | | | | | Fix FORMAT_STATUSES | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
| | * | | | | | | | Fix group sharing | Michael Gapczynski | 2012-06-27 | 1 | -3/+3 |
| | * | | | | | | | Documentation fix | Bart Visscher | 2012-06-27 | 1 | -3/+2 |
| | * | | | | | | | Fix which line needs '' wrapped around the array values | Michael Gapczynski | 2012-06-27 | 1 | -2/+2 |
| | * | | | | | | | Fix searching for parent item types, search for file source instead of item s... | Michael Gapczynski | 2012-06-27 | 1 | -15/+15 |
| | * | | | | | | | Fix retrieving supported file extensions from backend and remove the dependsO... | Michael Gapczynski | 2012-06-27 | 1 | -12/+9 |
| | * | | | | | | | Fixes and change database table from sharing to share | Michael Gapczynski | 2012-06-27 | 1 | -40/+42 |
| | * | | | | | | | Forgot I got rid of the class field backendTypes, use the array keys of the b... | Michael Gapczynski | 2012-06-27 | 1 | -2/+4 |
| | * | | | | | | | Prepare drop down UI for share API | Michael Gapczynski | 2012-06-27 | 1 | -5/+25 |