summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
* Contacts: Added bg color and shadow to controls. I suck at CSS...Thomas Tanghus2012-04-221-1/+1
* Missing double quote.Thomas Tanghus2012-04-221-1/+1
* Contacts: Fix error on photo crop.Thomas Tanghus2012-04-221-7/+6
* Contacts: Changed layout as discussed with JanC. Still WiP.Thomas Tanghus2012-04-224-8/+467
* Don't trigger unnecessary change events.Thomas Tanghus2012-04-221-1/+3
* Contacts: Fixed contact photo drag'n'drop upload - again...Thomas Tanghus2012-04-221-4/+5
* Contacts: Add check for empty FN field.Thomas Tanghus2012-04-221-0/+8
* structure the information a bit more so that is easier readableFrank Karlitschek2012-04-211-4/+4
* Display correct URL in caldav and carddav pathsJakob Sack2012-04-152-2/+1
* Remove useless, unmaintained dav.phpJakob Sack2012-04-152-14/+0
* Contact: Don't use non core class in appinfo/app.phpBart Visscher2012-04-141-1/+1
* reuse OC_L10N objectsRobin Appelman2012-04-141-1/+1
* keep version numbers in their own files for faster readingRobin Appelman2012-04-142-1/+1
* Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-04-141-2/+2
|\
| * improve flexibility of search providers a bitRobin Appelman2012-04-141-2/+2
* | Merge branch 'master' of gitorious.org:owncloud/owncloudTom Needham2012-04-132-3/+3
|\|
| * Contacts: Save the category list update when updating/adding contactBart Visscher2012-04-131-1/+1
| * VCategories css is now in styles.cssThomas Tanghus2012-04-131-1/+0
| * Contacts: Better error reporting.Thomas Tanghus2012-04-131-1/+2
* | Update language stringTom Needham2012-04-131-1/+1
|/
* Contacts: No need to sort the categories anymoreBart Visscher2012-04-121-1/+1
* Contacts: Change "category" to "group" in UIBart Visscher2012-04-121-2/+2
* Contacts: update category list when the categories changeBart Visscher2012-04-121-2/+3
* Contacts: Also initialize org var in updateValuesFromAddBart Visscher2012-04-121-1/+1
* Contacts: add space before parameterBart Visscher2012-04-121-3/+3
* Contacts: Move use of OC_Contacts_App::$categories to inside of OC_Contacts_AppBart Visscher2012-04-125-30/+44
* Contacts: fix function names to coding standardBart Visscher2012-04-103-7/+7
* Contacts: Don't lowercase categories value when savingBart Visscher2012-04-101-1/+1
* Contacts: Make part.no_contacts.php translatableBart Visscher2012-04-101-5/+5
* Contacts: Fix for not being able to add contact to empty/non-existant address...Thomas Tanghus2012-04-093-4/+2
* Removed padding.Thomas Tanghus2012-04-091-0/+12
* Re-added file I had accidentally removed earlier :-PThomas Tanghus2012-04-091-0/+8
* Contacts: Misc. cleanup tweaks.Thomas Tanghus2012-04-076-71/+62
* Fix bug oc-413: PHP fatal error in contacts page when no contacts in ownCloud.Thomas Tanghus2012-04-071-10/+8
* Contacts: l11n for geo autocomplete. Not sure if it works though.Thomas Tanghus2012-04-032-1/+4
* Contacts: Added autocomplete using geonames.org.Thomas Tanghus2012-04-033-3/+87
* Contacts: First work on cleaner design.Thomas Tanghus2012-04-037-97/+112
* Contacts: rescan categories on load if there are none.Thomas Tanghus2012-04-031-2/+22
* Fix owncloud logTom Needham2012-03-311-0/+68
* Contacts: Removed obsolete code.Thomas Tanghus2012-03-291-7/+0
* Improve actions on delete.Thomas Tanghus2012-03-293-33/+65
* Cleanup stylesheet.Thomas Tanghus2012-03-291-116/+11
* Trigger autocomplete wo button.Thomas Tanghus2012-03-271-1/+12
* Improvements in adding/deleting properties.Thomas Tanghus2012-03-271-0/+6
* Contacts: Update contact list thumbnail when deleting PHOTO.Thomas Tanghus2012-03-271-1/+8
* Small change and muting debug.Thomas Tanghus2012-03-261-8/+7
* Check for empty value.Thomas Tanghus2012-03-262-8/+13
* Contacts: Fix saveproperty for categoriesBart Visscher2012-03-262-2/+19
* Removed obsolete code.Thomas Tanghus2012-03-261-10/+1
* Fixed error in OC_Contacts_VCard::addFromDAVData as pointed out by Guillaume ...Thomas Tanghus2012-03-261-2/+2