Thomas Tanghus
|
73b3c7346d
|
Fix group/category deletion.
|
2013-06-27 15:53:31 +02:00 |
|
Thomas Tanghus
|
b77f104447
|
Improve feedback on import.
|
2013-06-27 15:53:31 +02:00 |
|
Thomas Tanghus
|
f0d257ef00
|
Helper function for getting vCard groups (not categories)
|
2013-06-27 15:53:31 +02:00 |
|
Thomas Tanghus
|
bafb64870a
|
TODO comment.
|
2013-06-27 15:53:31 +02:00 |
|
Thomas Tanghus
|
bc56282e9b
|
Missing test for #120
|
2013-06-03 17:27:48 +02:00 |
|
Thomas Tanghus
|
3d0e6c7933
|
Update thumbnail when card is updated via CardDAV. Refs #120
|
2013-06-03 17:27:48 +02:00 |
|
Nicolas Mora
|
6367edf8b2
|
add connector
|
2013-06-02 15:52:46 -04:00 |
|
Nicolas Mora
|
ea828cb93d
|
it's not over yet
|
2013-06-02 15:50:57 -04:00 |
|
Nicolas Mora
|
305fa564c4
|
Merge branch 'master' of https://github.com/owncloud/contacts
|
2013-06-02 15:01:40 -04:00 |
|
Nicolas Mora
|
7b75285d3b
|
seperate find multiple cards and find one card
|
2013-06-02 15:00:40 -04:00 |
|
Thomas Tanghus
|
a54f65f963
|
public abstract public function? D'uh
|
2013-05-31 21:32:45 +02:00 |
|
Thomas Tanghus
|
78c6ece5ed
|
CardDAV: Set 'supported-address-data' property.
|
2013-05-31 21:32:45 +02:00 |
|
Thomas Tanghus
|
b71b0c280b
|
Add missing public declarations
|
2013-05-31 21:32:45 +02:00 |
|
Thomas Tanghus
|
dfefa2be55
|
Only return collection on GET.
Opens up for using HEAD to get status.
|
2013-05-29 12:56:34 +02:00 |
|
Thomas Tanghus
|
ae095acb2b
|
Don't hardcode backend name in AddressBookController
|
2013-05-29 12:56:34 +02:00 |
|
Thomas Tanghus
|
aea9e3f48a
|
Let contactDeletion() hook take multiple ids.
|
2013-05-27 06:56:08 +02:00 |
|
Thomas Tanghus
|
d20ff966fe
|
Return false if no rows was retrieved in getContact()
|
2013-05-27 06:56:08 +02:00 |
|
Thomas Tanghus
|
667a362fb3
|
Move purging indexes to addressBookDeletion() hook
|
2013-05-27 06:56:08 +02:00 |
|
Thomas Tanghus
|
1ae88f66c6
|
Add Properties::purgeIndexes() to cleanup after multiple contacts.
|
2013-05-27 06:56:08 +02:00 |
|
Thomas Tanghus
|
f7f1a34992
|
Throw 404 if address book wasn't found
|
2013-05-26 22:16:43 +02:00 |
|
Thomas Tanghus
|
ac2f08e7ee
|
Fix index/purge hooks.
|
2013-05-25 01:35:42 +02:00 |
|
Thomas Tanghus
|
44c4a2fd49
|
Check if contact was retrieved
|
2013-05-25 01:35:42 +02:00 |
|
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 |
|