summaryrefslogtreecommitdiffstats
path: root/apps/contacts/lib
Commit message (Expand)AuthorAgeFilesLines
* moved to apps repositoryFrank Karlitschek2012-08-2613-2311/+0
* use limit parameter instead of LIMIT SQL for vcardjfd2012-08-251-13/+5
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-252-2/+2
* Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer2012-08-2513-341/+1230
|\
| * White-space.Thomas Tanghus2012-08-241-29/+32
| * Forgot to reenable the export plugin.Thomas Tanghus2012-08-241-1/+1
| * Implemented sharing api for CardDAV. Next step CalDAV.Thomas Tanghus2012-08-247-1/+311
| * Permission checking for shared addressbooks/contacts.Thomas Tanghus2012-08-232-13/+36
| * Removed redundant __CLASS__ in logging.Thomas Tanghus2012-08-231-28/+28
| * Used non-existing variable.Thomas Tanghus2012-08-231-2/+2
| * Return newly created addressbook.Thomas Tanghus2012-08-231-3/+4
| * Remove obsolete closure.Thomas Tanghus2012-08-231-13/+0
| * Add support for IMPP properties.Thomas Tanghus2012-08-222-11/+91
| * Preliminary support for Apple X-ABLabel. Also for oc-1508.Thomas Tanghus2012-08-212-1/+9
| * Merge branch 'share_api'Michael Gapczynski2012-08-195-19/+259
| |\
| | * Contacts: Check format parameterBart Visscher2012-08-101-6/+8
| | * Contacts: Better parameter names in addressbook share backendBart Visscher2012-08-101-7/+8
| | * Additional permission checks for editing and deleting contactsMichael Gapczynski2012-08-091-3/+76
| | * Merge branch 'master' into share_apiMichael Gapczynski2012-08-092-15/+19
| | |\
| | * | Start adding permission checks for addressbooksMichael Gapczynski2012-08-083-15/+45
| | * | Don't include shared addressbook if source not foundMichael Gapczynski2012-08-081-2/+4
| | * | Sharing backends for contacts and addressbooksMichael Gapczynski2012-08-062-0/+141
| | * | Merge branch 'master' into share_apiMichael Gapczynski2012-08-062-15/+44
| | |\ \
| | * | | Lots of refactoring to share APIMichael Gapczynski2012-08-061-1/+1
| | * | | Preparing for proper collection implementationMichael Gapczynski2012-08-032-78/+1
| | * | | Merge branch 'master' into share_apiMichael Gapczynski2012-07-312-52/+51
| | |\ \ \
| | * \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-257-132/+136
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into share_apiMichael Gapczynski2012-07-116-134/+225
| | |\ \ \ \ \
| | * | | | | | Fix addressbook sharing, formatItems() changed in past commitsMichael Gapczynski2012-07-111-6/+4
| | * | | | | | Use formatted shared addressbook in all cases, addressbooks out of order nowMichael Gapczynski2012-07-032-8/+21
| | * | | | | | Load shared addressbooks inside OC_Contacts_Addressbook instead of the index,...Michael Gapczynski2012-07-032-2/+2
| | * | | | | | Change getItems() return to a 3-dimensional array to handle multiple shares o...Michael Gapczynski2012-07-021-7/+12
| | * | | | | | Fix generateTarget() for contacts backendMichael Gapczynski2012-06-301-2/+2
| | * | | | | | Something like this should do it for sharing contactsBart Visscher2012-06-271-0/+20
| | * | | | | | Basic framework for contacts sharingBart Visscher2012-06-271-0/+54
| * | | | | | | Strip slashes from commas and semi-colons.Thomas Tanghus2012-08-191-0/+3
| * | | | | | | Merge addressbooks.Thomas Tanghus2012-08-161-2/+7
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Change parameter name and update docs.Thomas Tanghus2012-08-091-5/+6
| * | | | | | Another take at profile photo/thumbnail caching. oc-839.Thomas Tanghus2012-08-091-0/+12
| | |_|_|_|/ | |/| | | |
| * | | | | Line length...Thomas Tanghus2012-08-021-6/+17
| * | | | | Addressbooks settings rewrite and cleanup.Thomas Tanghus2012-08-021-1/+4
| | |_|_|/ | |/| | |
| * | | | Remove deprecated code.Thomas Tanghus2012-07-301-16/+0
| * | | | Code style.Thomas Tanghus2012-07-301-36/+69
| * | | | Fixed potential error in logging.Thomas Tanghus2012-07-301-3/+3
| | |_|/ | |/| |
| * | | Damn, that Jenkins dude is tough ;)Thomas Tanghus2012-07-213-11/+17
| * | | Code style.Thomas Tanghus2012-07-203-6/+6
| * | | Coding style.Thomas Tanghus2012-07-204-111/+111
| * | | Wrong argument count in postCreateUser hook for contacts.Thomas Tanghus2012-07-171-3/+3
| * | | Remove obsolete FIXMEs.Thomas Tanghus2012-07-161-2/+0
| * | | Refactored contacts import.Thomas Tanghus2012-07-151-1/+1