summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Check if New and Upload buttons exist before adding their width to the total ...Michael Gapczynski2012-08-061-1/+5
| * | | Select the correct column when searching for similar targetsMichael Gapczynski2012-08-061-1/+1
| * | | Set filePath variableMichael Gapczynski2012-08-061-1/+2
| * | | Throw more exceptionsMichael Gapczynski2012-08-061-6/+9
| * | | Sharing backends for contacts and addressbooksMichael Gapczynski2012-08-062-0/+141
| * | | Somewhat fixes dropdown display issues in the contacts appMichael Gapczynski2012-08-061-1/+1
| * | | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-062-1/+2
| * | | Add share action back into addressbook settings, bump up z-index of dropdown ...Michael Gapczynski2012-08-062-1/+4
| * | | Remove person from array after unshare, so name appears in autocomplete againMichael Gapczynski2012-08-061-1/+5
| * | | Fix offset for folder detection, no longer including '/Shared' in file target...Michael Gapczynski2012-08-061-1/+1
| * | | Make the file source path relative earlierMichael Gapczynski2012-08-061-5/+5
| * | | Throw more exceptionsMichael Gapczynski2012-08-061-286/+284
| * | | Add additional check for post_deleteUser so we don't delete any non-user shar...Michael Gapczynski2012-08-061-2/+2
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-06466-25575/+33979
| |\ \ \
| * | | | Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
| * | | | Don't load item if it doesn't have it status setMichael Gapczynski2012-08-061-2/+2
| * | | | Database scheme for share APIMichael Gapczynski2012-08-061-0/+115
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-069-156/+238
| * | | | Preparing for proper collection implementationMichael Gapczynski2012-08-035-165/+80
| * | | | Throw exception for items already shared in a collectionMichael Gapczynski2012-08-011-3/+4
| * | | | Hide 'can edit' if not checkedMichael Gapczynski2012-08-011-1/+6
| * | | | Fix contact email share type redirectionMichael Gapczynski2012-08-011-2/+2
| * | | | Throw exceptions in share API for UI to displayMichael Gapczynski2012-08-013-21/+34
| * | | | Basic setup for sharing with contactsMichael Gapczynski2012-08-012-1/+19
| * | | | Prevent up and down arrow from changing the share with input valueMichael Gapczynski2012-07-311-1/+5
| * | | | Include contacts in share with searchMichael Gapczynski2012-07-312-1/+16
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-31453-7119/+33814
| |\ \ \ \
| * | | | | Give share with search focus when sharing dropdown appearsMichael Gapczynski2012-07-311-1/+2
| * | | | | Remove break, it broke the statuses :)Michael Gapczynski2012-07-311-1/+0
| * | | | | Don't show self or already shared with users and groups in the share with searchMichael Gapczynski2012-07-312-8/+36
| * | | | | Add suggestion to share with search for sharing via emailMichael Gapczynski2012-07-311-3/+9
| * | | | | 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