summaryrefslogtreecommitdiffstats
path: root/apps/contacts/js
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | Convert calendar and contacts import to use a caching system for storing the import progress percentage. OC_Cache can later be made smarter about storing values.
* Contacts: When editing photo on a newly created contact the name in the ↵Thomas Tanghus2012-06-041-0/+1
| | | | contact list was cleared.
* Contacts: Temporary files weren't deleted if crop window was closed without ↵Thomas Tanghus2012-06-041-1/+18
| | | | saving.
* 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 ↵Thomas Tanghus2012-05-171-2/+3
| | | | attempt of supporting IE uploads too. Can't test it though...
* 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
| | | | Name conflict with two FileUploads :-P
* Contacts: The proper DOM wasn't loaded after import and thumbnails weren't ↵Thomas Tanghus2012-05-141-62/+79
| | | | being updated.
* 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 ↵Thomas Tanghus2012-05-131-24/+19
| | | | | | handler." This reverts commit 19b55d3fcef54d610a8256e861d0bc894b514c5c.
* Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I ↵Thomas Tanghus2012-05-131-3/+2
| | | | | | | | won't change it back again ;-)" This reverts commit a36a8faad4b66b5d68d6ba57fa095dd85546adfe. Moved it to unstable branch for now.
* 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 ↵Thomas Tanghus2012-05-121-2/+3
| | | | change it back again ;-)
* 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: ↵Thomas Tanghus2012-05-101-40/+43
| | | | https://mail.kde.org/pipermail/owncloud/2012-May/003194.html
* Code cleanup.Thomas Tanghus2012-05-071-49/+9
|
* Revert Android positioning 'fix'.Thomas Tanghus2012-05-061-81/+81
| | | | This reverts commit 20f1c1e6ca40c09b67c404729a4bf986b4732051 and 93ae945414a9511dfe5c396205cfccac1c40a153.
* Revert "Contacts: Fix for leftcontent positioning in Android browser."Thomas Tanghus2012-05-061-13/+13
| | | | This reverts commit 93ae945414a9511dfe5c396205cfccac1c40a153.
* 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 ↵Thomas Tanghus2012-05-041-2/+0
| | | | trouble :-P
* 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 ↵Thomas Tanghus2012-05-021-156/+64
| | | | more keyboard/screenreader friendly. General cleanup in code and markup.
* 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 ↵Thomas Tanghus2012-04-291-27/+11
| | | | | | still not shown in the UI. Remove an obsolute file and did some cleanup.
* jquery.combobox: Added 'showButton' optionThomas Tanghus2012-04-291-30/+33
|
* Merge branch 'master' into movable_apps_2Georg Ehrke2012-04-272-8/+25
|\
| * Contacts: Added convinience method for notifications.Thomas Tanghus2012-04-271-0/+12
| |
| * jquery.combobox: Added 'editable' option and cleaned up a bit.Thomas Tanghus2012-04-271-8/+13
| |
* | fix merge conflictsGeorg Ehrke2012-04-261-10/+48
|\|
| * Contacts: Some js cleanup.Thomas Tanghus2012-04-261-5/+13
| |
| * Contacts: Added import with with file picker.Thomas Tanghus2012-04-261-2/+32
| |
| * Contacts: Fixed some file paths.Thomas Tanghus2012-04-251-14/+14
| |
* | fixes for contacts appGeorg Ehrke2012-04-261-16/+1
| |
* | some fixes in contacts javascript filesGeorg Ehrke2012-04-251-2/+2
| |