summaryrefslogtreecommitdiffstats
path: root/apps/contacts/import.php
Commit message (Expand)AuthorAgeFilesLines
* Also unlink unsuccessful imports.Thomas Tanghus2012-07-151-0/+5
* Improve temp file handling.Thomas Tanghus2012-07-151-4/+4
* Typo.Thomas Tanghus2012-07-151-1/+1
* Refactored contacts import.Thomas Tanghus2012-07-151-5/+2
* Make it possible to import files using CR as eol.Thomas Tanghus2012-07-081-0/+5
* Return error messages in correct format.Thomas Tanghus2012-07-081-4/+4
* Quick fix for index errors when not importing from files.Thomas Tanghus2012-06-111-1/+1
* Encoding conversion moved to OC_Contacts_VCard::decodeProperty in commit 95cc...Thomas Tanghus2012-06-111-2/+2
* replace "=0D=0A" (\r\n) with a simple "\n" in vards during importBjoern Schiessle2012-06-111-2/+2
* make sure that contact data are always utf8 encoded to avoid encoding problemsBjoern Schiessle2012-06-111-2/+2
* Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-041-9/+12
* Contacts: Rewrote import script.Thomas Tanghus2012-05-291-57/+26
* getStorage belongs to files not to apps.Frank Karlitschek2012-05-191-1/+1
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* Contacts: Add error checking and reporting to import from files app.Thomas Tanghus2012-05-131-30/+25
* Contacts: Fixed paths in import.Thomas Tanghus2012-05-031-1/+1
* ported oc_jsonFrank Karlitschek2012-05-031-3/+3
* port checkAppEnabledFrank Karlitschek2012-05-021-1/+1
* ported the oc_app callsFrank Karlitschek2012-05-021-1/+1
* ported getUserFrank Karlitschek2012-05-011-1/+1
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-2/+2
* fix merge conflictsGeorg Ehrke2012-04-261-0/+5
|\
| * Contacts: Added import with with file picker.Thomas Tanghus2012-04-261-0/+5
* | fix merge conflictsGeorg Ehrke2012-04-241-3/+18
|\|
| * Contacts: In app import (for Chrome and Firefox only)Thomas Tanghus2012-04-241-6/+11
| * Contacts: In app import. Cleanup still needed.Thomas Tanghus2012-04-241-1/+11
* | Merge branch 'master' into movable_appsGeorg Ehrke2012-04-231-1/+1
|\|
| * Wrong app check.Thomas Tanghus2012-04-231-1/+1
* | remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|/
* Contacts: change card parameter type of VCard::edit and VCard::addBart Visscher2012-03-071-5/+9
* Cleanup OC_Contacts_Addressbook::find usageBart Visscher2012-02-121-5/+1
* change comments in import.phpGeorg Ehrke2012-02-051-3/+3
* add import function for contactsGeorg Ehrke2012-02-051-0/+120