summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Use search and limit parameters for share with search in sharing dropdownMichael Gapczynski2012-07-301-2/+2
| * | | | | Add search, limit, and offset parameters to getUsers() and getGroups()Michael Gapczynski2012-07-309-29/+26
| * | | | | Autocomplete for share with search in sharing dropdownMichael Gapczynski2012-07-302-16/+44
| * | | | | Remove more accidentally added filesMichael Gapczynski2012-07-302-76/+0
| * | | | | Remove another accidently added 3rdparty appMichael Gapczynski2012-07-3022-692/+0
| * | | | | Remove accidently added 3rd party appsMichael Gapczynski2012-07-30276-22402/+0
| * | | | | Add support for configuring which permissions are possible for itemsMichael Gapczynski2012-07-271-11/+23
| * | | | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-262-28/+85
| * | | | | Change is_writable() call to isUpdatable()Michael Gapczynski2012-07-251-1/+1
| * | | | | No longer need hash() in shared storage, already implemented by the common fi...Michael Gapczynski2012-07-251-8/+1
| * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-25756-4182/+31471
| |\ \ \ \ \
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-2515-48/+94
| * | | | | | Change read only check to isCreatableMichael Gapczynski2012-07-242-6/+6
| * | | | | | Missed a is_readable() call in local filestorageMichael Gapczynski2012-07-241-1/+1
| * | | | | | Add root directory checks for CRUDS permissions in shared storageMichael Gapczynski2012-07-241-0/+12
| * | | | | | Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_wri...Michael Gapczynski2012-07-2413-46/+99
| * | | | | | Remove toTmpFile() from shared storage, no longer neededMichael Gapczynski2012-07-241-9/+1
| * | | | | | Improve file source caching for shared foldersMichael Gapczynski2012-07-241-8/+16
| * | | | | | Fix permission check for rmdir(), implement unlink(), rename(), and copy()Michael Gapczynski2012-07-241-4/+35
| * | | | | | Permission check should be made on parent folder when creating a new folderMichael Gapczynski2012-07-231-1/+1
| * | | | | | Alert user of errors when creating new files or foldersMichael Gapczynski2012-07-231-12/+20
| * | | | | | Include a few CRUDS permissions checks in shared storage, plus a little clean...Michael Gapczynski2012-07-232-193/+128
| * | | | | | Listen to post_deleteUser, post_addToGroup, and post_removeFromGroup hooksMichael Gapczynski2012-07-141-0/+4
| * | | | | | Implement post_removeFromGroup()Michael Gapczynski2012-07-141-1/+10
| * | | | | | Add option to delete() to check the owner of the first search of resharesMichael Gapczynski2012-07-141-4/+11
| * | | | | | Fix post_deleteUser(), column name changed and item_source is no longer neededMichael Gapczynski2012-07-141-2/+2
| * | | | | | Update documentationMichael Gapczynski2012-07-141-2/+1
| * | | | | | Fix delete(), it was going in an infinite loopMichael Gapczynski2012-07-141-5/+14
| * | | | | | Update documentationMichael Gapczynski2012-07-141-12/+14
| * | | | | | Add support for CRUDS permissionsMichael Gapczynski2012-07-141-31/+55
| * | | | | | Add check for folder item type as wellMichael Gapczynski2012-07-121-1/+1
| * | | | | | Move already shared with check out of user and group cases, and add check for...Michael Gapczynski2012-07-121-8/+15
| * | | | | | Rename parents to collectionTypes, getCollectionItemTypes() shouldn't include...Michael Gapczynski2012-07-121-8/+10
| * | | | | | Add check if file is found in file cacheMichael Gapczynski2012-07-111-0/+4
| * | | | | | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
| * | | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-11263-1494/+4182
| |\ \ \ \ \ \
| * | | | | | | Sanitization isn't required hereMichael Gapczynski2012-07-111-19/+6
| * | | | | | | Show private link in dropdownMichael Gapczynski2012-07-111-1/+5
| * | | | | | | Generate random token for private links (more entropy than past private links)Michael Gapczynski2012-07-112-9/+16
| * | | | | | | Fix addressbook sharing, formatItems() changed in past commitsMichael Gapczynski2012-07-111-6/+4
| * | | | | | | Get rid of sneaky error_log() that got left behindMichael Gapczynski2012-07-101-1/+0
| * | | | | | | Add back returning only the item if the limit is 1 and now check that the for...Michael Gapczynski2012-07-101-0/+4
| * | | | | | | Fix getItems() callsMichael Gapczynski2012-07-101-4/+4
| * | | | | | | Sanitize POST and GET in ajax/shareMichael Gapczynski2012-07-101-14/+38
| * | | | | | | Call exit() to prevent further code execution if directory does not existMichael Gapczynski2012-07-101-0/+1
| * | | | | | | Sharing files working using share APIMichael Gapczynski2012-07-108-229/+288
| * | | | | | | Add parameter to showDropDown to not show private link UI, only files can be ...Michael Gapczynski2012-07-031-12/+19
| * | | | | | | Add share with to list in dropdown after sharingMichael Gapczynski2012-07-031-1/+5
| * | | | | | | Return false for single item checks and an empty array for multiple item checksMichael Gapczynski2012-07-031-7/+7
| * | | | | | | Clean up in the dropdown for unsharingMichael Gapczynski2012-07-034-74/+31