summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib/vcard.php
Commit message (Expand)AuthorAgeFilesLines
* Change parameter name and update docs.Thomas Tanghus2012-08-091-5/+6
* Fixed potential error in logging.Thomas Tanghus2012-07-301-3/+3
* Damn, that Jenkins dude is tough ;)Thomas Tanghus2012-07-211-1/+1
* Code style.Thomas Tanghus2012-07-201-2/+2
* Coding style.Thomas Tanghus2012-07-201-63/+63
* Remove obsolete FIXMEs.Thomas Tanghus2012-07-161-2/+0
* Load contactlist progressivly.Thomas Tanghus2012-06-271-3/+11
* Added error checking on all db queries.Thomas Tanghus2012-06-261-27/+74
* Fix variable name.Thomas Tanghus2012-06-261-1/+1
* Added signals.Thomas Tanghus2012-06-261-4/+5
* Log error as ERROR.Thomas Tanghus2012-06-201-1/+1
* Contacts: Final (for now) fix to encoding probs on import.Thomas Tanghus2012-06-121-1/+2
* Contacts: Fix encoding errors, import errors, developer headache, paint cute ...Thomas Tanghus2012-06-111-1/+1
* Contacts: 11th hour fix for invalid VCARD from CardDAV.Thomas Tanghus2012-06-101-0/+4
* Contacts: Double check XSS, and fix a rookie error ;-)Thomas Tanghus2012-05-281-1/+1
* Contacts: XSS fix. Still some more to check.Thomas Tanghus2012-05-211-0/+3
* 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