| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Remove wrong comment. | Thomas Tanghus | 2012-07-21 | 1 | -1/+1 |
* | | Implemented undelete for contacts. | Thomas Tanghus | 2012-07-21 | 1 | -49/+71 |
* | | Made contactlist optional in insertContact(). | Thomas Tanghus | 2012-07-21 | 1 | -0/+5 |
* | | White space. | Thomas Tanghus | 2012-07-21 | 1 | -37/+37 |
* | | Added option to notify method. | Thomas Tanghus | 2012-07-21 | 1 | -3/+21 |
* | | DRYed inserting into contacts list. | Thomas Tanghus | 2012-07-21 | 1 | -30/+41 |
* | | Hide progressbar on error. | Thomas Tanghus | 2012-07-20 | 1 | -0/+2 |
* | | Corrected retry count for uploaded imports. | Thomas Tanghus | 2012-07-20 | 1 | -1/+1 |
* | | Trigger loading of more contacts a bit earlier. | Thomas Tanghus | 2012-07-20 | 1 | -1/+1 |
* | | Tweak dragging. | Thomas Tanghus | 2012-07-20 | 1 | -1/+2 |
* | | If a contact wasn't loaded in the list you coulcn't access it from search res... | Thomas Tanghus | 2012-07-17 | 1 | -4/+26 |
* | | Remove obsolete code. | Thomas Tanghus | 2012-07-16 | 1 | -2/+0 |
* | | Fix sorting - again :-P | Thomas Tanghus | 2012-07-16 | 1 | -2/+2 |
* | | Set the address book of the active contact active. | Thomas Tanghus | 2012-07-16 | 1 | -3/+9 |
* | | UI part of addressbook merging. | Thomas Tanghus | 2012-07-16 | 1 | -6/+15 |
* | | Wrap image uploading in anonymous function. | Thomas Tanghus | 2012-07-16 | 1 | -43/+45 |
* | | Make list droppable too instead of just the header. | Thomas Tanghus | 2012-07-15 | 1 | -1/+1 |
* | | Hide file form field behind image so it will maybe work with IE... | Thomas Tanghus | 2012-07-15 | 1 | -4/+2 |
* | | Made notifications more flexible. | Thomas Tanghus | 2012-07-15 | 1 | -12/+9 |
* | | Added notification. | Thomas Tanghus | 2012-07-15 | 1 | -1/+2 |
* | | Fixed sorting of addressbooks. | Thomas Tanghus | 2012-07-15 | 1 | -4/+14 |
* | | Removed obsolete TODO. | Thomas Tanghus | 2012-07-15 | 1 | -9/+0 |
* | | Refactored contacts import. | Thomas Tanghus | 2012-07-15 | 1 | -235/+182 |
* | | Fix loading previous or next contact after deleting one. | Thomas Tanghus | 2012-07-15 | 1 | -26/+177 |
* | | Try to avoid occasional error messages. | Thomas Tanghus | 2012-07-14 | 1 | -2/+2 |
|/ |
|
* | Make sure the proper DOM is loaded and the right address book gets expanded. | Thomas Tanghus | 2012-07-10 | 1 | -6/+9 |
* | Remove deleted address book from list. | Thomas Tanghus | 2012-07-08 | 1 | -0/+1 |
* | Set the loading class on the property being changed, not on its container. No... | Thomas Tanghus | 2012-07-08 | 1 | -3/+3 |
* | Set the loading class on the property being changed, not on its container. | Thomas Tanghus | 2012-07-08 | 1 | -3/+3 |
* | Missing requesttoken | Thomas Tanghus | 2012-07-06 | 1 | -1/+1 |
* | Add missing CSRF check. | Thomas Tanghus | 2012-07-05 | 1 | -1/+1 |
* | Remove ugly activation hack. | Thomas Tanghus | 2012-07-04 | 1 | -7/+12 |
* | Don't add duplicate contacts in the list when en-/disable an address book. | Thomas Tanghus | 2012-06-29 | 1 | -12/+14 |
* | Smoother profile picture loading - hopefully. | Thomas Tanghus | 2012-06-28 | 1 | -31/+44 |
* | Load contactlist progressivly. | Thomas Tanghus | 2012-06-27 | 1 | -55/+68 |
* | enable highlighting of address in OSM. | Bjoern Schiessle | 2012-06-27 | 1 | -1/+1 |
* | Ensure event handlers are being set when adding first contact. | Thomas Tanghus | 2012-06-27 | 1 | -24/+24 |
* | Added some error checking. | Thomas Tanghus | 2012-06-26 | 1 | -1/+5 |
* | Added missing requesttoken. | Thomas Tanghus | 2012-06-26 | 1 | -1/+2 |
* | Better visual feedback and prevent drop on self. | Thomas Tanghus | 2012-06-25 | 1 | -1/+10 |
* | Improve styling on draggables. | Thomas Tanghus | 2012-06-25 | 1 | -6/+8 |
* | Drag'n'Drop contacts between addressbook. Still needs some css magic. | Thomas Tanghus | 2012-06-25 | 1 | -0/+36 |
* | Remove unneeded parameter. | Thomas Tanghus | 2012-06-24 | 1 | -1/+1 |
* | Click to select which address book to add to. | Thomas Tanghus | 2012-06-24 | 1 | -1/+4 |
* | Improve prev/next selection on delete. | Thomas Tanghus | 2012-06-24 | 1 | -3/+3 |
* | Contacts: Fix name and carddav-url encoding | Bart Visscher | 2012-06-21 | 1 | -1/+1 |
* | Fix being able to link directly to contact, that I broke in other commit. | Thomas Tanghus | 2012-06-21 | 1 | -4/+6 |
* | More changes for updating the contacts list. | Thomas Tanghus | 2012-06-20 | 1 | -13/+19 |
* | Re-add missing loadhandlers() call. | Thomas Tanghus | 2012-06-19 | 1 | -0/+1 |
* | Loading of contacts was placed outside of $(document).ready() function. | Thomas Tanghus | 2012-06-19 | 1 | -1/+2 |