summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib
Commit message (Expand)AuthorAgeFilesLines
* Contacts: Add missing parameterBart Visscher2012-02-121-1/+1
* Contacts: Move response caching to OC_ResponseBart Visscher2012-02-121-0/+8
* Contacts: Save last-modified time in REV property if not setBart Visscher2012-02-121-0/+4
* Contacts: Fix adding N property in getContactVCardBart Visscher2012-02-121-1/+1
* Small coding style updateBart Visscher2012-02-121-14/+14
* Improve logging in OC_Contacts_AppBart Visscher2012-02-121-1/+8
* Keep js data structure in sync on changes.Thomas Tanghus2012-02-092-4/+32
* Don't import cards that can't be parsed by Sabre, but log it instead.Thomas Tanghus2012-02-082-5/+23
* Some fixes for malformed VCards.Thomas Tanghus2012-02-081-1/+1
* Fixed broken "Add new" contact.Thomas Tanghus2012-02-081-1/+1
* - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93Thomas Tanghus2012-01-311-5/+0
* Some reminders in the code of what I have to change post OC3.0Thomas Tanghus2012-01-312-0/+3
* Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-92Thomas Tanghus2012-01-241-1/+1
* - Added fix for empty 'FN' field on import via CardDAV clients.Thomas Tanghus2012-01-191-1/+13
* UI fixes in contact editor and address book dialog.Thomas Tanghus2012-01-191-2/+12
* Don't chunk_split encoded image string.Thomas Tanghus2012-01-121-5/+4
* Added search. Thanks to icewind it was mostly copy/paste :-)Thomas Tanghus2012-01-121-0/+29
* Add PRODID to vcards created by ownCloud.Thomas Tanghus2012-01-121-0/+8
* Localizin strings and adding error checking.Thomas Tanghus2012-01-112-0/+3
* Make sure VERSION is set.Thomas Tanghus2012-01-111-4/+17
* CSS cleanup, more error checking, better error messages, general cleanup.Thomas Tanghus2012-01-113-9/+5
* OC_DB::insertid was being called too late to get the correct result.Thomas Tanghus2012-01-091-1/+2
* Removed redundant DB queries.Thomas Tanghus2011-12-312-7/+16
* Added license and waiver of conditions for jquery.inview.Thomas Tanghus2011-12-302-5/+41
* Contacts: small merge cleanupsBart Visscher2011-12-271-4/+2
* Merge branch 'tanghus_remote_backup' of git://gitorious.org/~tanghus/owncloud...Bart Visscher2011-12-272-5/+93
|\
| * Misc. changes after review by bartv.Thomas Tanghus2011-12-162-11/+14
| * Updating of contact list when activating/adding/deleting address books now wo...Thomas Tanghus2011-12-112-57/+28
| * Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus2011-12-092-121/+136
| |\
| * | Various fixes to multiple address books handlingThomas Tanghus2011-12-093-8/+102
| * | Added UI for selecting/editing address books.Thomas Tanghus2011-12-041-0/+20
* | | Contacts: add missing property_options template varBart Visscher2011-12-181-1/+1
| |/ |/|
* | Contacts: refactor common ajax functions to OC_Contacts_AppBart Visscher2011-12-071-5/+53
* | Contacts: refactor rendering of part.details templateBart Visscher2011-12-072-21/+74
* | Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-100/+14
|/
* Contacts: support multiple phone type parameterBart Visscher2011-11-231-2/+18
* Use a function to generate select optionsBart Visscher2011-11-091-0/+20
* contacts: every card needs a version!Jakob Sack2011-11-091-0/+10
* Add sequence name in insertid to be more portableBrice Maron2011-10-292-4/+4
* Fix function name error in contacts appBart Visscher2011-10-211-1/+1
* Fixes for adding contact propertyBart Visscher2011-10-071-0/+1
* Add new contact name to end of cantact listBart Visscher2011-10-041-1/+1
* All the basic field for add contact addedBart Visscher2011-10-041-0/+20
* Split OC_Contacts_Addressbook in _Addressbook and _VCardJakob Sack2011-09-174-342/+374
* fix documentationJakob Sack2011-09-151-2/+2
* Small fix in documentationJakob Sack2011-09-151-1/+1
* Improve reading of vCard filesJakob Sack2011-09-151-26/+29
* Improving contactsJakob Sack2011-09-081-22/+196
* Fix creation of UID in contactsJakob Sack2011-08-141-1/+6
* Small fixesJakob Sack2011-08-101-2/+2