Francis Lachapelle
c4bb0de11e
fix(mail): don't lowercase href/action/formaction attribute value
...
Fixes #5434
2021-11-26 08:34:45 -05:00
InverseBot
d484c2b8bd
chore(js/css): update generated files
2021-11-26 00:20:55 -05:00
Simon Hauser
fc121acff3
fix(addressbook(js)): custom field creation
...
availableKeys will always be an array containing ["1", "2", "3", "4"]
because currently the wrong customFields is not accessed correctly.
This leads to the removal of CUSTOM1 if you wanna add a second custom
field.
2021-11-25 13:17:33 -05:00
InverseBot
841dc683b5
chore(js/css): update generated files
2021-11-25 00:20:46 -05:00
Francis Lachapelle
6ef99a5ec4
fix(mail(js)): save draft after having removed an attachment
...
Fixes #5432
2021-11-24 17:07:02 -05:00
Francis Lachapelle
a98b46a7a7
fix(mail(js)): create new object instances in popup from parent's data
2021-11-24 16:35:17 -05:00
Francis Lachapelle
cb6b729c58
fix(mail(js)): don't load mailboxes list from popup editor
2021-11-24 11:03:23 -05:00
Francis Lachapelle
11eb6c29d4
fix(mail(js)): don't poll server from popup windows
2021-11-24 11:03:23 -05:00
InverseBot
a08c4c9f47
chore(js/css): update generated files
2021-11-24 00:20:49 -05:00
Francis Lachapelle
addf3c1c76
fix(mail(js)): open one distinct popup for each action
...
Fixes #5431
2021-11-23 17:37:49 -05:00
Francis Lachapelle
ff1eecaf5a
fix(mail): show comment attribute of iTIP replies
...
Fixes #5410
2021-11-22 16:20:56 -05:00
Francis Lachapelle
e85576cbb7
fix(mail): check if smime certificate matches sender address
...
Fixes #5407
2021-11-22 15:31:39 -05:00
Francis Lachapelle
7072319ddf
i18n(pt_BR): update Brazilian Portuguese translation
2021-11-17 20:41:46 -05:00
Francis Lachapelle
16de167524
chore(npm): update CKEditor to version 4.17.1
2021-11-17 19:18:53 -05:00
Francis Lachapelle
e99090b6b3
fix(mail(html)): ban "javascript:" prefix in href, action and formaction
2021-11-15 17:22:18 -05:00
Francis Lachapelle
a5c315fd17
fix(mail(js)): ban all "on*" events attributes from HTML tags
2021-11-08 13:06:02 -05:00
InverseBot
b622665359
chore(js/css): update generated files
2021-11-03 00:18:26 -04:00
Francis Lachapelle
6c56340ba5
feat(mail): allow to directly empty junk folder
...
Fixes #5224
2021-11-02 16:54:36 -04:00
Francis Lachapelle
ab67e7d279
fix(mail): check if smime certificate matches sender address
...
Fixes #5407
2021-11-02 11:04:02 -04:00
Francis Lachapelle
9622a1ea07
fix(mail(js)): reset messages list after emptying trash
...
Fixes #5421
2021-11-02 08:52:48 -04:00
Francis Lachapelle
d54dca9a1b
fix(mail): don't open XML attachments in browser
2021-11-01 10:06:49 -04:00
Francis Lachapelle
6eb5e97154
fix(mail): check if smime certificate matches sender address
...
Fixes #5407
2021-10-29 16:34:36 -04:00
Francis Lachapelle
5e7c9a8890
i18n(de): update German translation
...
Fixes #5417
2021-10-28 08:02:42 -04:00
Francis Lachapelle
1ccfa865bb
fix(calendar): send modification notifications for tasks
2021-10-25 15:27:01 -04:00
InverseBot
c07aeeffec
chore(js/css): update generated files
2021-10-23 00:18:23 -04:00
Francis Lachapelle
37d06c6f21
fix(mail(js)): update list of labels when adding one to a message
2021-10-22 15:20:49 -04:00
Francis Lachapelle
fbb76722e3
feat(mail): filter messages by tags (labels)
2021-10-22 14:34:45 -04:00
Francis Lachapelle
7c7df9b47c
fix(mail(web)): improve identification of mailboxes
2021-10-22 14:34:45 -04:00
InverseBot
33535d3d79
chore(js/css): update generated files
2021-10-22 00:46:59 -04:00
Francis Lachapelle
800e21b05d
feat(mail): filter messages by tags (labels)
...
Fixes #3323
Fixes #3835
Fixes #5338
2021-10-21 17:33:39 -04:00
Francis Lachapelle
175e3802b7
fix(mail): new action to fetch the flags of a mailbox
2021-10-21 17:17:28 -04:00
Francis Lachapelle
642db852c7
fix(mail(js)): reset mailboxes state when leaving global search
2021-10-21 17:11:43 -04:00
InverseBot
ab38b1d6c4
chore(js/css): update generated files
2021-10-20 00:18:10 -04:00
Francis Lachapelle
c2f95dc56a
feat(mail): filter mailbox by flagged messages
...
Fixes #1417
2021-10-19 16:25:47 -04:00
Francis Lachapelle
270bc2ed2e
fix(mail(css)): add bold font to mailboxes with positive unseen count
...
Fixes #4277
2021-10-19 15:49:44 -04:00
Francis Lachapelle
e5dbebb100
feat(mail): filter mailbox by unread messages
...
Fixes #1146
Fixes #3156
Fixes #4752
2021-10-19 14:49:50 -04:00
InverseBot
248516e947
chore(js/css): update generated files
2021-10-19 00:18:20 -04:00
Francis Lachapelle
80650919b8
feat(mail): prioritize personnal address books in autocompletion
2021-10-18 16:36:47 -04:00
InverseBot
3832b47b8b
chore(js/css): update generated files
2021-10-16 00:19:42 -04:00
Francis Lachapelle
d4da1facf9
fix(web): use a distinct salt for TOTP authentication
...
If TOTP is enabled for a user, it will be disabled until the user
configure it again, which will generate a new private salt.
2021-10-15 16:18:23 -04:00
InverseBot
ba86b0fd11
chore(js/css): update generated files
2021-10-15 00:18:22 -04:00
Francis Lachapelle
0eb452c412
fix(mail(js)): force search when restoring mailbox during navigation
2021-10-14 14:32:16 -04:00
Francis Lachapelle
cae51dc4d6
fix(mail): use pool to lower memory usage
2021-10-12 11:30:23 -04:00
InverseBot
ddfbb98546
chore(js/css): update generated files
2021-10-08 00:18:19 -04:00
Francis Lachapelle
0b0c8847ba
fix(addressbook(js)): sanitize fullname when using HTML
...
Fixes #5400
2021-10-07 15:31:19 -04:00
Francis Lachapelle
138ee065a2
fix(preferences(js)): review order of mail filter actions
...
Fixes #5325
2021-10-07 12:57:17 -04:00
Francis Lachapelle
710fd2f492
i18n(ru): update Russian translation
2021-10-07 10:41:55 -04:00
Francis Lachapelle
b2b12375db
i18n(pl): update Polish translation
2021-10-07 10:41:55 -04:00
Francis Lachapelle
a33cf3cd67
i18n(de): update German translation
2021-10-07 10:41:55 -04:00
Francis Lachapelle
f10e13b725
i18n(cs): update Czech translation
2021-10-07 10:41:54 -04:00