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-05-20 13:21:12 +02:00
ajax Contacts: PHP !== JavaScript 2013-04-25 10:00:13 +02:00
appinfo Added custom GroupProperty. Refs #96 2013-05-19 00:54:51 +02:00
css Apply a min-width on contact popup. Fix owncloud/contacts#46 2013-05-20 13:21:12 +02:00
img new app icon style for new design 2013-01-17 11:54:52 +07:00
js Apply a min-width on contact popup. Fix owncloud/contacts#46 2013-05-20 13:21:12 +02:00
l10n [tx-robot] updated from transifex 2013-05-20 01:07:45 +02:00
lib Let backend add/remove CATEGORIES instead of firering N requests 2013-05-19 03:16:36 +02:00
templates Indentation 2013-05-11 01:40:37 +02:00
tests Added custom GroupProperty. Refs #96 2013-05-19 00:54:51 +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: 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

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.