summaryrefslogtreecommitdiffstats
path: root/lib/public/contacts.php
Commit message (Expand)AuthorAgeFilesLines
* Add @deprecated to all methods with a proper method in \OCPMorris Jobke2015-04-201-0/+9
* Add @since tags to all methods in public namespaceMorris Jobke2015-04-161-0/+9
* Update license headersJenkins for ownCloud2015-03-261-12/+14
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+19
* Updating license headersJenkins for ownCloud2015-02-231-19/+13
* no return on register and unregisterThomas Müller2014-05-191-2/+2
* Fix various code errors detected by ScrutinizerRobin McCorkell2014-05-131-1/+1
* Fix all PHPDoc types and variable names, in /libRobin McCorkell2014-05-131-2/+2
* Fix @return array PHPDocs, in /libRobin McCorkell2014-05-131-2/+2
* as a quick example the public contacts API has been ported over as a service ...Thomas Müller2013-08-261-39/+16
* Correct lib/public/contacts.php testsBart Visscher2013-02-061-2/+2
* fix failing test cases due to wrong typingThomas Mueller2013-02-051-2/+2
* More whitespace fixesBart Visscher2012-12-151-16/+17
* [contacts_api] IAddressBook moved to OCP as it's used by apps to provide acce...Thomas Mueller2012-12-111-5/+5
* [contacts_api] move addressbook to it's own fileThomas Mueller2012-12-081-51/+0
* [contacts_api] update documentationThomas Mueller2012-12-061-8/+8
* [Contacts API] example for searching addedThomas Mueller2012-12-021-0/+32
* test for search and unregister addedThomas Mueller2012-11-281-2/+2
* first unit tests implementedThomas Mueller2012-11-281-4/+11
* change name to IAddressBookThomas Mueller2012-11-281-6/+6
* plugin mechanism implementedThomas Mueller2012-11-281-63/+158
* function isEnabled() addedThomas Mueller2012-11-131-3/+13
* public contacts api as discussed here https://github.com/owncloud/apps/issues...Thomas Mueller2012-11-121-0/+93