Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Contacts: Use OC_Cache for contact photo handling instead of temp dir. | Thomas Tanghus | 2012-06-05 | 1 | -3/+4 |
| | |||||
* | Calendar & Contacts: Store import progress in OC_Cache | Bart Visscher | 2012-06-04 | 1 | -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 Tanghus | 2012-06-04 | 1 | -0/+1 |
| | | | | contact list was cleared. | ||||
* | Contacts: Temporary files weren't deleted if crop window was closed without ↵ | Thomas Tanghus | 2012-06-04 | 1 | -1/+18 |
| | | | | saving. | ||||
* | Contacts: Improve loading and cleanup of dialogs. | Thomas Tanghus | 2012-05-29 | 1 | -22/+33 |
| | |||||
* | Contacts: Fix XSS. | Thomas Tanghus | 2012-05-28 | 1 | -2/+2 |
| | |||||
* | Contacts: wrong name was set on initial load. | Thomas Tanghus | 2012-05-17 | 1 | -2/+2 |
| | |||||
* | Contacts: Disable in-app import if encryption is enabled, and make an ↵ | Thomas Tanghus | 2012-05-17 | 1 | -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 Tanghus | 2012-05-16 | 1 | -2/+2 |
| | |||||
* | Remove logging. | Thomas Tanghus | 2012-05-14 | 1 | -2/+0 |
| | |||||
* | Contacts: Had forgotten to call local function. | Thomas Tanghus | 2012-05-14 | 1 | -2/+6 |
| | |||||
* | Contacts: Fix layout in contacts list that I had broken in an earlier fix :-P | Thomas Tanghus | 2012-05-14 | 1 | -17/+17 |
| | |||||
* | Contacts: Photo upload handlers wern't being loaded for new contacts. | Thomas Tanghus | 2012-05-14 | 1 | -26/+39 |
| | | | | Name conflict with two FileUploads :-P | ||||
* | Contacts: The proper DOM wasn't loaded after import and thumbnails weren't ↵ | Thomas Tanghus | 2012-05-14 | 1 | -62/+79 |
| | | | | being updated. | ||||
* | Contacts: Add error checking and reporting to import from files app. | Thomas Tanghus | 2012-05-13 | 1 | -81/+84 |
| | |||||
* | Revert "Edited combobox to adhere to coding standards and added a dblclick ↵ | Thomas Tanghus | 2012-05-13 | 1 | -24/+19 |
| | | | | | | handler." This reverts commit 19b55d3fcef54d610a8256e861d0bc894b514c5c. | ||||
* | Revert "Contacts: Change placeholder text to avoid confusion. No, JanC, I ↵ | Thomas Tanghus | 2012-05-13 | 1 | -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 Tanghus | 2012-05-12 | 1 | -19/+24 |
| | |||||
* | Contacts: Change placeholder text to avoid confusion. No, JanC, I won't ↵ | Thomas Tanghus | 2012-05-12 | 1 | -2/+3 |
| | | | | change it back again ;-) | ||||
* | Contacts: Make the structured name dialog modal to avoid confusion. | Thomas Tanghus | 2012-05-11 | 1 | -1/+1 |
| | |||||
* | Contacts: Clone event handlers as well. | Thomas Tanghus | 2012-05-11 | 1 | -7/+3 |
| | |||||
* | Contacts: Hack to add structured name from formatted name. | Thomas Tanghus | 2012-05-11 | 1 | -3/+17 |
| | |||||
* | Contacts: Fix some regressions from last commit. | Thomas Tanghus | 2012-05-10 | 1 | -50/+66 |
| | |||||
* | Some UI and code restructering according to usability tests: ↵ | Thomas Tanghus | 2012-05-10 | 1 | -40/+43 |
| | | | | https://mail.kde.org/pipermail/owncloud/2012-May/003194.html | ||||
* | Code cleanup. | Thomas Tanghus | 2012-05-07 | 1 | -49/+9 |
| | |||||
* | Revert Android positioning 'fix'. | Thomas Tanghus | 2012-05-06 | 1 | -81/+81 |
| | | | | This reverts commit 20f1c1e6ca40c09b67c404729a4bf986b4732051 and 93ae945414a9511dfe5c396205cfccac1c40a153. | ||||
* | Revert "Contacts: Fix for leftcontent positioning in Android browser." | Thomas Tanghus | 2012-05-06 | 1 | -13/+13 |
| | | | | This reverts commit 93ae945414a9511dfe5c396205cfccac1c40a153. | ||||
* | Forgot to fix one file... | Thomas Tanghus | 2012-05-06 | 1 | -81/+81 |
| | |||||
* | Contacts: Fix for leftcontent positioning in Android browser. | Thomas Tanghus | 2012-05-06 | 1 | -13/+13 |
| | |||||
* | Add missing file. | Thomas Tanghus | 2012-05-04 | 1 | -0/+118 |
| | |||||
* | Contacts: Changed the Add property button to not fixed and use plain button. | Thomas Tanghus | 2012-05-04 | 1 | -15/+15 |
| | |||||
* | Contacts: Improve NOTE UI. Cleanup markup. | Thomas Tanghus | 2012-05-04 | 1 | -1/+10 |
| | |||||
* | Contacts: Don't load event handlers more than once, or you're asking for ↵ | Thomas Tanghus | 2012-05-04 | 1 | -2/+0 |
| | | | | trouble :-P | ||||
* | Contacts: Remove some logging. | Thomas Tanghus | 2012-05-03 | 2 | -3/+0 |
| | |||||
* | Contacts: Clean up tipsies. | Thomas Tanghus | 2012-05-03 | 1 | -2/+3 |
| | |||||
* | Contacts: Improve loading contact. | Thomas Tanghus | 2012-05-03 | 1 | -18/+26 |
| | |||||
* | Contacts: Removed styling and (most) js from template. Started making app ↵ | Thomas Tanghus | 2012-05-02 | 1 | -156/+64 |
| | | | | more keyboard/screenreader friendly. General cleanup in code and markup. | ||||
* | Contacts: Trying to improve PHOTO handling a bit. | Thomas Tanghus | 2012-05-02 | 1 | -21/+16 |
| | |||||
* | Various file path fixes. | Thomas Tanghus | 2012-04-30 | 1 | -0/+3 |
| | |||||
* | Contacts: Ensure TYPE parameters on email aren't deleted on edit. They are ↵ | Thomas Tanghus | 2012-04-29 | 1 | -27/+11 |
| | | | | | | still not shown in the UI. Remove an obsolute file and did some cleanup. | ||||
* | jquery.combobox: Added 'showButton' option | Thomas Tanghus | 2012-04-29 | 1 | -30/+33 |
| | |||||
* | Merge branch 'master' into movable_apps_2 | Georg Ehrke | 2012-04-27 | 2 | -8/+25 |
|\ | |||||
| * | Contacts: Added convinience method for notifications. | Thomas Tanghus | 2012-04-27 | 1 | -0/+12 |
| | | |||||
| * | jquery.combobox: Added 'editable' option and cleaned up a bit. | Thomas Tanghus | 2012-04-27 | 1 | -8/+13 |
| | | |||||
* | | fix merge conflicts | Georg Ehrke | 2012-04-26 | 1 | -10/+48 |
|\| | |||||
| * | Contacts: Some js cleanup. | Thomas Tanghus | 2012-04-26 | 1 | -5/+13 |
| | | |||||
| * | Contacts: Added import with with file picker. | Thomas Tanghus | 2012-04-26 | 1 | -2/+32 |
| | | |||||
| * | Contacts: Fixed some file paths. | Thomas Tanghus | 2012-04-25 | 1 | -14/+14 |
| | | |||||
* | | fixes for contacts app | Georg Ehrke | 2012-04-26 | 1 | -16/+1 |
| | | |||||
* | | some fixes in contacts javascript files | Georg Ehrke | 2012-04-25 | 1 | -2/+2 |
| | |