summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js/contacts.js
Commit message (Expand)AuthorAgeFilesLines
* 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: Use POST instead of GET.Thomas Tanghus2012-06-091-2/+2
* Break text to fit in dialog.Thomas Tanghus2012-06-071-1/+1
* 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
* 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
* Contacts: Had forgotten to call local function.Thomas Tanghus2012-05-141-2/+6
* Contacts: Fix layout in contacts list that I had broken in an earlier fix :-PThomas Tanghus2012-05-141-17/+17
* Contacts: Photo upload handlers wern't being loaded for new contacts.Thomas Tanghus2012-05-141-26/+39
* Contacts: The proper DOM wasn't loaded after import and thumbnails weren't be...Thomas Tanghus2012-05-141-62/+79
* Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won...Thomas Tanghus2012-05-131-3/+2
* Contacts: Change placeholder text to avoid confusion. No, JanC, I won't chang...Thomas Tanghus2012-05-121-2/+3
* Contacts: Make the structured name dialog modal to avoid confusion.Thomas Tanghus2012-05-111-1/+1
* Contacts: Clone event handlers as well.Thomas Tanghus2012-05-111-7/+3
* Contacts: Hack to add structured name from formatted name.Thomas Tanghus2012-05-111-3/+17
* Contacts: Fix some regressions from last commit.Thomas Tanghus2012-05-101-50/+66
* Some UI and code restructering according to usability tests: https://mail.kde...Thomas Tanghus2012-05-101-40/+43
* Code cleanup.Thomas Tanghus2012-05-071-49/+9
* Revert "Contacts: Fix for leftcontent positioning in Android browser."Thomas Tanghus2012-05-061-13/+13
* Contacts: Fix for leftcontent positioning in Android browser.Thomas Tanghus2012-05-061-13/+13
* Contacts: Changed the Add property button to not fixed and use plain button.Thomas Tanghus2012-05-041-15/+15
* Contacts: Improve NOTE UI. Cleanup markup.Thomas Tanghus2012-05-041-1/+10
* Contacts: Don't load event handlers more than once, or you're asking for trou...Thomas Tanghus2012-05-041-2/+0
* Contacts: Remove some logging.Thomas Tanghus2012-05-031-1/+0
* Contacts: Clean up tipsies.Thomas Tanghus2012-05-031-2/+3
* Contacts: Improve loading contact.Thomas Tanghus2012-05-031-18/+26
* Contacts: Removed styling and (most) js from template. Started making app mor...Thomas Tanghus2012-05-021-156/+64
* Contacts: Trying to improve PHOTO handling a bit.Thomas Tanghus2012-05-021-21/+16
* Various file path fixes.Thomas Tanghus2012-04-301-0/+3
* Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are st...Thomas Tanghus2012-04-291-27/+11
* Merge branch 'master' into movable_apps_2Georg Ehrke2012-04-271-0/+12
|\
| * Contacts: Added convinience method for notifications.Thomas Tanghus2012-04-271-0/+12