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

527 Commits

Author SHA1 Message Date
Thomas Tanghus
c97f498905 Ported export. Fixes #108 2013-05-24 20:35:23 +02:00
Thomas Tanghus
9cd71e2a5e Get Contact through AddressBook to check permissions. 2013-05-24 20:16:09 +02:00
Thomas Tanghus
ce4088f7ff Remember to return the response on error. 2013-05-22 03:37:56 +02:00
Thomas Tanghus
494d3944a5 Finish moving contacts between address books/backends. Ref #57 2013-05-22 03:23:24 +02:00
Thomas Tanghus
2b2e9cd79e Also touch address book on contact deletion. 2013-05-22 03:23:24 +02:00
Thomas Tanghus
af7359f50e Missing namespace separator 2013-05-22 03:23:24 +02:00
Thomas Tanghus
ac68b27d93 Search both in metadata and properties for contact displayname 2013-05-22 03:23:24 +02:00
Thomas Tanghus
e8c7047869 Implement rename group. Refs #97 2013-05-21 23:39:50 +02:00
Thomas Tanghus
9b6a2fde01 Database backend: Lookup parent in updateContact() if not known. 2013-05-21 23:38:02 +02:00
Thomas Tanghus
06c4d611b2 Missing namespace separator in GroupController 2013-05-20 23:36:49 +02:00
Thomas Tanghus
aab66afb03 Let backend add/remove CATEGORIES instead of firering N requests 2013-05-19 03:16:36 +02:00
Thomas Tanghus
fc9dfdf192 Oops, don't declare a method public twice. 2013-05-19 02:39:16 +02:00
Thomas Tanghus
9410affdc0 Make App::getBackend() non-static. 2013-05-19 01:36:35 +02:00
Thomas Tanghus
591a48aa67 Added custom GroupProperty. Refs #96 2013-05-19 00:54:51 +02:00
Thomas Tanghus
4e70507601 Removed some debugging 2013-05-19 00:54:50 +02:00
Thomas Tanghus
34bdb4e70f Minor interface cleanups 2013-05-19 00:54:50 +02:00
Thomas Tanghus
5581b62c9a Missing method name to OC_L10N calls. 2013-05-18 16:49:02 +02:00
Thomas Tanghus
b5123ab99b Don't use backend directly when updating address book 2013-05-18 06:57:38 +02:00
Thomas Tanghus
cab617f0e0 Implement HTTP Middleware
Intercept exceptions thrown and return suitable HTTP responses.
2013-05-18 04:58:41 +02:00
Thomas Tanghus
f67d18b894 Return status on partially imported vcards 2013-05-18 04:58:41 +02:00
Thomas Tanghus
653ff015e8 Access check on import 2013-05-18 04:58:41 +02:00
Thomas Tanghus
54e4693b7f Move decoding vCard properties to start of upgrade. 2013-05-15 22:59:42 +02:00
Thomas Tanghus
23b6e074da Proper updating on deletion of contact photo. Fix #77 2013-05-15 01:02:38 +02:00
Thomas Tanghus
65c4b71965 Return response on error. 2013-05-15 01:01:32 +02:00
Thomas Tanghus
77f931cfec Workaround for owncloud/core#2814 Fixes #78 2013-05-14 19:17:35 +02:00
Thomas Tanghus
e4540c2bc0 Set some status headers in AddressBookController. 2013-05-10 02:18:31 +02:00
Thomas Tanghus
2dc1250a1e Replace method to fix parameters with no name. 2013-05-10 02:14:19 +02:00
Thomas Tanghus
4ad995d815 Quick hack to allow setting FN from array 2013-05-09 21:19:12 +02:00
Thomas Tanghus
85c2e3229e Only check Contact permissions on save/update/delete. 2013-05-09 19:14:57 +02:00
Thomas Tanghus
7d9194e066 CardDAV: Wrong arguments used to deleteContact() 2013-05-09 15:44:21 +02:00
Thomas Tanghus
02e8ad0c86 CardDAV: getContact didn't return a uri. 2013-05-09 15:32:22 +02:00
Thomas Tanghus
afed6933cb Updated LDAP Backend 2013-05-09 14:07:27 +02:00
Thomas Tanghus
58d1d7ae27 Return null if lastModified can't be converted to DateTime 2013-05-09 05:59:57 +02:00
Thomas Tanghus
b8b9c5dc91 Add GET route to single contact. 2013-05-09 05:58:28 +02:00
Thomas Tanghus
980a0dbdf1 Add getETag to Contact (PHP) 2013-05-09 05:56:32 +02:00
Thomas Tanghus
e7267209ef Backgroung load on import and async load on init. Closes #49 2013-05-08 06:47:36 +02:00
Thomas Tanghus
d4f4c97b2d Fix method names 2013-05-07 19:18:23 +02:00
Thomas Tanghus
f76ca64ba4 Add renaming address books. 2013-05-07 19:16:06 +02:00
Thomas Tanghus
9df6967ac8 Contacts: Some status checks 2013-05-06 01:50:03 +02:00
Thomas Tanghus
757bc10216 Contacts: Implement move to address book. Still some rough edges. 2013-05-06 01:49:10 +02:00
Thomas Tanghus
958af7bbe0 Contacts: Return error if contact photo can't be loaded 2013-05-06 01:48:07 +02:00
Thomas Tanghus
5125adb834 Contacts: Check if backend methods are implemented. 2013-05-05 22:23:11 +02:00
Thomas Tanghus
49f728a86a Contacts: Don't mix possible permissions with actual permissions. 2013-05-05 22:21:42 +02:00
Thomas Tanghus
73055dffd4 Contacts: Copy/paste errors. 2013-05-05 16:58:51 +02:00
Thomas Tanghus
7b8110e85a Contacts: Don't update REV for CardDAV requests if it exists already. 2013-05-05 16:27:10 +02:00
Thomas Tanghus
e13899da50 Contacts: Reenable permission checking on Contact::_set(). 2013-05-05 15:28:26 +02:00
Thomas Tanghus
b647181044 Contacts: Old VCard -> VCardLegacy 2013-05-05 15:26:35 +02:00
Thomas Tanghus
52a72a080b Contacts: Use AddressBook to access Contact in controller. 2013-05-04 22:49:36 +02:00
Thomas Tanghus
58031b7d86 Contacts: Namespace fix 2013-05-04 22:48:30 +02:00
Thomas Tanghus
56a982b19c Contacts: Temporarily disable permission check in Contact::__set() 2013-05-04 22:47:34 +02:00