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
smizrahi
d49ef4047a
fix(mail): Fix invalid forward template when replying. Closes #5726
2023-04-04 08:45:12 +02:00
smizrahi
0edd3f757f
fix(mail): Removed attachements of images when replying to a mail. As the image is inline, the attachement shall be removed.
2023-04-03 19:11:53 +02:00
Adet Kineyev
b61bde9072
i18n(kk): Update Kazakh translations
2023-04-03 13:22:37 +06:00
smizrahi
6acb245fec
fix(js): Fix display of body message when 'to' field is not filled in. Closes #5721
2023-04-03 09:08:35 +02:00
adetk
346a3edbcf
Merge branch 'Alinto:master' into master
2023-04-03 12:51:53 +06:00
smizrahi
6338ca19c2
chore(release): 5.8.2
SOGo-5.8.2
2023-03-28 21:43:35 +02:00
smizrahi
95cb615e92
chore(release): 5.8.2
2023-03-28 21:34:01 +02:00
smizrahi
5e11702d88
Update ChangeLog
2023-03-28 21:28:35 +02:00
smizrahi
f813b78c3c
fix(calendar): Impossible to create a new event after creating a new one. Closes #5718
2023-03-28 21:26:21 +02:00
smizrahi
5a825881d9
chore(release): 5.8.1
SOGo-5.8.1
2023-03-28 09:50:02 +02:00
smizrahi
072ff5ac85
chore(timezones): Update to version 2023b
2023-03-28 09:11:31 +02:00
smizrahi
b2873bf5f1
i18n(cy): Update Welsh translations
2023-03-27 19:46:49 +02:00
smizrahi
90b174bda1
i18n(uk): Update Ukrainian translations
2023-03-27 19:46:49 +02:00
smizrahi
f87a8557bd
i18n(tr_TR): Update TurkishTurkey translations
2023-03-27 19:46:49 +02:00
smizrahi
a0d047ad07
i18n(sv): Update Swedish translations
2023-03-27 19:46:49 +02:00
smizrahi
43d925b4ef
i18n(es_ES): Update SpanishSpain translations
2023-03-27 19:46:49 +02:00
smizrahi
d6a63bd7bf
i18n(es_AR): Update SpanishArgentina translations
2023-03-27 19:46:49 +02:00
smizrahi
5a67603816
i18n(sl_SI): Update Slovenian translations
2023-03-27 19:46:49 +02:00
smizrahi
d18581514e
i18n(sk): Update Slovak translations
2023-03-27 19:46:48 +02:00
smizrahi
1489b7d219
i18n(sr): Update Serbian translations
2023-03-27 19:46:09 +02:00
smizrahi
0d21123def
i18n(ro_RO): Update Romanian translations
2023-03-27 19:46:08 +02:00
smizrahi
d2a5fd0b2d
i18n(pt_BR): Update Portuguese translations
2023-03-27 19:46:08 +02:00