schuemann
|
f8f60b50ae
|
Use tabs instead of spaces.
|
2015-06-14 16:00:14 +02:00 |
|
schuemann
|
7aec8c49d6
|
Fixed error handling in getContact if is not an array.
|
2015-06-14 15:32:36 +02:00 |
|
Martin Rüegg
|
f941a30838
|
move comments to commit comment
// Not sure if I'm doing it wrongly, or if its supposed to return
// the info in an array?
// https://github.com/owncloud/core/blob/master/lib/private/share/share.php
// \-> getItemSharedWithBySource()
// \-> self::getItems()
// -> return array();
// or -> return formatResult();
// \-> https://github.com/owncloud/contacts/blob/master/lib/share/addressbook.php
// \-> formatItems()
// \--> which in turn also always returns an array
// thus $addressBook is an array. either empty or having one entry
|
2015-02-13 11:14:59 +01:00 |
|
Martin Rüegg
|
95cdb64b14
|
Avoid "Undefined offset: 0"
$addressBook is always an array. either empty or having one entry.
https://github.com/owncloud/contacts/issues/740
https://github.com/nerzhul/ocsms/issues/39
|
2015-02-13 04:25:48 +01:00 |
|
Thomas Tanghus
|
971675f7fe
|
Cleanup backend code and docs
|
2014-04-24 15:30:59 +02:00 |
|
Thomas Tanghus
|
90d7f1e282
|
Shared address books was shown twice
|
2014-04-22 15:39:44 +02:00 |
|
Thomas Tanghus
|
7441ae66e7
|
Add {@inheritdoc} for backends
|
2014-03-16 01:30:33 +01:00 |
|
Thomas Tanghus
|
5b30b408d3
|
camelCase variabels
|
2014-03-14 20:57:26 +01:00 |
|
Thomas Tanghus
|
e0846b454f
|
Return null if shared address book is not found
|
2014-03-14 20:36:44 +01:00 |
|
Thomas Tanghus
|
f6bfea77e7
|
Scrutinizer cleanup
|
2014-03-08 16:22:51 +01:00 |
|
Thomas Tanghus
|
f1aa86204f
|
Return cached shared address book. Fix #442
|
2014-03-08 14:10:30 +01:00 |
|
Thomas Tanghus
|
9abdeb75ce
|
2014
|
2014-01-26 00:40:22 +01:00 |
|
Thomas Tanghus
|
b81a475b78
|
Do more error checking. Refs. #367
|
2014-01-22 22:22:58 +01:00 |
|
Thomas Tanghus
|
4a67ad28ca
|
Improved unit tests and adjust backend method signatures.
|
2013-08-26 20:10:29 +02:00 |
|
Thomas Tanghus
|
77f931cfec
|
Workaround for owncloud/core#2814 Fixes #78
|
2013-05-14 19:17:35 +02:00 |
|
Thomas Tanghus
|
f3a7d23e87
|
Contacts: Shared backend didn't always return correct permissions.
|
2013-05-03 05:00:50 +02:00 |
|
Thomas Tanghus
|
d4b18987ae
|
Contacts: Abstract js address book access and further simplify import.
|
2013-05-02 20:42:24 +02:00 |
|
Thomas Tanghus
|
8414c16955
|
Contacts: Adjust some class names
|
2013-04-25 01:03:05 +02:00 |
|
Thomas Tanghus
|
2fbbc01f91
|
Remove obsolete TODOs
|
2013-04-17 14:37:22 +02:00 |
|
Thomas Tanghus
|
5b08c7fcdc
|
Contacts: Updates to backends API.
|
2013-03-15 17:02:33 +01:00 |
|
Thomas Tanghus
|
3d278c0e11
|
Contacts: Moved misc. functionality to hooks and utility classes.
|
2013-03-13 08:52:00 +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
|
604b819014
|
Contacts: Added backends for database and shared contacts.
|
2013-03-10 12:34:41 +01:00 |
|