summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix birthday calendarGeorg Ehrke2012-06-291-1/+3
* No need for this anymore.Thomas Tanghus2012-06-281-10/+0
* Smoother profile picture loading - hopefully.Thomas Tanghus2012-06-285-59/+56
* Migration: Fix contacts and bookmarksTom Needham2012-06-271-4/+5
* Load contactlist progressivly.Thomas Tanghus2012-06-273-68/+105
* enable highlighting of address in OSM.Bjoern Schiessle2012-06-271-1/+1
* Load default categories if there are none,Thomas Tanghus2012-06-271-6/+29
* Ensure event handlers are being set when adding first contact.Thomas Tanghus2012-06-271-24/+24
* Add check for return value.Thomas Tanghus2012-06-271-11/+13
* Added some error checking.Thomas Tanghus2012-06-261-1/+5
* Added missing requesttoken.Thomas Tanghus2012-06-262-1/+4
* Added error checking on all db queries.Thomas Tanghus2012-06-263-51/+152
* Added createUser hook.Thomas Tanghus2012-06-262-0/+11
* Fix variable name.Thomas Tanghus2012-06-261-1/+1
* Added signals.Thomas Tanghus2012-06-262-4/+14
* Adjust pic width a bit.Thomas Tanghus2012-06-261-1/+1
* Remove x-scrollbar from contacts list.Thomas Tanghus2012-06-251-3/+4
* Better visual feedback and prevent drop on self.Thomas Tanghus2012-06-252-1/+11
* Improve styling on draggables.Thomas Tanghus2012-06-252-6/+9
* Try to conserve some memory. Should fix oc-1106 for master.Thomas Tanghus2012-06-252-2/+2
* Drag'n'Drop contacts between addressbook. Still needs some css magic.Thomas Tanghus2012-06-252-0/+77
* Remove excessive debugging.Thomas Tanghus2012-06-241-3/+0