| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | Use search and limit parameters for share with search in sharing dropdown | Michael Gapczynski | 2012-07-30 | 1 | -2/+2 |
| * | | | | | Add search, limit, and offset parameters to getUsers() and getGroups() | Michael Gapczynski | 2012-07-30 | 9 | -29/+26 |
| * | | | | | Autocomplete for share with search in sharing dropdown | Michael Gapczynski | 2012-07-30 | 2 | -16/+44 |
| * | | | | | Remove more accidentally added files | Michael Gapczynski | 2012-07-30 | 2 | -76/+0 |
| * | | | | | Remove another accidently added 3rdparty app | Michael Gapczynski | 2012-07-30 | 22 | -692/+0 |
| * | | | | | Remove accidently added 3rd party apps | Michael Gapczynski | 2012-07-30 | 276 | -22402/+0 |
| * | | | | | Add support for configuring which permissions are possible for items | Michael Gapczynski | 2012-07-27 | 1 | -11/+23 |
| * | | | | | Implement CRUDS in share dropdown, and some clean-up | Michael Gapczynski | 2012-07-26 | 2 | -28/+85 |
| * | | | | | Change is_writable() call to isUpdatable() | Michael Gapczynski | 2012-07-25 | 1 | -1/+1 |
| * | | | | | No longer need hash() in shared storage, already implemented by the common fi... | Michael Gapczynski | 2012-07-25 | 1 | -8/+1 |
| * | | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-25 | 756 | -4182/+31471 |
| |\ \ \ \ \ |
|
| * | | | | | | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 15 | -48/+94 |
| * | | | | | | Change read only check to isCreatable | Michael Gapczynski | 2012-07-24 | 2 | -6/+6 |
| * | | | | | | Missed a is_readable() call in local filestorage | Michael Gapczynski | 2012-07-24 | 1 | -1/+1 |
| * | | | | | | Add root directory checks for CRUDS permissions in shared storage | Michael Gapczynski | 2012-07-24 | 1 | -0/+12 |
| * | | | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri... | Michael Gapczynski | 2012-07-24 | 13 | -46/+99 |
| * | | | | | | Remove toTmpFile() from shared storage, no longer needed | Michael Gapczynski | 2012-07-24 | 1 | -9/+1 |
| * | | | | | | Improve file source caching for shared folders | Michael Gapczynski | 2012-07-24 | 1 | -8/+16 |
| * | | | | | | Fix permission check for rmdir(), implement unlink(), rename(), and copy() | Michael Gapczynski | 2012-07-24 | 1 | -4/+35 |
| * | | | | | | Permission check should be made on parent folder when creating a new folder | Michael Gapczynski | 2012-07-23 | 1 | -1/+1 |
| * | | | | | | Alert user of errors when creating new files or folders | Michael Gapczynski | 2012-07-23 | 1 | -12/+20 |
| * | | | | | | Include a few CRUDS permissions checks in shared storage, plus a little clean... | Michael Gapczynski | 2012-07-23 | 2 | -193/+128 |
| * | | | | | | 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 |
| * | | | | | | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0 | Michael Gapczynski | 2012-07-11 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-11 | 263 | -1494/+4182 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Sanitization isn't required here | Michael Gapczynski | 2012-07-11 | 1 | -19/+6 |
| * | | | | | | | Show private link in dropdown | Michael Gapczynski | 2012-07-11 | 1 | -1/+5 |
| * | | | | | | | Generate random token for private links (more entropy than past private links) | Michael Gapczynski | 2012-07-11 | 2 | -9/+16 |
| * | | | | | | | Fix addressbook sharing, formatItems() changed in past commits | Michael Gapczynski | 2012-07-11 | 1 | -6/+4 |
| * | | | | | | | Get rid of sneaky error_log() that got left behind | Michael Gapczynski | 2012-07-10 | 1 | -1/+0 |
| * | | | | | | | 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 |
| * | | | | | | | Sanitize POST and GET in ajax/share | Michael Gapczynski | 2012-07-10 | 1 | -14/+38 |
| * | | | | | | | Call exit() to prevent further code execution if directory does not exist | Michael Gapczynski | 2012-07-10 | 1 | -0/+1 |
| * | | | | | | | Sharing files working using share API | Michael Gapczynski | 2012-07-10 | 8 | -229/+288 |
| * | | | | | | | Add parameter to showDropDown to not show private link UI, only files can be ... | Michael Gapczynski | 2012-07-03 | 1 | -12/+19 |
| * | | | | | | | Add share with to list in dropdown after sharing | Michael Gapczynski | 2012-07-03 | 1 | -1/+5 |
| * | | | | | | | 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 | 4 | -74/+31 |