1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-02 14:24:10 +01:00
Commit Graph

96 Commits

Author SHA1 Message Date
Thomas Tanghus
865d6e2e97 Only search in active address books. Fix #424 2014-02-26 11:28:01 +01:00
Thomas Tanghus
0d910443d1 Register all backends to OCP\Contacts 2014-02-04 16:20:14 +01:00
Thomas Tanghus
9abdeb75ce 2014 2014-01-26 00:40:22 +01:00
Simon McVittie
16fa2cf807 Fix X-EVOLUTION-FILE-AS escape
Evolution defaults to the form "X-EVOLUTION-FILE-AS:Bloggs\, Joe", and
since Evolution uses this field as the contacts' displayed name, it's
highly visible when ownCloud turns it into
"X-EVOLUTION-FILE-AS:Bloggs\\, Joe".

https://github.com/owncloud/contacts/issues/42#issuecomment-28776546

When interacting with Evolution-Data-Server (which I think MeeGo might
use), the same incorrect escaping applies to X-EVOLUTION-FILE-AS. This
is a non-standard field, but it's highly visible for Evolution users,
since it's used as the default displayed name for contacts there.

https://github.com/owncloud/core/issues/2335#issuecomment-32130820

Bug-Debian: http://bugs.debian.org/735112
2014-01-12 19:06:11 -04:00
Thomas Tanghus
1d29b943ae Finally works with core master 2013-10-17 02:10:50 +02:00
Thomas Tanghus
95620bd9d3 Use CompoundProperty for ORG 2013-10-03 18:08:49 +02:00
Thomas Tanghus
6b88946e91 Now in a semi-working state 2013-10-01 19:15:22 +02:00
Thomas Tanghus
5e38bf07cb Use OC::$server->getNavigationManager() 2013-10-01 19:15:22 +02:00
Thomas Tanghus
e06bd9b17a Fix birthday generation and add methods for creating birthday events 2013-10-01 19:15:22 +02:00
Thomas Tanghus
18bb84d306 Don't check for OCA\AppFramework 2013-10-01 19:15:22 +02:00
Thomas Tanghus
5a32805dc1 Use non-public API class to start with 2013-10-01 19:15:22 +02:00
Thomas Tanghus
cf92673e8c OC_ -> OCP\ 2013-09-16 02:24:08 +02:00
Thomas Tanghus
4a67ad28ca Improved unit tests and adjust backend method signatures. 2013-08-26 20:10:29 +02:00
Nicolas Mora
6264dc6dc1 Merge branch 'master' of https://github.com/owncloud/contacts 2013-07-01 10:44:20 -04:00
Nicolas Mora
66be4cbf26 personnal settings 2013-07-01 10:43:24 -04:00
Thomas Tanghus
73b3c7346d Fix group/category deletion. 2013-06-27 15:53:31 +02:00
Thomas Tanghus
ac2f08e7ee Fix index/purge hooks. 2013-05-25 01:35:42 +02:00
Thomas Tanghus
591a48aa67 Added custom GroupProperty. Refs #96 2013-05-19 00:54:51 +02:00
Thomas Tanghus
b34ec08301 Log error if AppFramework isn't enabled. 2013-05-15 23:53:18 +02:00
Thomas Tanghus
743ac44298 Map to custom CompoundProperty 2013-05-15 23:52:41 +02:00
Thomas Tanghus
a7484c50a4 Contacts: Use OCA\Contacts\VObject\VCard for Sabre object factory. 2013-05-05 15:25:15 +02:00
Thomas Tanghus
e7d52c5437 Contacts: Reenabled search. Currently only for own, local contacts. 2013-04-30 02:06:11 +02:00
Thomas Tanghus
c18bd89e51 Contacts: One more class name adjustment 2013-04-25 01:03:42 +02:00
Thomas Tanghus
09413a4fca Contacts: Step 2 in porting to app framework. 2013-04-19 09:59:30 +02:00
Thomas Tanghus
c3b49a1007 First attempt on port to app framework 2013-04-18 01:12:04 +02:00
Thomas Tanghus
c3fa18e4a7 Merge branch 'contacts_backends' into contacts_oc6
Conflicts:
	contacts/ajax/categories/add.php
	contacts/ajax/contact/add.php
	contacts/appinfo/app.php
	contacts/appinfo/migrate.php
	contacts/css/contacts.css
	contacts/index.php
	contacts/js/app.js
	contacts/js/contacts.js
	contacts/js/groups.js
	contacts/lib/app.php
	contacts/lib/carddav/addressbook.php
	contacts/lib/sabre/backend.php
	contacts/lib/vcard.php
	contacts/templates/contacts.php
	contacts/thumbnail.php
2013-04-17 15:07:59 +02:00
Thomas Tanghus
2b03184548 Contacts: Moved classpaths to classpath.php 2013-04-08 22:38:18 +02:00
Thomas Tanghus
e5fbf0d888 Contacts: Add hooks for scanning categories and index properties. 2013-04-01 03:46:45 +02:00
Thomas Tanghus
7693785933 Contacts: Importing, indexing and group extraction in working state. 2013-03-29 05:00:03 +01:00
Thomas Tanghus
ebca7c662d Contacts: PoC request. 2013-03-26 12:33:44 +01:00
Thomas Tanghus
6735114c7c Contacts: Update class path 2013-03-16 15:58:49 +01:00
Thomas Tanghus
7401fbc947 Contacts: Register sharing backend even it not logged in. 2013-03-15 13:40:59 +01:00
Thomas Tanghus
5b5002b333 Contacts: Check for logged in state before registering backends. Fix #743 2013-03-13 20:49:27 +01:00
Thomas Tanghus
107e8d4bd2 Contacts: Move GEO class map to appinfo/app.php 2013-03-13 09:59:12 +01:00
Thomas Tanghus
3d278c0e11 Contacts: Moved misc. functionality to hooks and utility classes. 2013-03-13 08:52:00 +01:00
Thomas Tanghus
897560fcc7 Contacts: Moved translated parameters to utility class. 2013-03-13 04:11:37 +01:00
Thomas Tanghus
fccea3347c Contacts: Adjustments to backends. 2013-03-12 20:00:22 +01:00
Thomas Tanghus
1b1a2ef7d4 Contacts: New backends WiP 2013-03-12 09:15:40 +01:00
Thomas Tanghus
dffda6b021 Contacts: Add class paths 2013-03-10 12:53:01 +01:00
Thomas Tanghus
9f8ff3c8cd Contacts: Fix paths for CardDAV classes. 2013-03-05 12:05:09 +01:00
Thomas Tanghus
99e8f5b5f6 Contacts: Properly namespace VObject subclasses. 2013-03-05 11:36:35 +01:00
Thomas Tanghus
ac19b7f0f3 Contacts: Namespace CardDAV backend. 2013-03-05 11:08:04 +01:00
Thomas Tanghus
ec24a73c48 Contacts: Properly escape commas and semi-colons. 2013-03-05 02:31:14 +01:00
Thomas Tanghus
65957c8737 Contacts: Move vCard validation and repair to SabreDAV subclasses. 2013-03-05 02:31:12 +01:00
Jan-Christoph Borchardt
01aa7deb2e Merge branch 'master' into navigation 2012-12-18 15:44:12 +01:00
Thomas Tanghus
283b93a024 Contacts: Added AddressbookProvider 2012-12-12 00:07:36 +01:00
Jan-Christoph Borchardt
8c3deaa39f Merge branch 'master' into navigation 2012-11-01 16:57:35 +01:00
Thomas Tanghus
7ccaa51361 Merge branch 'master' of github.com:owncloud/apps into contacts_rework
Conflicts:
	contacts/appinfo/app.php
2012-10-31 16:14:37 +01:00
Thomas Tanghus
a96fea3541 VCF export plugin now included in SabreDAV. 2012-10-30 08:49:24 +01:00
Thomas Tanghus
8c3ed1d894 Correct app include path. 2012-10-30 07:25:28 +01:00