aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-2150-34/+251
|
* Added types to emails. Support for custom types. Partial fix for oc-1508.Thomas Tanghus2012-08-213-8/+25
|
* Try to align and float contact parts better.Thomas Tanghus2012-08-213-6/+8
|
* Fix deletion for browser that do not support onBeforeUnload, fixes oc-1534.Arthur Schiwon2012-08-201-17/+24
|
* Merge branch 'share_api'Michael Gapczynski2012-08-1951-401/+1308
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * File sharing cleanup, works perfectly I think :)Michael Gapczynski2012-08-163-110/+80
| |
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-14128-932/+1574
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/group.php lib/group/backend.php lib/group/database.php lib/group/interface.php lib/public/user.php lib/user.php lib/user/backend.php lib/user/database.php lib/user/interface.php
| * | Calendar: update share backend using contacts backend as templateBart Visscher2012-08-101-11/+58
| | |
| * | Contacts: Check format parameterBart Visscher2012-08-101-6/+8
| | |
| * | Contacts: Better parameter names in addressbook share backendBart Visscher2012-08-101-7/+8
| | |
| * | Additional permission checks for editing and deleting contactsMichael Gapczynski2012-08-091-3/+76
| | |
| * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0943-307/+401
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files_sharing/sharedstorage.php
| * | | Start adding permission checks for addressbooksMichael Gapczynski2012-08-083-15/+45
| | | |
| * | | Don't include shared addressbook if source not foundMichael Gapczynski2012-08-081-2/+4
| | | |
| * | | Use new sharing API in OC_Calendar_Share::allSharedwithuserBart Visscher2012-08-072-13/+16
| | | |
| * | | Add Event share backendBart Visscher2012-08-072-0/+42
| | | |
| * | | Initial calendar sharing backendMichael Gapczynski2012-08-073-1/+61
| | | |
| * | | Check if New and Upload buttons exist before adding their width to the total ↵Michael Gapczynski2012-08-061-1/+5
| | | | | | | | | | | | | | | | breadcrumbs width
| * | | Sharing backends for contacts and addressbooksMichael Gapczynski2012-08-062-0/+141
| | | |
| * | | Load icons for addressbooks, fix statuses for types other than filesMichael Gapczynski2012-08-061-0/+1
| | | |
| * | | Add share action back into addressbook settings, bump up z-index of dropdown ↵Michael Gapczynski2012-08-062-1/+4
| | | | | | | | | | | | | | | | so the autocomplete list is visible
| * | | Fix offset for folder detection, no longer including '/Shared' in file ↵Michael Gapczynski2012-08-061-1/+1
| | | | | | | | | | | | | | | | target path
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-06125-3473/+4644
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php
| * | | | Remove extra line, caused 'headers already sent' issuesMichael Gapczynski2012-08-061-1/+0
| | | | |
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-067-17/+26
| | | | |
| * | | | Preparing for proper collection implementationMichael Gapczynski2012-08-034-87/+6
| | | | |
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-31107-485/+2445
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
| * | | | | Remove another accidently added 3rdparty appMichael Gapczynski2012-07-3021-690/+0
| | | | | |
| * | | | | Remove accidently added 3rd party appsMichael Gapczynski2012-07-30276-22402/+0
| | | | | |
| * | | | | Implement CRUDS in share dropdown, and some clean-upMichael Gapczynski2012-07-261-4/+6
| | | | | |
| * | | | | No longer need hash() in shared storage, already implemented by the common ↵Michael Gapczynski2012-07-251-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | file storage
| * | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-25480-4382/+27014
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/calendar/js/loader.js apps/contacts/index.php apps/contacts/js/loader.js apps/files/js/files.js apps/files_sharing/sharedstorage.php lib/filesystemview.php
| * | | | | | Make file actions permissions awareMichael Gapczynski2012-07-2513-42/+80
| | | | | | |
| * | | | | | Change read only check to isCreatableMichael Gapczynski2012-07-242-6/+6
| | | | | | |
| * | | | | | 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 ↵Michael Gapczynski2012-07-248-38/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | is_writable()
| * | | | | | 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 ↵Michael Gapczynski2012-07-232-193/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | clean-up in shared storage
| * | | | | | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-11187-1211/+3452
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/addressbook.php apps/files_sharing/js/share.js apps/files_sharing/sharedstorage.php
| * | | | | | | Fix addressbook sharing, formatItems() changed in past commitsMichael Gapczynski2012-07-111-6/+4
| | | | | | | |
| * | | | | | | 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-104-156/+199
| | | | | | | |
| * | | | | | | Clean up in the dropdown for unsharingMichael Gapczynski2012-07-031-2/+2
| | | | | | | |
| * | | | | | | Use formatted shared addressbook in all cases, addressbooks out of order nowMichael Gapczynski2012-07-032-8/+21
| | | | | | | |
| * | | | | | | Load shared addressbooks inside OC_Contacts_Addressbook instead of the ↵Michael Gapczynski2012-07-033-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | index, add public functions getItemShared(With)BySource() for contacts app