summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* Added some error checking.Thomas Tanghus2012-06-261-1/+5
* Added missing requesttoken.Thomas Tanghus2012-06-261-1/+2
* Better visual feedback and prevent drop on self.Thomas Tanghus2012-06-251-1/+10
* Improve styling on draggables.Thomas Tanghus2012-06-251-6/+8
* Drag'n'Drop contacts between addressbook. Still needs some css magic.Thomas Tanghus2012-06-251-0/+36
* Remove unneeded parameter.Thomas Tanghus2012-06-241-1/+1
* Click to select which address book to add to.Thomas Tanghus2012-06-241-1/+4
* Improve prev/next selection on delete.Thomas Tanghus2012-06-241-3/+3
* Contacts: Fix name and carddav-url encodingBart Visscher2012-06-211-1/+1
* Fix being able to link directly to contact, that I broke in other commit.Thomas Tanghus2012-06-211-4/+6
* More changes for updating the contacts list.Thomas Tanghus2012-06-201-13/+19
* Re-add missing loadhandlers() call.Thomas Tanghus2012-06-191-0/+1
* Loading of contacts was placed outside of $(document).ready() function.Thomas Tanghus2012-06-191-1/+2