Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | as a quick example the public contacts API has been ported over as a service ↵ | Thomas Müller | 2013-08-26 | 1 | -39/+16 |
| | | | | hosted within the server container | ||||
* | Correct lib/public/contacts.php tests | Bart Visscher | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | fix failing test cases due to wrong typing | Thomas Mueller | 2013-02-05 | 1 | -2/+2 |
| | |||||
* | More whitespace fixes | Bart Visscher | 2012-12-15 | 1 | -16/+17 |
| | |||||
* | [contacts_api] IAddressBook moved to OCP as it's used by apps to provide ↵ | Thomas Mueller | 2012-12-11 | 1 | -5/+5 |
| | | | | access to their contact data | ||||
* | [contacts_api] move addressbook to it's own file | Thomas Mueller | 2012-12-08 | 1 | -51/+0 |
| | |||||
* | [contacts_api] update documentation | Thomas Mueller | 2012-12-06 | 1 | -8/+8 |
| | |||||
* | [Contacts API] example for searching added | Thomas Mueller | 2012-12-02 | 1 | -0/+32 |
| | |||||
* | test for search and unregister added | Thomas Mueller | 2012-11-28 | 1 | -2/+2 |
| | |||||
* | first unit tests implemented | Thomas Mueller | 2012-11-28 | 1 | -4/+11 |
| | |||||
* | change name to IAddressBook | Thomas Mueller | 2012-11-28 | 1 | -6/+6 |
| | |||||
* | plugin mechanism implemented | Thomas Mueller | 2012-11-28 | 1 | -63/+158 |
| | |||||
* | function isEnabled() added | Thomas Mueller | 2012-11-13 | 1 | -3/+13 |
| | |||||
* | public contacts api as discussed here ↵ | Thomas Mueller | 2012-11-12 | 1 | -0/+93 |
https://github.com/owncloud/apps/issues/113 |