smizrahi
1a06996381
test(core): Add junit output format
2023-05-24 18:17:41 +02:00
smizrahi
a7ecb5816d
Merge branch 'SOGo-5.8' into fix-green-dot
2023-05-24 11:13:12 +02:00
smizrahi
e3a7acd329
Merge branch 'SOGo-5.8' into fix-5768
2023-05-23 15:54:54 +02:00
smizrahi
23da4cca7b
fix(mail): Signature images are not handled properly in forwarded or replied to messages. Save extracted body parts (for signature) into file system. Fixes #5768
2023-05-23 15:50:48 +02:00
Hivert Quentin
10f2e622d2
chore(timezones): Update to version 2023c
2023-05-23 11:27:41 +02:00
Hivert Quentin
3b4bf71f77
chore(js/css): update generated files
2023-05-23 08:07:03 +00:00
Hivert Quentin
7292dbc780
chore(npm): Update CKEditor to version 4.21.0
2023-05-23 09:42:28 +02:00
smizrahi
ab954a150e
fix(mail): Fix email without subject according to RFC 2822. Fixes #5743
2023-05-22 18:23:28 +02:00
root
7b13006390
chore(js/css): update generated files
2023-05-22 16:21:59 +00:00
smizrahi
139ef15284
fix(calendar): Fix search issue on repeated events when one title is changed the event could not be found
2023-05-22 16:17:32 +02:00
smizrahi
d436afb054
fix(mail): Signature images are not handled properly in forwarded or replied to messages. Save extracted body parts (for signature) into file system. Fixes #5768
2023-05-22 10:54:48 +02:00
Hivert Quentin
e076d0db73
fix(calendar,preferences) Small fixes for commit 5c4d467d and 6050c4ee
2023-05-22 10:11:58 +02:00
Hivert Quentin
5c4d467d06
feat(calendar): add copy to clipboard button in "links to calendar" panel
2023-05-19 13:14:55 +02:00
Hivert Quentin
6050c4ee61
feat(preferences): show special characters when changing password
2023-05-17 18:12:21 +02:00
smizrahi
9ab59e7420
Merge branch 'master' into sogo-5.8
2023-05-16 10:58:23 +02:00
smizrahi
613ee7b8b3
docs(upgrading): Add instructions for Mac OS X Ventura changes introduced in SOGo 5.8.2
2023-05-16 10:58:03 +02:00
smizrahi
572abfb589
Merge branch 'master' into sogo-5.8
2023-05-16 10:34:19 +02:00
smizrahi
32a04998e5
fix(calendar): Fix Out of range value for column 'c_startdate' SQL error
2023-05-15 20:17:55 +02:00
smizrahi
158a5becc9
fix(calendar): Fix Out of range value for column 'c_startdate' SQL error
2023-05-15 20:07:34 +02:00
Hivert Quentin
9c7ef089c2
fix(mail): Recipients with umlaut (ü) trigerred the end of string
...
With chrome and edge and a german keyboard, the ü was considered as a separator keycode when adding recipients
2023-05-15 15:13:15 +02:00
Hivert Quentin
a14f9a7b79
fix(preferences): Cannot save preferences when SOGoCreateIdentitiesDisabled=YES
2023-05-12 16:34:16 +02:00
Leon Klingele
f04c73d495
fix(calendar(js)): prevent duplicate event creation in case of an event conflict
...
In case of an calendar event conflict the form submit button was not
disabled after use, allowing it to be clicked again.
This could have resulted in a double creation of the submit event.
2023-05-10 17:13:23 +02:00
Leon Klingele
5c944617d0
fix(calendar(js)): escape CSS selector names
...
SOGo uses the name of calendar categories verbatim to construct a CSS
selector without escaping characters such as "/". This patch ensures
those selector names are properly escaped so calendar categories
applied to a calendar event match the according selector and appear
in the correct color.
This patch makes use of the CSS escape API which is supported by all
major browsers. See https://caniuse.com/mdn-api_css_escape .
Also see https://mathiasbynens.be/notes/css-escapes .
2023-05-10 17:07:49 +02:00
smizrahi
1df2586745
fix(addressbook): Fix asynchronous selection of contacts - cards are not added as they're not yet loaded.
2023-05-10 10:32:46 +02:00
root
807622dd53
chore(js/css): update generated files
2023-05-10 08:27:21 +00:00
smizrahi
a5d4715e76
fix(core): Add + = special characters in password policy
2023-05-10 09:39:38 +02:00
smizrahi
d802b92a13
Revert "fix(UI): Make the login page honor the color theme"
...
This reverts commit 607bc08c92 .
2023-05-03 15:02:11 +02:00
smizrahi
479d29a6e2
chore(sogo-tool): Fix delete ALL acl SQL issue
2023-05-02 17:44:29 +02:00
smizrahi
dd60e016c6
fix(calendar): Fix Web Calendar (ics) subscription with authentication between SOGo instances not possible after upgrading from 5.7.0 to 5.8.2. Fixes #5753
2023-05-02 13:32:23 +02:00
smizrahi
39ab482b7f
fix(activesync): Wrong decoding emails in Outlook via EAS. Force utf-8 when contnet-type is different than html part. Original fix from tfu. Fixes #5664
2023-04-26 09:49:54 +02:00
smizrahi
d9ac1b916f
Merge branch 'fix-5749'
2023-04-26 09:32:06 +02:00
smizrahi
6643cf531a
chore(js/css): update generated files
2023-04-25 22:48:19 +02:00
smizrahi
96639b70a0
feat(calendar): Add week number on month view. Fixes #4457 .
2023-04-25 22:46:18 +02:00
smizrahi
861dea8efa
i18n(base): Fix the meaning of 'Disable auto reply on'
2023-04-25 09:07:44 +02:00
smizrahi
dc8c1c10ed
i18n(fr): Fix the meaning of 'Disable auto reply on'
2023-04-25 08:57:25 +02:00
smizrahi
d43de46a5a
i18n(en): Fix the meaning of 'Disable auto reply on'
2023-04-25 08:56:54 +02:00
smizrahi
810cd1235f
feat(mail): Add autolink from ckeditor. Fixes #5749
2023-04-24 10:05:47 +02:00
smizrahi
3b0fbdd4f4
fix(js): Fix JavaScript error when send mail from Addressbook. Fixes #5750 .
2023-04-24 09:41:21 +02:00
smizrahi
7b711eabb3
fix(eas): Fix error 500 when SOGoCacheCleanup triggered cleanup with shibboleth 4.2.1. Fore refresh ticket in iFrame in this case
2023-04-29 16:07:32 +02:00
smizrahi
650ca16ff7
fix(calendar): Fix calendar green dot stucks in original day when browser is opened for days and day changed
2023-04-19 23:31:49 +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
5500ce7085
fix(eas): Fix error 500 when SOGoCacheCleanup triggered cleanup with shibboleth 4.2.1. Fore refresh ticket in iFrame in this case
2023-04-17 10:53:23 +02:00
smizrahi
46215aca87
fix(calendar): Rework confirmation box when dismissing calendar event edition with background click, only if the event is in edition. Rework of #5585 . Closes #5720 . Fixes #5732 .
2023-04-06 10:57:52 +02:00
smizrahi
dbd4e20c34
fix(mail): Fix images in attachements when replying to a mail. Fixes #5731
2023-04-06 09:13:08 +02:00
smizrahi
4fc61a28d5
fix(calendar): Rework confirmation box when dismissing calendar event edition with background click, only if the event is in edition. Rework of #5585 . Closes #5720 .
2023-04-05 17:49:01 +02:00
smizrahi
fd7bdd8393
i18n(fr): Update French localization
2023-04-05 14:24:31 +02:00
WoodySlum
a5e7a53c8b
Merge pull request #325 from adetk/master
...
i18n(ru): Date specific Russian from and to translations
2023-04-05 14:19:40 +02:00
smizrahi
6ccd22b511
fix(calendar): Rework confirmation box when dismissing calendar event edition with background click, only if the event is in edition. Rework of #5585 . Closes #5720 .
2023-04-05 14:13:17 +02:00
adetk
a2c357f045
Update Localizable.strings
...
i18n(ru): Date specific Russian from and to translations (PR #325 )
2023-04-05 11:31:34 +06:00
smizrahi
2f36fa55fe
fix(core): Add . , : ; special characters in password policy
2023-04-04 17:18:05 +02:00