summaryrefslogtreecommitdiffstats
path: root/apps/contacts
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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