| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 90 | -709/+3490 |
| |\ \ |
|
| * | | | Start adding permission checks for addressbooks | Michael Gapczynski | 2012-08-08 | 4 | -15/+46 |
| * | | | Add back getItemSharedWithBySource(), some situtations require this ability | Michael Gapczynski | 2012-08-08 | 1 | -2/+13 |
| * | | | Don't include shared addressbook if source not found | Michael Gapczynski | 2012-08-08 | 1 | -2/+4 |
| * | | | Fix issues with hiding and showing dropdown | Michael Gapczynski | 2012-08-08 | 1 | -14/+33 |
| * | | | Reset item shares variable, fixes autocomplete not showing people | Michael Gapczynski | 2012-08-08 | 1 | -1/+2 |
| * | | | Actually change background image of shared items | Michael Gapczynski | 2012-08-07 | 1 | -2/+3 |
| * | | | Use new sharing API in OC_Calendar_Share::allSharedwithuser | Bart Visscher | 2012-08-07 | 2 | -13/+16 |
| * | | | Fix warnings and better styling | Bart Visscher | 2012-08-07 | 1 | -2/+10 |
| * | | | Don't return error when just no sharing found | Bart Visscher | 2012-08-07 | 1 | -1/+1 |
| * | | | Add Event share backend | Bart Visscher | 2012-08-07 | 2 | -0/+42 |
| * | | | adjust the query generation in getItems, to use placeholders | Bart Visscher | 2012-08-07 | 1 | -13/+31 |
| * | | | Initial calendar sharing backend | Michael Gapczynski | 2012-08-07 | 3 | -1/+61 |
| * | | | Implement groupExists in group database backend | Michael Gapczynski | 2012-08-07 | 1 | -0/+14 |
| * | | | Add search and limit to getGroups search in groupExists implementation | Michael Gapczynski | 2012-08-07 | 1 | -1/+1 |
| * | | | Remove undefined return variable | Michael Gapczynski | 2012-08-07 | 1 | -1/+1 |
| * | | | Try to fix last commit | Michael Gapczynski | 2012-08-07 | 1 | -3/+3 |
| * | | | Check if itemShares share type is an array instead of set, javascript likes t... | Michael Gapczynski | 2012-08-07 | 1 | -3/+3 |
| * | | | Only show the user's groups in the share with autocomplete | Michael Gapczynski | 2012-08-06 | 1 | -9/+6 |
| * | | | Check if New and Upload buttons exist before adding their width to the total ... | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
| * | | | Select the correct column when searching for similar targets | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| * | | | Set filePath variable | Michael Gapczynski | 2012-08-06 | 1 | -1/+2 |
| * | | | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -6/+9 |
| * | | | Sharing backends for contacts and addressbooks | Michael Gapczynski | 2012-08-06 | 2 | -0/+141 |
| * | | | Somewhat fixes dropdown display issues in the contacts app | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| * | | | Load icons for addressbooks, fix statuses for types other than files | Michael Gapczynski | 2012-08-06 | 2 | -1/+2 |
| * | | | Add share action back into addressbook settings, bump up z-index of dropdown ... | Michael Gapczynski | 2012-08-06 | 2 | -1/+4 |
| * | | | Remove person from array after unshare, so name appears in autocomplete again | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
| * | | | Fix offset for folder detection, no longer including '/Shared' in file target... | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| * | | | Make the file source path relative earlier | Michael Gapczynski | 2012-08-06 | 1 | -5/+5 |
| * | | | Throw more exceptions | Michael Gapczynski | 2012-08-06 | 1 | -286/+284 |
| * | | | Add additional check for post_deleteUser so we don't delete any non-user shar... | Michael Gapczynski | 2012-08-06 | 1 | -2/+2 |
| * | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 466 | -25575/+33979 |
| |\ \ \ |
|
| * | | | | Remove extra line, caused 'headers already sent' issues | Michael Gapczynski | 2012-08-06 | 1 | -1/+0 |
| * | | | | Don't load item if it doesn't have it status set | Michael Gapczynski | 2012-08-06 | 1 | -2/+2 |
| * | | | | Database scheme for share API | Michael Gapczynski | 2012-08-06 | 1 | -0/+115 |
| * | | | | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 9 | -156/+238 |
| * | | | | Preparing for proper collection implementation | Michael Gapczynski | 2012-08-03 | 5 | -165/+80 |
| * | | | | Throw exception for items already shared in a collection | Michael Gapczynski | 2012-08-01 | 1 | -3/+4 |
| * | | | | Hide 'can edit' if not checked | Michael Gapczynski | 2012-08-01 | 1 | -1/+6 |
| * | | | | Fix contact email share type redirection | Michael Gapczynski | 2012-08-01 | 1 | -2/+2 |
| * | | | | Throw exceptions in share API for UI to display | Michael Gapczynski | 2012-08-01 | 3 | -21/+34 |
| * | | | | Basic setup for sharing with contacts | Michael Gapczynski | 2012-08-01 | 2 | -1/+19 |
| * | | | | Prevent up and down arrow from changing the share with input value | Michael Gapczynski | 2012-07-31 | 1 | -1/+5 |
| * | | | | Include contacts in share with search | Michael Gapczynski | 2012-07-31 | 2 | -1/+16 |
| * | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 453 | -7119/+33814 |
| |\ \ \ \ |
|
| * | | | | | Give share with search focus when sharing dropdown appears | Michael Gapczynski | 2012-07-31 | 1 | -1/+2 |
| * | | | | | Remove break, it broke the statuses :) | Michael Gapczynski | 2012-07-31 | 1 | -1/+0 |
| * | | | | | Don't show self or already shared with users and groups in the share with search | Michael Gapczynski | 2012-07-31 | 2 | -8/+36 |
| * | | | | | Add suggestion to share with search for sharing via email | Michael Gapczynski | 2012-07-31 | 1 | -3/+9 |