summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Contacts: Add error checking and reporting to import from files app.Thomas Tanghus2012-05-131-81/+84
* Revert "Edited combobox to adhere to coding standards and added a dblclick ha...Thomas Tanghus2012-05-131-24/+19
* Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I won...Thomas Tanghus2012-05-131-3/+2
* Edited combobox to adhere to coding standards and added a dblclick handler.Thomas Tanghus2012-05-121-19/+24
* 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 Android positioning 'fix'.Thomas Tanghus2012-05-061-81/+81
* Revert "Contacts: Fix for leftcontent positioning in Android browser."Thomas Tanghus2012-05-061-13/+13
* Forgot to fix one file...Thomas Tanghus2012-05-061-81/+81
* Contacts: Fix for leftcontent positioning in Android browser.Thomas Tanghus2012-05-061-13/+13
* Add missing file.Thomas Tanghus2012-05-041-0/+118
* 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-032-3/+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