1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-11-29 11:24:11 +01:00
Contacts app for Owncloud
Go to file
2013-05-31 21:32:45 +02:00
ajax Contacts: PHP !== JavaScript 2013-04-25 10:00:13 +02:00
appinfo Fix index/purge hooks. 2013-05-25 01:35:42 +02:00
css Address book actions were invisible in IE8 2013-05-29 12:56:34 +02:00
img new app icon style for new design 2013-01-17 11:54:52 +07:00
js Minor speedup on show/hide. 2013-05-31 21:32:45 +02:00
l10n [tx-robot] updated from transifex 2013-05-31 00:56:42 +02:00
lib public abstract public function? D'uh 2013-05-31 21:32:45 +02:00
templates Add svg class to import button. 2013-05-29 12:56:34 +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 Contacts: Abstract js address book access and further simplify import. 2013-05-02 20:42:24 +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.