mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-12-01 13:24:10 +01:00
Contacts app for Owncloud
f86ca94b7e
The variable ```params``` contains the member ```obj``` which does not seem to be of interest by the server. In chromium, this obj - member leads to an ```Uncaught TypeError: Converting circular structure to JSON``` when calling ```JSON.stringify``` on this ```params``` object in the ```storage.patchContact(...)``` function. |
||
---|---|---|
appinfo | ||
css | ||
formats | ||
img | ||
js | ||
l10n | ||
lib | ||
templates | ||
tests | ||
vendor | ||
.bowerrc | ||
.gitignore | ||
.jshintrc | ||
.scrutinizer.yml | ||
.travis.yml | ||
admin.php | ||
carddav.php | ||
Changelog | ||
composer.json | ||
COPYING-README | ||
README.md | ||
settings.php |
#The Contacts app
Build status
branch | status |
---|---|
master |
##Maintainer:
- Thomas Tanghus - Back- and front-end code
###Design / front-end:
###Additional maintainers:
###Original author:
- Jakob 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 and remember to update the 3rdparty submodule