summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0990-709/+3490
| |\ \
| * | | Start adding permission checks for addressbooksMichael Gapczynski2012-08-084-15/+46
| * | | Add back getItemSharedWithBySource(), some situtations require this abilityMichael Gapczynski2012-08-081-2/+13
| * | | Don't include shared addressbook if source not foundMichael Gapczynski2012-08-081-2/+4
| * | | Fix issues with hiding and showing dropdownMichael Gapczynski2012-08-081-14/+33
| * | | Reset item shares variable, fixes autocomplete not showing peopleMichael Gapczynski2012-08-081-1/+2
| * | | Actually change background image of shared itemsMichael Gapczynski2012-08-071-2/+3
| * | | Use new sharing API in OC_Calendar_Share::allSharedwithuserBart Visscher2012-08-072-13/+16
| * | | Fix warnings and better stylingBart Visscher2012-08-071-2/+10
| * | | Don't return error when just no sharing foundBart Visscher2012-08-071-1/+1
| * | | Add Event share backendBart Visscher2012-08-072-0/+42
| * | | adjust the query generation in getItems, to use placeholdersBart Visscher2012-08-071-13/+31
| * | | Initial calendar sharing backendMichael Gapczynski2012-08-073-1/+61
| * | | Implement groupExists in group database backendMichael Gapczynski2012-08-071-0/+14
| * | | Add search and limit to getGroups search in groupExists implementationMichael Gapczynski2012-08-071-1/+1
| * | | Remove undefined return variableMichael Gapczynski2012-08-071-1/+1
| * | | Try to fix last commitMichael Gapczynski2012-08-071-3/+3
| * | | Check if itemShares share type is an array instead of set, javascript likes t...Michael Gapczynski2012-08-071-3/+3
| * | | Only show the user's groups in the share with autocompleteMichael Gapczynski2012-08-061-9/+6
| * | | 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