summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Collapse)AuthorAgeFilesLines
* Email type list wasn't initialized.Thomas Tanghus2012-08-221-1/+7
|
* Removed unused variable.Thomas Tanghus2012-08-221-7/+5
|
* Minor layout change.Thomas Tanghus2012-08-222-57/+46
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-226-6/+15
|
* Preliminary support for Apple X-ABLabel. Also for oc-1508.Thomas Tanghus2012-08-214-15/+32
|
* Remove class contactsectionThomas Tanghus2012-08-211-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2012-08-212-1/+21
|
* 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
|
* Merge branch 'share_api'Michael Gapczynski2012-08-1910-22/+272
|\ | | | | | | | | | | | | Conflicts: apps/contacts/lib/vcard.php apps/files/index.php lib/files.php
| * Merge branch 'master' into share_apiMichael Gapczynski2012-08-1416-31/+135
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | 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-0917-82/+148
| |\ \ | | | | | | | | | | | | | | | | | | | | 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
| | | |
| * | | 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-061-0/+3
| | | | | | | | | | | | | | | | so the autocomplete list is visible
| * | | Merge branch 'master' into share_apiMichael Gapczynski2012-08-0678-3397/+4145
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/contacts/templates/part.chooseaddressbook.rowfields.php
| * | | | Lots of refactoring to share APIMichael Gapczynski2012-08-062-5/+5
| | | | |
| * | | | Preparing for proper collection implementationMichael Gapczynski2012-08-033-80/+6
| | | | |
| * | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-3115-270/+718
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/contacts/lib/app.php apps/files_sharing/js/share.js
| * \ \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-2555-928/+1331
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-251-2/+2
| | | | | | |
| * | | | | | Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
| | | | | | |
| * | | | | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-1140-423/+547
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | |
| * | | | | | | 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
| * | | | | | | Change getItems() return to a 3-dimensional array to handle multiple shares ↵Michael Gapczynski2012-07-021-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the same item
| * | | | | | | Add share action to addressbooks!Michael Gapczynski2012-06-302-1/+5
| | | | | | | |
| * | | | | | | Fix generateTarget() for contacts backendMichael Gapczynski2012-06-301-2/+2
| | | | | | | |
| * | | | | | | Change registerBackend calls class argument to stringsMichael Gapczynski2012-06-301-1/+1
| | | | | | | |
| * | | | | | | Something like this should do it for sharing contactsBart Visscher2012-06-272-0/+21
| | | | | | | |
| * | | | | | | Basic framework for contacts sharingBart Visscher2012-06-272-0/+56
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-202-0/+2
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-201-4/+9
| | | | | | | |
* | | | | | | | Removed stray img element.Thomas Tanghus2012-08-191-1/+0
| | | | | | | |
* | | | | | | | Strip slashes from commas and semi-colons.Thomas Tanghus2012-08-191-0/+3
| | | | | | | |
* | | | | | | | Optimized image sizeLukas Reschke2012-08-183-0/+0
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-181-0/+1
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-174-17/+21
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-166-3/+113
| | | | | | | |
* | | | | | | | Merge addressbooks.Thomas Tanghus2012-08-163-26/+43
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-151-1/+49
| | | | | | | |
* | | | | | | | Use correct class.Thomas Tanghus2012-08-142-2/+10
| | | | | | | |
* | | | | | | | Disable user enumerationLukas Reschke2012-08-141-4/+7
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2012-08-131-0/+1
| | | | | | |