aboutsummaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add some DRYness to logging.Thomas Tanghus2012-06-2417-117/+70
* Fixed function name.Thomas Tanghus2012-06-241-1/+1
* Remove unneeded parameter.Thomas Tanghus2012-06-241-1/+1
* Click to select which address book to add to.Thomas Tanghus2012-06-242-2/+5
* Improve prev/next selection on delete.Thomas Tanghus2012-06-241-3/+3
* Correction of path looking for apps and cssBrice Maron2012-06-221-1/+1
* More session_write_closeBart Visscher2012-06-221-0/+1
* Small js fix.Thomas Tanghus2012-06-221-1/+1
* Cast translation to string.Thomas Tanghus2012-06-221-1/+1
* Contacts: Fix name and carddav-url encodingBart Visscher2012-06-212-3/+3
* Merge branch 'master' into multi_app_dirBrice Maron2012-06-214-6/+9
|\
| * Fix URL delimiter.Thomas Tanghus2012-06-211-1/+1
| * Fix being able to link directly to contact, that I broke in other commit.Thomas Tanghus2012-06-213-5/+8
* | Merge branch 'master' into multi_app_dirBrice Maron2012-06-2117-137/+195
|\|
| * More changes for updating the contacts list.Thomas Tanghus2012-06-202-14/+20
| * Better error checking.Thomas Tanghus2012-06-201-10/+13
| * Make sure address books are shown even if empty.Thomas Tanghus2012-06-201-12/+15
| * Log error as ERROR.Thomas Tanghus2012-06-201-1/+1
| * 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
| * Remove obsolete js.Thomas Tanghus2012-06-181-16/+0
| * Update js after contactlist change.Thomas Tanghus2012-06-181-14/+15
| * Removed erroneous value attributes. Partial fix for oc-1029.Thomas Tanghus2012-06-181-4/+4
| * Save addressbook id to be able to rearrange contacts properly.Thomas Tanghus2012-06-171-11/+16
| * Make contact list fit in viewport.Thomas Tanghus2012-06-171-1/+1
| * Rearrange markup.Thomas Tanghus2012-06-171-6/+8
| * Add thumbnail links so they are loaded when addressbook is expanded.Thomas Tanghus2012-06-171-2/+2
| * Use uasort instead of usort.Thomas Tanghus2012-06-171-1/+1
| * Sort addressbooks.Thomas Tanghus2012-06-171-0/+9
| * Add effect on addressbook show/hide.Thomas Tanghus2012-06-171-1/+1
| * Add effect on addressbook show/hide.Thomas Tanghus2012-06-171-1/+1
| * Adjustments for inview handler etc.Thomas Tanghus2012-06-171-5/+21
| * Moved parsing to the controller and js to contacts.js.Thomas Tanghus2012-06-171-25/+7
| * Obsolete language="Javascript".Thomas Tanghus2012-06-171-1/+1
| * Obsolete language="Javascript".Thomas Tanghus2012-06-171-1/+1
| * Styled address book entries.Thomas Tanghus2012-06-171-1/+2
| * Make the parsing in the controller, not in the template. Assign only relevant...Thomas Tanghus2012-06-171-17/+20
| * now a little less in template - more in ajax controllerStephan Bergemann2012-06-174-38/+45
| * contacts app now lists contacts sorted by expandable/collapsable addressbooksStephan Bergemann2012-06-174-33/+66
| * Fix char encoding.Thomas Tanghus2012-06-162-7/+8
| * Fix string encoding probs.Thomas Tanghus2012-06-165-17/+24
| * Update stylesheet for type=url.Thomas Tanghus2012-06-151-3/+3