]> source.dussan.org Git - nextcloud-server.git/commit
Some more work on the address book
authorJakob Sack <kde@jakobsack.de>
Tue, 9 Aug 2011 11:53:58 +0000 (13:53 +0200)
committerJakob Sack <kde@jakobsack.de>
Tue, 9 Aug 2011 11:53:58 +0000 (13:53 +0200)
commit76fc062f27a178be97b2f4bf285f7f07c6361f60
treed69727c82e394f22bd08be14d146890592da3d70
parent4e5b6f72c17ec361757495e89d3f1929f3981dbb
Some more work on the address book
29 files changed:
apps/contacts/ajax/addcard.php [new file with mode: 0644]
apps/contacts/ajax/addphoto.php [new file with mode: 0644]
apps/contacts/ajax/addproperty.php [new file with mode: 0644]
apps/contacts/ajax/deletebook.php [new file with mode: 0644]
apps/contacts/ajax/deletecard.php [new file with mode: 0644]
apps/contacts/ajax/deleteproperty.php [new file with mode: 0644]
apps/contacts/ajax/getdetails.php [new file with mode: 0644]
apps/contacts/ajax/setphoto.php [new file with mode: 0644]
apps/contacts/ajax/setproperty.php [new file with mode: 0644]
apps/contacts/ajax/showaddcard.php [new file with mode: 0644]
apps/contacts/ajax/showaddproperty.php [new file with mode: 0644]
apps/contacts/ajax/showsetproperty.php [new file with mode: 0644]
apps/contacts/carddav.php
apps/contacts/css/styles.css
apps/contacts/details.php [deleted file]
apps/contacts/index.php
apps/contacts/js/interface.js
apps/contacts/lib/addressbook.php
apps/contacts/lib/connector_sabre.php
apps/contacts/templates/_contacts.php [deleted file]
apps/contacts/templates/_details.php [deleted file]
apps/contacts/templates/index.php
apps/contacts/templates/part.addcardform.php [new file with mode: 0644]
apps/contacts/templates/part.addpropertyform.php [new file with mode: 0644]
apps/contacts/templates/part.contacts.php [new file with mode: 0644]
apps/contacts/templates/part.details.php [new file with mode: 0644]
apps/contacts/templates/part.property.php [new file with mode: 0644]
apps/contacts/templates/part.setpropertyform.php [new file with mode: 0644]
apps/contacts/temporaryupdate.php