summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js
Commit message (Expand)AuthorAgeFilesLines
* Cache DOM lookups, general cleanup.Thomas Tanghus2012-07-231-113/+132
* Cleaner event handling.Thomas Tanghus2012-07-231-13/+8
* No need to set checksum on PHOTO.Thomas Tanghus2012-07-231-15/+4
* Cleaner variable handling.Thomas Tanghus2012-07-231-12/+6
* Make sure notifier cleans up.Thomas Tanghus2012-07-231-12/+16
* Revert "No need to set checksum for PHOTO."Thomas Tanghus2012-07-231-49/+55
* No need to set checksum for PHOTO.Thomas Tanghus2012-07-231-55/+49
* Use insertContactThomas Tanghus2012-07-231-13/+4
* WhitespaceThomas Tanghus2012-07-231-2/+2
* Added help for keyboard shortcuts.Thomas Tanghus2012-07-221-6/+14
* First stab at Ninja mode ;-)Thomas Tanghus2012-07-211-1/+65
* Improved scrollTo method. Still not quite there...Thomas Tanghus2012-07-211-3/+3
* Added next/previous methods to contacts list.Thomas Tanghus2012-07-211-0/+15
* Remove wrong comment.Thomas Tanghus2012-07-211-1/+1
* Implemented undelete for contacts.Thomas Tanghus2012-07-211-49/+71
* Made contactlist optional in insertContact().Thomas Tanghus2012-07-211-0/+5
* White space.Thomas Tanghus2012-07-211-37/+37
* Added option to notify method.Thomas Tanghus2012-07-211-3/+21
* DRYed inserting into contacts list.Thomas Tanghus2012-07-211-30/+41
* Hide progressbar on error.Thomas Tanghus2012-07-201-0/+2
* Corrected retry count for uploaded imports.Thomas Tanghus2012-07-201-1/+1
* Trigger loading of more contacts a bit earlier.Thomas Tanghus2012-07-201-1/+1
* Tweak dragging.Thomas Tanghus2012-07-201-1/+2
* If a contact wasn't loaded in the list you coulcn't access it from search res...Thomas Tanghus2012-07-171-4/+26
* Remove obsolete code.Thomas Tanghus2012-07-161-2/+0
* Fix sorting - again :-PThomas Tanghus2012-07-161-2/+2
* Set the address book of the active contact active.Thomas Tanghus2012-07-161-3/+9
* UI part of addressbook merging.Thomas Tanghus2012-07-161-6/+15
* Wrap image uploading in anonymous function.Thomas Tanghus2012-07-161-43/+45
* Make list droppable too instead of just the header.Thomas Tanghus2012-07-151-1/+1
* Hide file form field behind image so it will maybe work with IE...Thomas Tanghus2012-07-151-4/+2
* Made notifications more flexible.Thomas Tanghus2012-07-151-12/+9
* 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-151-235/+182
* Fix loading previous or next contact after deleting one.Thomas Tanghus2012-07-151-26/+177
* Try to avoid occasional error messages.Thomas Tanghus2012-07-141-2/+2
* Make sure the proper DOM is loaded and the right address book gets expanded.Thomas Tanghus2012-07-101-6/+9
* Remove deleted address book from list.Thomas Tanghus2012-07-081-0/+1
* 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
* Missing requesttokenThomas Tanghus2012-07-061-1/+1
* Add missing CSRF check.Thomas Tanghus2012-07-051-1/+1
* Remove ugly activation hack.Thomas Tanghus2012-07-041-7/+12
* Don't add duplicate contacts in the list when en-/disable an address book.Thomas Tanghus2012-06-291-12/+14
* Smoother profile picture loading - hopefully.Thomas Tanghus2012-06-281-31/+44
* Load contactlist progressivly.Thomas Tanghus2012-06-271-55/+68
* enable highlighting of address in OSM.Bjoern Schiessle2012-06-271-1/+1
* Ensure event handlers are being set when adding first contact.Thomas Tanghus2012-06-271-24/+24