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-18 16:49:02 +02:00
ajax Contacts: PHP !== JavaScript 2013-04-25 10:00:13 +02:00
appinfo Log error if AppFramework isn't enabled. 2013-05-15 23:53:18 +02:00
css Dialogs was below contact. 2013-05-15 01:00:48 +02:00
img new app icon style for new design 2013-01-17 11:54:52 +07:00
js Don't use central ajax error handler 2013-05-18 05:45:48 +02:00
l10n [tx-robot] updated from transifex 2013-05-18 00:49:26 +02:00
lib Missing method name to OC_L10N calls. 2013-05-18 16:49:02 +02:00
templates Indentation 2013-05-11 01:40:37 +02:00
tests Added tests for upgrading vCards 2013-05-15 22:59:42 +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 Update Changelog 2013-05-07 20:46:28 +02:00
export.php Contacts: Fix export 2013-04-08 22:39:53 +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-15 20:58:55 +02:00
settings.php Use OCA namespace. 2012-10-25 03:34:12 +02:00
thumbnail.php Contacts: Add ownership checks to pics and export. 2013-04-12 13:49:55 +02:00
tmpphoto.php Code style. 2012-07-20 17:11:13 +02:00

The Contacts app

Maintainers:

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.