summaryrefslogtreecommitdiffstats
path: root/lib/public/contacts.php
Commit message (Collapse)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
| | | | | | | * enhance the app development experience - you can look up the method introduction right inside the code without searching via git blame * easier to write apps for multiple versions
* Update license headersJenkins for ownCloud2015-03-261-12/+14
|
* Revert "Updating license headers"Morris Jobke2015-02-261-13/+19
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* 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
| | | | | | Fixed: - An error with a misplaced bracket in lib/private/util.php - An error with an incorrect function being called in lib/public/contacts.php
* 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
| | | | hosted within the server container
* 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 ↵Thomas Mueller2012-12-111-5/+5
| | | | access to their contact data
* [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 ↵Thomas Mueller2012-11-121-0/+93
https://github.com/owncloud/apps/issues/113