Hivert Quentin
17fca79bb0
i18n(sl_SI): Update Slovenian translations
2023-05-30 09:46:59 +02:00
Hivert Quentin
1ea3f009bb
i18n(sk): Update Slovak translations
2023-05-30 09:46:59 +02:00
Hivert Quentin
b1f6d20e9f
i18n(sr@latin): Update SerbianLatin translations
2023-05-30 09:46:59 +02:00
Hivert Quentin
7be8e644a9
i18n(ro_RO): Update Romanian translations
2023-05-30 09:46:58 +02:00
Hivert Quentin
6bb781b531
i18n(pt): Update Portuguese translations
2023-05-30 09:46:58 +02:00
Hivert Quentin
3e93296902
i18n(nn_NO): Update NorwegianNynorsk translations
2023-05-30 09:46:56 +02:00
Hivert Quentin
d5bf149f7a
i18n(sr_ME@latin): Update Montenegrin translations
2023-05-30 09:46:55 +02:00
Hivert Quentin
d4a2d6b6f4
i18n(mk_MK): Update Macedonian translations
2023-05-30 09:46:55 +02:00
Hivert Quentin
07a01e3fdd
i18n(lt): Update Lithuanian translations
2023-05-30 09:46:54 +02:00
Hivert Quentin
56e040c6d5
i18n(lv): Update Latvian translations
2023-05-30 09:46:53 +02:00
Hivert Quentin
f3bdda516e
i18n(kk): Update Kazakh translations
2023-05-30 09:46:52 +02:00
Hivert Quentin
8d842ccfb4
i18n(ja): Update Japanese translations
2023-05-30 09:46:52 +02:00
Hivert Quentin
aa43c5bf31
i18n(id_ID): Update Indonesian translations
2023-05-30 09:46:50 +02:00
Hivert Quentin
7f7f224621
i18n(is): Update Icelandic translations
2023-05-30 09:46:49 +02:00
Hivert Quentin
b8c5d8f4a8
i18n(he): Update Hebrew translations
2023-05-30 09:46:48 +02:00
Hivert Quentin
33427ac00b
i18n(fi): Update Finnish translations
2023-05-30 09:46:48 +02:00
Hivert Quentin
e5dc0408ce
i18n(cs): Update Czech translations
2023-05-30 09:46:47 +02:00
Hivert Quentin
b706d1b41f
i18n(hr_HR): Update Croatian translations
2023-05-30 09:46:47 +02:00
Hivert Quentin
0a2d702c69
i18n(zh_TW): Update ChineseTaiwan translations
2023-05-30 09:46:46 +02:00
Hivert Quentin
0b4fddc232
i18n(zh_CN): Update ChineseChina translations
2023-05-30 09:46:45 +02:00
Hivert Quentin
87f778d01c
i18n(ca): Update Catalan translations
2023-05-30 09:46:44 +02:00
Hivert Quentin
76dcd4f6aa
i18n(bs_BA): Update Bosnian translations
2023-05-30 09:46:43 +02:00
Hivert Quentin
fb5fa0c63d
i18n(eu): Update Basque translations
2023-05-30 09:46:43 +02:00
Hivert Quentin
2c0b59fa71
i18n(ar): Update Arabic translations
2023-05-30 09:46:42 +02:00
smizrahi
a7ecb5816d
Merge branch 'SOGo-5.8' into fix-green-dot
2023-05-24 11:13:12 +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
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
smizrahi
572abfb589
Merge branch 'master' into sogo-5.8
2023-05-16 10:34:19 +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
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
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