summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib/vcard.php
Commit message (Expand)AuthorAgeFilesLines
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* Contacts: Hack to add structured name from formatted name.Thomas Tanghus2012-05-111-9/+10
* Some UI and code restructering according to usability tests: https://mail.kde...Thomas Tanghus2012-05-101-5/+6
* Contacts: Don't try to render invalid properties.Thomas Tanghus2012-05-051-5/+7
* Contacts: Hack around malformed BDAY.Thomas Tanghus2012-05-041-3/+9
* ported oc_dbFrank Karlitschek2012-05-031-13/+13
* fixing namespaceThomas Müller2012-05-021-3/+3
* ported the oc_app callsFrank Karlitschek2012-05-021-2/+2
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-20/+20
* Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are st...Thomas Tanghus2012-04-291-1/+1
* Contacts: Check that UIDs really are unique on import. Better solution would ...Thomas Tanghus2012-04-241-3/+35
* Applied patches by Nicolas progweb at free.fr - https://mail.kde.org/pipermai...Thomas Tanghus2012-04-241-1/+2
* Contacts: Also initialize org var in updateValuesFromAddBart Visscher2012-04-121-1/+1
* Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_AppBart Visscher2012-04-121-2/+2
* Fixed error in OC_Contacts_VCard::addFromDAVData as pointed out by Guillaume ...Thomas Tanghus2012-03-261-2/+2
* Contacts: Modifications for using categories.Thomas Tanghus2012-03-121-2/+2
* Merge branch 'vcategories' of gitorious.org:owncloud/owncloud into vcategoriesThomas Tanghus2012-03-081-0/+2
|\
| * Merge branch 'master' into vcategoriesBart Visscher2012-03-071-79/+43
| |\
* | \ Merge gitorious.org:owncloud/owncloud into vcategoriesThomas Tanghus2012-03-071-79/+41
|\ \ \ | | |/ | |/|
| * | Contacts: small fixes and cleanupsBart Visscher2012-03-071-0/+5
| * | Contacts: change card parameter type of VCard::edit and VCard::addBart Visscher2012-03-071-75/+34
* | | Contacts: UI updates and ajax methods for categories.Thomas Tanghus2012-03-071-1/+64
| |/ |/|
* | Fix merge conflict.Thomas Tanghus2012-02-221-86/+129
|\|
| * Improved upgrading VCARD v. 2.1 => 3.0. Improved import of malformed cards. R...Thomas Tanghus2012-02-211-85/+129
* | Merge gitorious.org:owncloud/owncloud into vcategoriesThomas Tanghus2012-02-201-1/+2
|\|
| * Update ctag in deleteFromDAVData.Thomas Tanghus2012-02-201-1/+2
* | Added public static OC_VCategories object to OC_Contacts_App.Thomas Tanghus2012-02-191-0/+5
|/
* Added some error checking as mentioned in http://bugs.owncloud.org/thebuggeni...Thomas Tanghus2012-02-141-5/+13
* Modify check for missing UID.Thomas Tanghus2012-02-141-3/+9
* Removed superfluous debug.Thomas Tanghus2012-02-141-1/+0
* Added OC_Contacts_VCard::moveToAddressBookThomas Tanghus2012-02-141-0/+40
* Keep js data structure in sync on changes.Thomas Tanghus2012-02-091-3/+15
* Don't import cards that can't be parsed by Sabre, but log it instead.Thomas Tanghus2012-02-081-4/+22
* Some fixes for malformed VCards.Thomas Tanghus2012-02-081-1/+1
* Fixed broken "Add new" contact.Thomas Tanghus2012-02-081-1/+1
* Some reminders in the code of what I have to change post OC3.0Thomas Tanghus2012-01-311-0/+2
* 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
* Add PRODID to vcards created by ownCloud.Thomas Tanghus2012-01-121-0/+8
* Localizin strings and adding error checking.Thomas Tanghus2012-01-111-0/+2
* Make sure VERSION is set.Thomas Tanghus2012-01-111-4/+17
* CSS cleanup, more error checking, better error messages, general cleanup.Thomas Tanghus2012-01-111-0/+3
* 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-311-3/+0
* Added license and waiver of conditions for jquery.inview.Thomas Tanghus2011-12-301-3/+18
* Updating of contact list when activating/adding/deleting address books now wo...Thomas Tanghus2011-12-111-21/+1
* Merge git://gitorious.org/owncloud/owncloud into tanghus_remote_backupThomas Tanghus2011-12-091-121/+14
|\
| * Contacts: refactor rendering of part.details templateBart Visscher2011-12-071-21/+0
| * Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-100/+14
* | Various fixes to multiple address books handlingThomas Tanghus2011-12-091-3/+23
|/