summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib/vcard.php
Commit message (Expand)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-261-733/+0
* use limit parameter instead of LIMIT SQL for vcardjfd2012-08-251-13/+5
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-1/+1
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-251-97/+262
|\
| * Implemented sharing api for CardDAV. Next step CalDAV.Thomas Tanghus2012-08-241-1/+1
| * Permission checking for shared addressbooks/contacts.Thomas Tanghus2012-08-231-13/+35
| * Removed redundant __CLASS__ in logging.Thomas Tanghus2012-08-231-28/+28
| * Remove obsolete closure.Thomas Tanghus2012-08-231-13/+0
| * Add support for IMPP properties.Thomas Tanghus2012-08-221-4/+20
| * Preliminary support for Apple X-ABLabel. Also for oc-1508.Thomas Tanghus2012-08-211-1/+7
| * Merge branch 'share_api'Michael Gapczynski2012-08-191-4/+83
| |\
| | * Additional permission checks for editing and deleting contactsMichael Gapczynski2012-08-091-3/+76
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-08-091-15/+7
| | |\
| | * | Start adding permission checks for addressbooksMichael Gapczynski2012-08-081-2/+16
| * | | Strip slashes from commas and semi-colons.Thomas Tanghus2012-08-191-0/+3
| * | | Merge addressbooks.Thomas Tanghus2012-08-161-2/+7
| | |/ | |/|
| * | 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
* | escape all identifiers with backticksjfd2012-07-311-12/+12
* | Fix errors when no addressbook.Thomas Tanghus2012-07-301-2/+5
* | Improve checking for active addressbooks and creating default addressbook.Thomas Tanghus2012-07-081-5/+11
* | 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
* | Please don't tell me I did that :-PThomas Tanghus2012-05-281-1/+1
* | Contacts: Backport XSS fix.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