| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-08-21 | 50 | -34/+251 |
* | Added types to emails. Support for custom types. Partial fix for oc-1508. | Thomas Tanghus | 2012-08-21 | 3 | -8/+25 |
* | Try to align and float contact parts better. | Thomas Tanghus | 2012-08-21 | 3 | -6/+8 |
* | Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534. | Arthur Schiwon | 2012-08-20 | 1 | -17/+24 |
* | Merge branch 'share_api' | Michael Gapczynski | 2012-08-19 | 51 | -401/+1308 |
|\ |
|
| * | File sharing cleanup, works perfectly I think :) | Michael Gapczynski | 2012-08-16 | 3 | -110/+80 |
| * | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-14 | 128 | -932/+1574 |
| |\ |
|
| * | | Calendar: update share backend using contacts backend as template | Bart Visscher | 2012-08-10 | 1 | -11/+58 |
| * | | Contacts: Check format parameter | Bart Visscher | 2012-08-10 | 1 | -6/+8 |
| * | | Contacts: Better parameter names in addressbook share backend | Bart Visscher | 2012-08-10 | 1 | -7/+8 |
| * | | Additional permission checks for editing and deleting contacts | Michael Gapczynski | 2012-08-09 | 1 | -3/+76 |
| * | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-09 | 43 | -307/+401 |
| |\ \ |
|
| * | | | Start adding permission checks for addressbooks | Michael Gapczynski | 2012-08-08 | 3 | -15/+45 |
| * | | | Don't include shared addressbook if source not found | Michael Gapczynski | 2012-08-08 | 1 | -2/+4 |
| * | | | Use new sharing API in OC_Calendar_Share::allSharedwithuser | Bart Visscher | 2012-08-07 | 2 | -13/+16 |
| * | | | Add Event share backend | Bart Visscher | 2012-08-07 | 2 | -0/+42 |
| * | | | Initial calendar sharing backend | Michael Gapczynski | 2012-08-07 | 3 | -1/+61 |
| * | | | Check if New and Upload buttons exist before adding their width to the total ... | Michael Gapczynski | 2012-08-06 | 1 | -1/+5 |
| * | | | Sharing backends for contacts and addressbooks | Michael Gapczynski | 2012-08-06 | 2 | -0/+141 |
| * | | | Load icons for addressbooks, fix statuses for types other than files | Michael Gapczynski | 2012-08-06 | 1 | -0/+1 |
| * | | | Add share action back into addressbook settings, bump up z-index of dropdown ... | Michael Gapczynski | 2012-08-06 | 2 | -1/+4 |
| * | | | Fix offset for folder detection, no longer including '/Shared' in file target... | Michael Gapczynski | 2012-08-06 | 1 | -1/+1 |
| * | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-08-06 | 125 | -3473/+4644 |
| |\ \ \ |
|
| * | | | | Remove extra line, caused 'headers already sent' issues | Michael Gapczynski | 2012-08-06 | 1 | -1/+0 |
| * | | | | Lots of refactoring to share API | Michael Gapczynski | 2012-08-06 | 7 | -17/+26 |
| * | | | | Preparing for proper collection implementation | Michael Gapczynski | 2012-08-03 | 4 | -87/+6 |
| * | | | | Merge branch 'master' into share_api | Michael Gapczynski | 2012-07-31 | 107 | -485/+2445 |
| |\ \ \ \ |
|
| * | | | | | Remove another accidently added 3rdparty app | Michael Gapczynski | 2012-07-30 | 21 | -690/+0 |
| * | | | | | Remove accidently added 3rd party apps | Michael Gapczynski | 2012-07-30 | 276 | -22402/+0 |
| * | | | | | Implement CRUDS in share dropdown, and some clean-up | Michael Gapczynski | 2012-07-26 | 1 | -4/+6 |
| * | | | | | 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 | 480 | -4382/+27014 |
| |\ \ \ \ \ |
|
| * | | | | | | Make file actions permissions aware | Michael Gapczynski | 2012-07-25 | 13 | -42/+80 |
| * | | | | | | Change read only check to isCreatable | Michael Gapczynski | 2012-07-24 | 2 | -6/+6 |
| * | | | | | | 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 | 8 | -38/+37 |
| * | | | | | | 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 |
| * | | | | | | 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 | 187 | -1211/+3452 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | Fix addressbook sharing, formatItems() changed in past commits | Michael Gapczynski | 2012-07-11 | 1 | -6/+4 |
| * | | | | | | | 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 | 4 | -156/+199 |
| * | | | | | | | Clean up in the dropdown for unsharing | Michael Gapczynski | 2012-07-03 | 1 | -2/+2 |
| * | | | | | | | Use formatted shared addressbook in all cases, addressbooks out of order now | Michael Gapczynski | 2012-07-03 | 2 | -8/+21 |
| * | | | | | | | Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,... | Michael Gapczynski | 2012-07-03 | 3 | -3/+2 |