Chris
4ec3d2091a
fix(typo): Fix typo 'attachements' ( #367 )
...
* fix: Fix typo 'attachements'
* fix: Use original translation key for typo fix
2025-04-29 14:50:29 +02:00
y9048a
02dd5c3501
feat(mail) Introduce option SOGoVacationAllowZeroDays to allow a sieve vacation days value of 0
2025-02-11 17:17:58 +01:00
smizrahi
2637434436
feat(calendar): Add option to disable email appointmoint notifications when using caldav
2024-06-12 12:00:41 +02:00
smizrahi
e92fb8f52d
feat(core): Update to ckeditor 5. Fixes #5920 .
2024-02-27 14:29:59 +01:00
Hivert Quentin
adc2d74e54
feat(accounts): Can now add smtp server to auxilliary accounts
2024-02-08 17:07:25 +01:00
Hivert Quentin
f0010afef4
feat(accounts): Can now add smtp server to auxilliary accounts
2024-02-01 16:55:41 +01:00
smizrahi
eee50697b0
feat(core): Add message of the day
2024-01-22 14:34:22 +01:00
smizrahi
9e3e3b2291
fix(mail): Fix inline pdf attachement issue when Hide inline attachment option is set. Now the option hides only inline images
2024-01-17 17:57:33 +01:00
smizrahi
a6fc83c35b
fix(mail): Fix inline pdf attachement issue when Hide inline attachment option is set. Now the option hides only inline images.
2024-01-17 10:06:19 +01:00
Hivert Quentin
2e670f7e62
feat(mail): Add an option in Preferences to display full email instead of name alone in mailboxes
2023-11-23 14:09:57 +01:00
smizrahi
abce5f42cf
feat(mail): Add SOGoMailHideInlineAttachments option to hide attachments when inline. Fixes #5490 .
2023-11-01 18:25:01 +01:00
Hivert Quentin
6b647050fc
feat(notification): add custom message
2023-08-30 17:04:49 +02:00
Hivert Quentin
82b69d1414
feat(notification): add enotify sieve script
2023-08-29 10:07:53 +02:00
smizrahi
8582e423bd
feat(preferences): Add user preferences to enable / disable signature for new mail, reply and forward
2023-07-26 19:38:57 +02:00
Hivert Quentin
ba4c7a5300
fix(preferences): add autocomplete for recipients in automatic forward
2023-07-20 09:26:16 +02:00
smizrahi
b666137a70
fix(preferences): Disable auxiliary mail accounts creation when SOGoCreateIdentitiesDisabled is enabled
2023-06-28 14:36:19 +02:00
smizrahi
09d03261af
feat(preferences): Add subtext in vacation filter to explain the behavior
2023-06-21 16:33:54 +02:00
smizrahi
861dea8efa
i18n(base): Fix the meaning of 'Disable auto reply on'
2023-04-25 09:07:44 +02:00
smizrahi
af6202bee6
feat(preferences): Add SOGoCreateIdentitiesDisabled domain option which disables identity creation for users in preferences
2023-04-18 16:57:31 +02:00
smizrahi
04e15b5695
feat(eas): Add SOGoEASDisableUI system parameter to remove EAS options in UI when ActiveSync is not used
2023-01-16 15:31:27 +01:00
smizrahi
0bd530ab64
feat(preferences): Improve TOTP - add validation code in preferences before saving to ensure user add qr code in totp application
2023-01-04 17:37:46 +01:00
smizrahi
656807b77d
feat(password-recovery): Add password recovery with secret question or secondary email
2022-10-03 08:56:41 +02:00
Francis Lachapelle
67ccf748ed
fix(web(js)): improve validation of email addresses
...
Overwrite the AngularJS validation and transformation of email inputs in
order to support umlauts and eszett.
2022-07-28 10:46:40 -04:00
Francis Lachapelle
2ae03d5095
fix(preferences(js)): don't filter vacation start date
2022-07-15 11:14:22 -04:00
Francis Lachapelle
2ef849ca65
feat(preferences): password constraints for SQL sources
...
Initial implementation of some password policy support for SQL sources.
2022-06-06 16:39:26 -04:00
Francis Lachapelle
dd0730947f
web: update window title depending on active module
...
Fixes #4982
2022-05-16 17:43:35 -04:00
Francis Lachapelle
8ed4fc88b5
feat(mail): always forward incoming messages, before all filters
...
This new "Always forward" checkbox allows the user to forward incoming
messages before evaluating the other filters, if any. When unchecked,
the "redirect" directive is executed after all filters; if a filter
stops evaluating the remaining rules, the message won't be forwarded.
2022-04-06 15:43:07 -04:00
Francis Lachapelle
96d00b744e
fix(mail(web)): display emails extracted from smime certificate
...
Fixes #5440
2022-03-07 11:03:04 -05:00
Francis Lachapelle
80b0d99687
fix(preferences(js)): don't check Sieve capabilities if Mail module disabled
2022-02-10 10:03:16 -05:00
Francis Lachapelle
d65b5a8418
fix(preferences(js)): fix validation of enabled days for vacation
...
Fixes #5469
2022-01-27 16:44:17 -05:00
Francis Lachapelle
edcf03e179
fix(mail(js)): save "mark as read" delay when changing mode
2022-01-04 12:23:38 -05:00
Francis Lachapelle
4eed98d58d
feat(mail): delay or disable automatic mark message as read
...
Fixes #1585
2021-12-07 09:55:13 -05:00
Francis Lachapelle
2ecd441f32
feat(mail): enable autoreply on specific days or at a specific time
...
Fixes #5328
2021-12-02 14:20:47 -05: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
Francis Lachapelle
138ee065a2
fix(preferences(js)): review order of mail filter actions
...
Fixes #5325
2021-10-07 12:57:17 -04:00
Francis Lachapelle
545cfe58c6
feat(mail): new parameter to disable S/MIME certificates
2021-08-11 18:18:29 -04:00
Francis Lachapelle
20b2fd5e45
refactor(web): replace SOGoGoogleAuthenticatorEnabled with
...
SOGoTOTPEnabled
Fixes #5294
2021-06-16 14:59:02 -04:00
olivierperes
9ae9fa094e
refactor(mail): replace "Google Authenticator" with more general vocabulary
...
The 2FA feature is not specific to one application, rewording makes this more clear.
Fixes #5294
2021-06-16 09:49:30 -04:00
Francis Lachapelle
fc4f5d2161
feat(mail): new option to force default identity
...
Users can now force the default identity to always be used when replying
or forwarding a message.
2021-01-14 15:23:43 -05:00
Francis Lachapelle
12047d112f
fix(preferences(css)): improve display of some select input fields
2020-11-13 17:19:53 -05:00
Francis Lachapelle
6cac6f2383
chore(npm): update md to v1.2.1
2020-11-04 16:47:12 -05:00
Francis Lachapelle
1c4ff40d33
fix(preferences(mail)): make sure auto-reply (vacation) text is set
2020-10-15 14:07:04 -04:00
Francis Lachapelle
8205acc5d5
feat(web): support desktop notifications, add global inbox polling
...
Fixes #1234 , fixes #3382 , fixes #4295
2020-07-29 16:31:19 -04:00
Francis Lachapelle
0e7ce3129c
fix(preferences(js)): show error when passwords don't match
2020-07-27 10:20:38 -04:00
Nicolas
2300fe8aab
fix(core): Require current password on password change ( #285 )
...
Increase security by requiring the current password when changing the
password. This increases the security for cases such as XSS, or just a
forgotten browser window left open.
Fixes #4140
2020-07-27 10:12:22 -04:00
Francis Lachapelle
1c99c2ca42
fix(web): consistency in icon of expandable list items
...
See https://material.io/components/lists#types
2020-07-24 15:47:17 -04:00
Francis Lachapelle
5bb8161494
fix(preferences(js)): honor SOGoForwardConstraints in Sieve filters
2020-07-14 12:11:01 -04:00
Francis Lachapelle
0e5e88aaf9
fix(web): add icon to expandable list items
2020-07-10 17:27:03 -04:00
Francis Lachapelle
b4f76a7932
feat(mail): handle multiple mail identities
...
Fixes #768 , fixes #4602
2020-07-10 17:07:01 -04:00
Francis Lachapelle
443a41b770
i18n(preferences): rename "Current Time Zone" to "Time Zone"
2020-07-03 12:32:47 -04:00