1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00
Contacts app for Owncloud
Go to file
2013-06-13 01:04:21 +02:00
ajax Contacts: PHP !== JavaScript 2013-04-25 10:00:13 +02:00
appinfo seperate find multiple cards and find one card 2013-06-02 15:00:40 -04:00
css Removed local copy of ocdialog. 2013-06-03 17:27:48 +02:00
img new app icon style for new design 2013-01-17 11:54:52 +07:00
js Use ocdialog.modal instead of dimming contactlist. 2013-06-03 17:27:48 +02:00
l10n [tx-robot] updated from transifex 2013-06-13 01:04:21 +02:00
lib Missing test for #120 2013-06-03 17:27:48 +02:00
templates Action bar improvements. 2013-05-31 21:32:45 +02:00
tests Move VObject tests to own class/file 2013-05-31 21:32:45 +02:00
.gitignore Add some more entries to .gitignore 2013-05-14 21:51:13 +03:00
carddav.php Code style. 2012-07-20 17:11:13 +02:00
Changelog Reenabled URL and EMAIL event handlers. Fix owncloud/contacts#109 2013-05-24 15:30:59 +02:00
import.php Contacts: Rename 'database' backend to 'local' 2013-04-07 22:33:40 +02:00
index.php Use ocdialog from core 2013-06-03 17:27:48 +02:00
photo.php Merge branch 'contacts_backends' into contacts_oc6 2013-04-17 15:07:59 +02:00
README.md Update README.md 2013-05-21 00:27:13 +02:00
settings.php Use OCA namespace. 2012-10-25 03:34:12 +02:00
thumbnail.php Contacts: Cache thumbnails in Contact class. 2013-03-22 14:50:41 +01:00
tmpphoto.php Code style. 2012-07-20 17:11:13 +02:00

#The Contacts app

##Maintainer:

###Additional maintainers:

###Original author:

  • Jacob Sack

Developer setup info:

This repository contains the Contacts app >= ownCloud 6. Earlier versions are in https://github.com/owncloud/apps/ in the stable5 and stable45 branches. Any issues should be posted in this repository, no matter what version.

Master branch:

This branch is still in development. Do not use it in a production environment. To test it you will need the master branch of owncloud/core, owncloud/3rdparty and owncloud/appframework.