summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
...
* Also unlink unsuccessful imports.Thomas Tanghus2012-07-151-0/+5
* Make list droppable too instead of just the header.Thomas Tanghus2012-07-151-1/+1
* Improve temp file handling.Thomas Tanghus2012-07-151-4/+4
* Hide file form field behind image so it will maybe work with IE...Thomas Tanghus2012-07-153-11/+9
* Made notifications more flexible.Thomas Tanghus2012-07-151-12/+9
* Typo.Thomas Tanghus2012-07-151-1/+1
* Added notification.Thomas Tanghus2012-07-151-1/+2
* Fixed sorting of addressbooks.Thomas Tanghus2012-07-151-4/+14
* Removed obsolete TODO.Thomas Tanghus2012-07-151-9/+0
* Refactored contacts import.Thomas Tanghus2012-07-1513-309/+286
* Fix loading previous or next contact after deleting one.Thomas Tanghus2012-07-151-26/+177
* Give default address book a more intuitive name and replace spaces with under...Thomas Tanghus2012-07-141-2/+2
* Try to avoid occasional error messages.Thomas Tanghus2012-07-141-2/+2
* fix remote and public.phpRobin Appelman2012-07-131-1/+1
* Rename $contacts to $has_contacts, it missed this commit: 7cb74a0Michael Gapczynski2012-07-111-1/+1
* Revert reversion of f5c329af981f59f78c12648ea41c258f477f3e82 :-PThomas Tanghus2012-07-101-1/+3
* Don't escape assigned values.Thomas Tanghus2012-07-101-10/+8
* Make sure the proper DOM is loaded and the right address book gets expanded.Thomas Tanghus2012-07-101-6/+9
* Look for the right field :-PThomas Tanghus2012-07-101-1/+1
* Reduce variables assigned.Thomas Tanghus2012-07-102-16/+5
* Revert "Delay fetching of carddata and set ETag and size instead."Thomas Tanghus2012-07-101-3/+1
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-0917-27/+0
* Delay fetching of carddata and set ETag and size instead.Thomas Tanghus2012-07-091-1/+3
* Rescan categories in small batches to reduce memory usage.Thomas Tanghus2012-07-091-9/+12
* Move code to OC_Contacts_App::scanCategories().Thomas Tanghus2012-07-091-16/+1
* Remove deleted address book from list.Thomas Tanghus2012-07-081-0/+1
* Simplify VCF generation.Thomas Tanghus2012-07-081-8/+5
* Make it possible to import files using CR as eol.Thomas Tanghus2012-07-081-0/+5
* Implemented VCFExportPlugin.Thomas Tanghus2012-07-085-0/+112
* Set the loading class on the property being changed, not on its container. No...Thomas Tanghus2012-07-081-3/+3
* Set the loading class on the property being changed, not on its container.Thomas Tanghus2012-07-081-3/+3
* Return error messages in correct format.Thomas Tanghus2012-07-081-4/+4
* Add missing requesttoken.Thomas Tanghus2012-07-082-0/+2
* Make export batch size configurable.Thomas Tanghus2012-07-061-2/+3
* Fix endless loop when no addressbooks.Thomas Tanghus2012-07-061-3/+10
* Correct hack ;)Thomas Tanghus2012-07-061-1/+1
* Fugly fixed include.Thomas Tanghus2012-07-061-1/+1
* No need for being protected.Thomas Tanghus2012-07-061-1/+1
* Missing requesttokenThomas Tanghus2012-07-061-1/+1
* Contacts: Fix copy&paste errorBart Visscher2012-07-051-1/+1
* Correct db default value.Thomas Tanghus2012-07-051-1/+1
* Add missing CSRF check.Thomas Tanghus2012-07-052-1/+2
* Missing update script.Thomas Tanghus2012-07-041-0/+25
* Remove ugly activation hack.Thomas Tanghus2012-07-044-108/+78
* Query contacts in batches of 20. Possible fix for oc-1126.Thomas Tanghus2012-07-041-3/+7
* Moved action buttons down to the add field menu. Fixes oc-1155.Thomas Tanghus2012-07-042-19/+19
* Updates contacts migration providerTom Needham2012-06-301-4/+6
* Contacts: align the bottom control buttonsTom Needham2012-06-301-0/+1
* Contacts: fix add contact icon pathTom Needham2012-06-301-1/+1
* Don't add duplicate contacts in the list when en-/disable an address book.Thomas Tanghus2012-06-291-12/+14