| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | 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 |
| * | | | | | | | 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 | 2 | -61/+59 |
| * | | | | | | | Use share type and share with in db instead of separate columns for user and ... | Michael Gapczynski | 2012-06-27 | 1 | -63/+88 |
| * | | | | | | | Fixes for registering and fetching backends | Michael Gapczynski | 2012-06-27 | 1 | -19/+12 |
| * | | | | | | | Finish parent folder implementation, change recursive delete process | Michael Gapczynski | 2012-06-27 | 1 | -37/+78 |
| * | | | | | | | Initial work on a share API | Michael Gapczynski | 2012-06-27 | 1 | -0/+673 |
* | | | | | | | | fix creating nested folders inside tar files | Robin Appelman | 2012-08-19 | 1 | -2/+9 |
* | | | | | | | | fix error when adding string data to an archive | Robin Appelman | 2012-08-19 | 2 | -2/+2 |
* | | | | | | | | also add getLocalFolder to OC_Filsystem and OC_FilesystemView | Robin Appelman | 2012-08-19 | 2 | -0/+17 |
* | | | | | | | | add OC_FileStorage::getLocalFolder | Robin Appelman | 2012-08-19 | 3 | -1/+25 |
* | | | | | | | | add OC_Archive::addRecursive | Robin Appelman | 2012-08-18 | 1 | -0/+21 |
* | | | | | | | | add impress mimetype | Frank Karlitschek | 2012-08-17 | 1 | -0/+1 |