summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update js after contactlist change.Thomas Tanghus2012-06-181-14/+15
* Save addressbook id to be able to rearrange contacts properly.Thomas Tanghus2012-06-171-11/+16
* Add effect on addressbook show/hide.Thomas Tanghus2012-06-171-1/+1
* Adjustments for inview handler etc.Thomas Tanghus2012-06-171-5/+21
* now a little less in template - more in ajax controllerStephan Bergemann2012-06-171-1/+2
* contacts app now lists contacts sorted by expandable/collapsable addressbooksStephan Bergemann2012-06-171-17/+17
* Contacts: Fixes for CSRF.Thomas Tanghus2012-06-141-2/+2
* Contacts: implemented CSRF prevention.Thomas Tanghus2012-06-131-2/+2
* Fix js for missing address fields.Thomas Tanghus2012-06-111-6/+6
* Contacts: Used non-existent var.Thomas Tanghus2012-06-101-7/+7
* Contacts: Use POST instead of GET.Thomas Tanghus2012-06-091-2/+2
* Break text to fit in dialog.Thomas Tanghus2012-06-071-1/+1
* Edited combobox to adhere to coding standards and added a dblclick handler.Thomas Tanghus2012-06-071-19/+24
* Contacts: Import upload button was obscured on Android browser.Thomas Tanghus2012-06-071-1/+1
* Contacts: Make js a tad DRYer. Added URL property.Thomas Tanghus2012-06-061-32/+26
* Contacts: Removed temp dir cleanup after using OC_Cache.Thomas Tanghus2012-06-061-16/+1
* Contacts: Use OC_Cache for contact photo handling instead of temp dir.Thomas Tanghus2012-06-051-3/+4
* Calendar & Contacts: Store import progress in OC_CacheBart Visscher2012-06-041-6/+6
* Contacts: When editing photo on a newly created contact the name in the conta...Thomas Tanghus2012-06-041-0/+1
* Contacts: Temporary files weren't deleted if crop window was closed without s...Thomas Tanghus2012-06-041-1/+18
* Contacts: Improve loading and cleanup of dialogs.Thomas Tanghus2012-05-291-22/+33
* Contacts: Fix XSS.Thomas Tanghus2012-05-281-2/+2
* Contacts: wrong name was set on initial load.Thomas Tanghus2012-05-171-2/+2
* Contacts: Disable in-app import if encryption is enabled, and make an attempt...Thomas Tanghus2012-05-171-2/+3
* Contacts: removed check for empty FN field because Chrome/Chromium barfed.Thomas Tanghus2012-05-161-2/+2
* Remove logging.Thomas Tanghus2012-05-141-2/+0