1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Commit Graph

45 Commits

Author SHA1 Message Date
Thomas Tanghus
99e8f5b5f6 Contacts: Properly namespace VObject subclasses. 2013-03-05 11:36:35 +01:00
Thomas Tanghus
65957c8737 Contacts: Move vCard validation and repair to SabreDAV subclasses. 2013-03-05 02:31:12 +01:00
Thomas Tanghus
182c4e7688 Contacts: Be more forgiving when importing vCards. 2013-02-12 22:06:35 +01:00
Robin Appelman
f83a170f72 merge master into filesystem 2012-11-30 00:20:16 +01:00
Thomas Tanghus
9eca3f87e0 Copy/paste error. 2012-11-23 01:18:36 +01:00
Thomas Tanghus
3a25cc050e Contacts: Use Sabre\VObject 2012-11-22 00:14:03 +01:00
Thomas Tanghus
69cdc09d93 Use OCA namespace. 2012-10-25 03:34:12 +02:00
Robin Appelman
1eabea54ff don't use depricated OC_Filesystem 2012-10-10 13:18:05 +02:00
Thomas Tanghus
d7354034ae Major rewrite almost done. 2012-10-05 05:05:49 +02:00
Thomas Mueller
089b7e8f8a adding space between) and { 2012-09-07 15:21:03 +02:00
Bart Visscher
b179feeea2 Fix whitespace in contacts 2012-09-07 14:32:45 +02:00
Thomas Tanghus
61ec1d43ea Code style. 2012-07-20 17:11:13 +02:00
Thomas Tanghus
a6234c0bfa Also unlink unsuccessful imports. 2012-07-15 17:34:30 +02:00
Thomas Tanghus
a81c5dba3f Improve temp file handling. 2012-07-15 12:28:29 +02:00
Thomas Tanghus
198094eb66 Typo. 2012-07-15 12:28:29 +02:00
Thomas Tanghus
ba05dfc2de Refactored contacts import. 2012-07-15 04:17:30 +02:00
Thomas Tanghus
80820cd839 Make it possible to import files using CR as eol. 2012-07-08 18:28:55 +02:00
Thomas Tanghus
1bff3df170 Return error messages in correct format. 2012-07-08 14:11:48 +02:00
Thomas Tanghus
7a49ab0c9c Quick fix for index errors when not importing from files. 2012-06-11 22:14:21 +02:00
Thomas Tanghus
ba91bf5bae Encoding conversion moved to OC_Contacts_VCard::decodeProperty in commit 95cc9730aa49963a69e46154b0cba19232219d2e 2012-06-11 22:14:21 +02:00
Bjoern Schiessle
6369935e7c replace "=0D=0A" (\r\n) with a simple "\n" in vards during import 2012-06-11 18:13:12 +02:00
Bjoern Schiessle
cd06ab6e6e make sure that contact data are always utf8 encoded to avoid encoding problems 2012-06-11 16:26:21 +02:00
Bart Visscher
28a12ee6ff Calendar & Contacts: Store import progress in OC_Cache
Convert calendar and contacts import to use a caching system
for storing the import progress percentage. OC_Cache can later
be made smarter about storing values.
2012-06-04 22:24:17 +02:00
Thomas Tanghus
13ada1a994 Contacts: Rewrote import script. 2012-05-29 23:41:53 +02:00
Frank Karlitschek
a729320f3c getStorage belongs to files not to apps. 2012-05-19 10:44:08 +02:00
Thomas Mueller
39f99602bf removing executable bit - again 2012-05-15 00:52:00 +02:00
Thomas Tanghus
f5a9b8d2e7 Contacts: Add error checking and reporting to import from files app. 2012-05-13 23:27:14 +02:00
Thomas Tanghus
e914a14f1d Contacts: Fixed paths in import. 2012-05-03 16:01:40 +02:00
Frank Karlitschek
0343af38fd ported oc_json 2012-05-03 12:23:29 +02:00
Frank Karlitschek
9d7b02c9dc port checkAppEnabled 2012-05-02 19:08:37 +02:00
Frank Karlitschek
b2f19f3a7f ported the oc_app calls 2012-05-02 00:50:26 +02:00
Frank Karlitschek
a3dc9e8b2a ported getUser 2012-05-01 18:50:31 +02:00
Frank Karlitschek
26930d0d83 finish porting of the LOG calls or the apps to the public api 2012-05-01 17:38:27 +02:00
Georg Ehrke
849099d724 fix merge conflicts 2012-04-26 18:08:49 +02:00
Thomas Tanghus
f01fc2e855 Contacts: Added import with with file picker. 2012-04-26 03:21:52 +02:00
Georg Ehrke
bb9a090659 fix merge conflicts 2012-04-24 21:59:56 +02:00
Thomas Tanghus
e4eef8a698 Contacts: In app import (for Chrome and Firefox only) 2012-04-24 01:44:07 +02:00
Thomas Tanghus
b543d03321 Contacts: In app import. Cleanup still needed. 2012-04-24 01:44:07 +02:00
Georg Ehrke
c6a0be939b Merge branch 'master' into movable_apps 2012-04-23 13:03:50 +02:00
Thomas Tanghus
accab72321 Wrong app check. 2012-04-23 10:52:13 +02:00
Georg Ehrke
3863a44589 remove the require_once lib base from all (or nearly all) files 2012-04-17 19:31:29 +02:00
Bart Visscher
c8598c3df1 Contacts: change card parameter type of VCard::edit and VCard::add
changed to OC_VObject
2012-03-07 21:46:42 +01:00
Bart Visscher
c3e143d700 Cleanup OC_Contacts_Addressbook::find usage
Use OC_Contacts_App::getAddressbook($id) instead of OC_Contacts_Addressbook::find($id), it contains access checks.
2012-02-12 15:14:23 +01:00
Georg Ehrke
51e7ff2bc2 change comments in import.php 2012-02-05 12:13:53 +01:00
Georg Ehrke
0e1b92aafd add import function for contacts 2012-02-05 12:13:53 +01:00