Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add @deprecated to all methods with a proper method in \OCP | Morris Jobke | 2015-04-20 | 1 | -0/+9 |
| | |||||
* | Add @since tags to all methods in public namespace | Morris Jobke | 2015-04-16 | 1 | -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 headers | Jenkins for ownCloud | 2015-03-26 | 1 | -12/+14 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -13/+19 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -19/+13 |
| | |||||
* | no return on register and unregister | Thomas Müller | 2014-05-19 | 1 | -2/+2 |
| | |||||
* | Fix various code errors detected by Scrutinizer | Robin McCorkell | 2014-05-13 | 1 | -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 /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | Fix @return array PHPDocs, in /lib | Robin McCorkell | 2014-05-13 | 1 | -2/+2 |
| | |||||
* | 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 |