| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | 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 | 1 | -0/+15 |
| |\| |
|
| | * | declare OCP\App::register as deprecated | Georg Ehrke | 2012-07-26 | 1 | -0/+15 |
| * | | 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 | 1 | -1/+1 |
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 5 | -41/+159 |
| |\| |
|
| | * | provide recursiveArraySearch as Helper function and make available through API | Arthur Schiwon | 2012-07-25 | 1 | -0/+11 |
| | * | Offer User and Group interfaces in public API | Arthur Schiwon | 2012-07-25 | 2 | -0/+62 |
| | * | Trying to get documentation to "Do The Right Thing" (TM) | Thomas Tanghus | 2012-07-20 | 1 | -70/+73 |
| | * | Added some more documentation to OCP\JSON. | Thomas Tanghus | 2012-07-20 | 1 | -8/+57 |
| | * | Added some documentation for OCP\JSON::callCheck() | Thomas Tanghus | 2012-07-20 | 1 | -0/+15 |
| | * | remove unused variables | Robin Appelman | 2012-07-20 | 1 | -22/+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 |
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 9 | -34/+57 |
| |\| |
|
| | * | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 9 | -21/+0 |
| | * | provide multibyte aware helper functions mb_str_replace, mb_substr_replace an... | Arthur Schiwon | 2012-07-02 | 1 | -13/+57 |
| * | | 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 |