| Commit message (Expand) | Author | Age | Files | Lines |
* | Load icons for addressbooks, fix statuses for types other than files | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
* | Make the file source path relative earlier | Michael Gapczynski | 2012-08-06 | 1 | -5/+5 |
* | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -286/+284 |
* | Add additional check for post_deleteUser so we don't delete any non-user shar... | Michael Gapczynski | 2012-08-06 | 1 | -2/+2 |
* | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 1 | -127/+199 |
* | 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 |
* | Remove break, it broke the statuses :) | Michael Gapczynski | 2012-07-31 | 1 | -1/+0 |
* | 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 |
* | 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 | 1 | -56/+46 |
* | 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 |
* | Some more changes to getItems() and fixes in shared storage | Michael Gapczynski | 2012-06-27 | 1 | -10/+22 |
* | Fix additional getItems calls due to parameter change | Michael Gapczynski | 2012-06-27 | 1 | -30/+5 |
* | I'm having trouble making up my mind... translateItem -> getItems() -> format... | Michael Gapczynski | 2012-06-27 | 1 | -61/+54 |