summaryrefslogtreecommitdiffstats
path: root/apps/contacts/ajax/deleteproperty.php
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize ajax scripts.Thomas Tanghus2012-08-031-46/+0
|
* fixing syntax errorThomas Mueller2012-07-201-1/+1
|
* Code styleThomas Tanghus2012-07-201-5/+6
|
* Add some DRYness to logging.Thomas Tanghus2012-06-241-4/+3
|
* Contacts: implemented CSRF prevention.Thomas Tanghus2012-06-131-0/+1
|
* Contacts: Use POST instead of GET.Thomas Tanghus2012-06-091-2/+2
|
* Cleanup.Thomas Tanghus2012-06-061-3/+0
|
* removing executable bit - againThomas Mueller2012-05-151-0/+0
|
* ported oc_jsonFrank Karlitschek2012-05-031-5/+5
|
* finish porting of the LOG calls or the apps to the public apiFrank Karlitschek2012-05-011-1/+1
|
* remove the require_once lib base from all (or nearly all) filesGeorg Ehrke2012-04-171-1/+1
|
* Contacts: change card parameter type of VCard::edit and VCard::addBart Visscher2012-03-071-1/+1
| | | | changed to OC_VObject
* Contacts: cleanup OC_L10N usageBart Visscher2012-02-121-4/+2
|
* - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-93Thomas Tanghus2012-01-311-0/+5
| | | | | | | | Property was added multiple times. - Fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-8 "Missing "N" field: Contacts app not compatible with vcard 3.0 format" - Almost sure I've fixed http://bugs.owncloud.org/thebuggenie/owncloud/issues/oc-27 "Full name in Contacts app doesn't sync to iOS 5 contacts" because it is caused by oc-8
* Localizin strings and adding error checking.Thomas Tanghus2012-01-111-1/+7
|
* Contacts: refactor common ajax functions to OC_Contacts_AppBart Visscher2011-12-071-34/+4
|
* Use a proxy class to interface with Sabre_VObject classesBart Visscher2011-12-071-1/+1
|
* Check if the application is actually enabledBart Visscher2011-09-301-0/+1
|
* Use OC_JSON for json responsesBart Visscher2011-09-251-10/+6
| | | | | Create OC_JSON class, for single point of creating json responses. No real logic change, this just cleans up the code a bit.
* fixed contacts strings (no technical stuff in the interface, don't scream at ↵Jan-Christoph Borchardt2011-09-231-5/+5
| | | | people, ...), ready for translation
* Split OC_Contacts_Addressbook in _Addressbook and _VCardJakob Sack2011-09-171-4/+4
|
* Improve reading of vCard filesJakob Sack2011-09-151-2/+2
|
* Improving contactsJakob Sack2011-09-081-0/+6
|
* Some more fixes. It basically works but looks uglyJakob Sack2011-08-091-3/+7
|
* Some more work on the address bookJakob Sack2011-08-091-0/+62