summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
* Fix missing bracketJakob Sack2012-03-021-0/+1
* Add /dav.php, a single location bundling all *DAV-operations.Jakob Sack2012-03-022-0/+13
* Search: Change provider registration to class name, for lazy loading of searc...Bart Visscher2012-03-012-4/+4
* Small cleanupsBart Visscher2012-03-012-2/+2
* Implement showing Birthdays of contacts in the calendarBart Visscher2012-03-012-0/+47
* fix baseUri of the Carddav serverGeorg Ehrke2012-02-261-1/+1
* first part of the abstraction work of the apps folder. more to comeFrank Karlitschek2012-02-261-1/+1
* UI problems solved. Bookmarks app updated.Marvin Thomas Rabe2012-02-222-5/+5
* Improved upgrading VCARD v. 2.1 => 3.0. Improved import of malformed cards. R...Thomas Tanghus2012-02-211-85/+129
* JS fix on address book creation.Thomas Tanghus2012-02-211-1/+1
* Remove my FIXME comments when I've fixed it :-PThomas Tanghus2012-02-211-1/+1
* Contact list scroll fixVicDeo2012-02-201-18/+34
* Contacts: Fix adding/updating address book with empty name.Thomas Tanghus2012-02-204-13/+34
* Contacts: Apply strip_tags on compound values.Thomas Tanghus2012-02-202-0/+2
* Update ctag in deleteFromDAVData.Thomas Tanghus2012-02-201-1/+2
* Fixed call to OC_User. Thanks Burillo on IRCTom Needham2012-02-181-1/+1
* Strip tags on address on client side.Thomas Tanghus2012-02-181-1/+1
* Avoid errors from missing GD library.Thomas Tanghus2012-02-181-1/+11
* Removed obsolete commented code and made minor speed improvements.Thomas Tanghus2012-02-182-99/+17
* Fixup use of OC_Helper::linkTo functionBart Visscher2012-02-171-1/+1
* Use separate function to make absolute urlsBart Visscher2012-02-174-5/+5
* Contacts: Add removed app enabled checkBart Visscher2012-02-171-0/+2
* UI tweaks for name selector combobox.Thomas Tanghus2012-02-162-4/+1
* Minor tweaksThomas Tanghus2012-02-163-912/+7
* Added some fixes for what to show when address books are (de)selected, all co...Thomas Tanghus2012-02-143-4/+48
* Added some check for when addinf deleting contacts.Thomas Tanghus2012-02-143-54/+137
* Added some error checking as mentioned in http://bugs.owncloud.org/thebuggeni...Thomas Tanghus2012-02-141-5/+13
* Modify check for missing UID.Thomas Tanghus2012-02-141-3/+9
* Use proper index file.Thomas Tanghus2012-02-144-134/+32
* Don't try to load a profile picture for contacts the doesn't have any.Thomas Tanghus2012-02-141-15/+16
* Removed superfluous debug.Thomas Tanghus2012-02-141-1/+0
* Added OC_Contacts_VCard::moveToAddressBookThomas Tanghus2012-02-141-0/+40
* Added function for later testing.Thomas Tanghus2012-02-141-0/+15
* Contacts+OC_Respone: Move enableCaching out of setEtagHeader and setLastModif...Bart Visscher2012-02-132-0/+2
* Contacts: Optimize thumbnail cache handling a bitBart Visscher2012-02-121-2/+3
* OC_Response: add setExpiresHeader functionBart Visscher2012-02-121-3/+1
* OC_Response: add redirect functionBart Visscher2012-02-121-4/+2
* Contacts: Add missing parameterBart Visscher2012-02-121-1/+1
* Contacts: Move response caching to OC_ResponseBart Visscher2012-02-123-25/+14
* Contacts: Add id to vars with id in themBart Visscher2012-02-121-7/+7
* Contacts: cleanup OC_L10N usageBart Visscher2012-02-1223-59/+29
* Contacts: Move debug logging of $_POST to after access checksBart Visscher2012-02-121-3/+4
* Contacts: Document usage of OC_Contacts_App::getAddressbookBart Visscher2012-02-125-13/+4
* Contacts: Save last-modified time in REV property if not setBart Visscher2012-02-121-0/+4
* Contacts: Fix adding N property in getContactVCardBart Visscher2012-02-121-1/+1
* Contacts: Cleanup photo and thumbnail codeBart Visscher2012-02-122-105/+69
* Access check fix in contacts/ajax/activation.phpBart Visscher2012-02-121-5/+3
* Small coding style updateBart Visscher2012-02-121-14/+14
* Improve logging in OC_Contacts_AppBart Visscher2012-02-121-1/+8
* Cleanup OC_Contacts_Addressbook::find usageBart Visscher2012-02-123-33/+3