Commit Graph

711 Commits

Author SHA1 Message Date
da57a26c5a automatic close sidebox/-bar in mobile framework when tree or favorite is clicked 2024-09-09 10:29:30 +02:00
94d6b365ea fix some JS errors displayed in mail 2024-09-06 12:36:56 +02:00
75662dd424 * Mail: show s/mime signed/encrypted icons in mail display popup (verification is only shown in preview!) 2024-08-29 11:42:26 +02:00
8abe03af9f changed Mail tree styling and added setClass(..) function to Et2Tree 2024-07-27 17:47:12 +02:00
0d8aba3e69 Mail: Fix adding file share via download link into an already open mail does not always work
Select options were not right, and sometimes the updated value would be reset by the browser
2024-07-16 11:06:59 -06:00
173ea7274d Tracker: Fix vfs button on comments always shown 2024-07-08 15:24:39 -06:00
f60fd1a209 Mail: Only show attachment placeholder when attachment method isn't regular attach 2024-07-03 08:59:13 -06:00
dfa7f991bb Mail: Move attachment placeholder to client side, inserted at cursor position 2024-07-02 15:29:43 -06:00
475219e23a fix clicking on "No matches found" in mail shows last previewed mail 2024-04-24 10:56:47 +02:00
e5f418fd02 add some help-texts and remove the no longer applying one about range-selection 2024-04-22 17:23:07 +02:00
731a9d91af implement not strictly linked multiselect tree by using sl-tree selection="single" and sl-tree-item.selection:
- instead of showing checkboxes, we use the sl-tree-item.selection marker (blue left border) to show the multi-selection and sl-tree sl-selection-change event to set the value accordingly
- implement Et2Tree.setSubChecked(_id, _value) to allow apps to (un)check a hierarchy onclick of parent, still allowing to (un)select single children
- also change several tree methods to return the updateComplete promise to use in mail app.js instead of window.setInterval() to wait for tree loading
2024-04-22 16:52:47 +02:00
b0ae93155e fixing more issues in mail around tree: folder-management and subscription dialog 2024-04-16 14:23:30 +02:00
7c027ad41f fix bug where badge disappears on push 2024-03-15 10:54:40 +01:00
7d8d220ba8 fixed a bug with invisible foldernames 2024-03-14 17:08:54 +01:00
0057d92c9c fixed a bug where no currently selected Item was set, when onChange has not been called yet 2024-03-14 15:56:16 +01:00
0260b8723a reduceCounter fix for badges in Mail tree v2 2024-03-07 17:35:51 +01:00
9b5412a494 reduceCounter fix for badges in Mail tree 2024-03-07 17:00:51 +01:00
556757ae5d change tree attribute to be called badge 2024-03-07 16:25:07 +01:00
a572815fdb fix for ticket 91761
-- get correct account Id now
2024-03-07 14:46:00 +01:00
b6803b42c6 add unread counter for mails.
style is not perfect yet. Wait for shoelace response for a designated slot
2024-03-07 14:14:06 +01:00
48fc65b4ef fix manual save-as-draft did not contain attachments
as getValues() contained empty attachments object overwriting the content
2024-03-06 14:05:52 +02:00
288c0c39e9 Switch on new Et2VfsSelect widget(s)
includes mail
2024-02-12 10:32:28 -07:00
206fb0dd4b getNode and getDomNode refactoring for compatibility 2024-02-08 22:22:09 +01:00
da195d2029 changes to app.js to suit sl-tree 2024-02-08 21:54:42 +01:00
512b0bd4e6 fixing the fix
there is probably a nicer solution to let the calling widget know that getValues() is running
triggering a custom event won't help, as getValues() is not async and can't be made to wait for the widget handling the event
2024-02-05 16:19:12 +02:00
639c8748ca new boolean property applyDefaultFont for rtf editor and using it in mail compose
making sure it applyDefaultFont method gets always called in compose
2024-02-05 10:54:06 +02:00
ef7a388958 Make some dialogs initiation heights slightly bigger to avoid getting scrollbar 2023-12-08 12:30:47 +01:00
bb9e8dcd7c fix date-filter were not taken into account when deleting all mails in a folder 2023-11-21 17:53:38 +02:00
441f90d92e Mail: Fix share as download link from filemanager gave JS error
Unable to set field data to '[object Object]' in window 'compose_0__

Caused by accessing select_options through deprecated options object
2023-11-20 11:03:28 -07:00
c897b03f71 fix 2 JS errors in mobile mail, while search for another 2023-11-15 16:13:58 +02:00
ad3321c438 Mail: Remove mail-only key handler, it was double-sending 2023-11-08 13:37:10 -07:00
2d35529380 WIP sl-Tree 2023-09-27 13:53:41 +02:00
0f1f45a0cc WIP sl-Tree 2023-09-14 17:36:28 +02:00
e323cd1d79 Feature/shoelace 2.4 upgrade (#135)
Update shoelace to 2.9.0
2023-09-13 11:55:33 -06:00
6c9d9aa8ed Mail: Translate attachment button label 2023-08-14 08:35:03 -06:00
6b2a9e1dca Fix mail preview in mobile view no longer shows email addresses in its details box 2023-08-10 17:47:36 +02:00
6f63c1686e * Mail: Add attachment action "Forward to" that adds file directly to compose window 2023-08-03 10:17:14 -06:00
31d93a6ee3 Add browser notification for newly arrived mails 2023-08-02 17:40:37 +02:00
b548de666d Mail: Fix missing translations in attachment download button options 2023-07-18 13:40:04 -06:00
74504cf5b0 Make vacation dialog window bigger 2023-07-11 14:56:49 +02:00
5e3c67a5cf converted egw_action from javascript to typescript
classes are now uppercase and in their own files. lowercase classes are deprecated.
Interfaces are now actual interfaces that should be implemented instead of creating and returning an ai Object every time
2023-07-10 16:54:22 +02:00
6ace2c1fbc Mail: Let browser deal with text area sizing in compose
Fixes bug where toolbar can get hidden when editing certain emails
2023-07-05 11:23:28 -06:00
eaacac1b40 Add new mail preference in order to be able to select the type info shown on email tags 2023-06-21 16:45:23 +02:00
fce9ba3a41 * Mail: fix mixed up inline images and attachments in smime signed messages 2023-06-19 17:05:37 +02:00
dc90ee16d0 * Mail: fix preview and display no longer can decrypt an encrypted pgp message 2023-05-15 14:49:10 +02:00
0fba45d333 * Mail: fix date filter is no longer working in mail's list 2023-05-15 12:36:25 +02:00
3e1b1e56dc Fix focussed select does not close when it loses focus
Mail reply moves focus from To: to body, and To dropdown stayed open
2023-05-09 14:04:02 -06:00
efcbdde1a2 Fix mail preview failed to fetch text/calendar as attachment for smime signed messages 2023-04-27 12:42:38 +02:00
b029d826d9 Fix broken resizing mail compose's textarea 2023-04-21 14:17:58 +02:00
4080a60aa2 Set right set of attachments object for smime resolved attachments sent to client-side 2023-04-21 11:57:21 +02:00