Hivert Quentin
577d991d42
chore(js/css): update generated files
2023-07-26 00:00:48 -04:00
smizrahi
326bc68f4c
fix(preferences): Fix the issue when signature is too long and preferences are not saved. Note that MySQL profile table should be updated with a migration script
2023-07-25 17:22:11 +02:00
Hivert Quentin
0cb896d4fe
chore(js/css): update generated files
2023-07-21 00:00:46 -04:00
Hivert Quentin
ba4c7a5300
fix(preferences): add autocomplete for recipients in automatic forward
2023-07-20 09:26:16 +02:00
Hivert Quentin
40512f6b06
chore(js/css): update generated files
2023-07-20 00:00:48 -04:00
Hivert Quentin
d55030323b
chore(js/css): update generated files
2023-07-12 00:00:46 -04:00
smizrahi
9918f75580
feat(core): Add in user settings to force password change for a user when logging
2023-07-11 18:48:54 +02:00
Hivert Quentin
a95f6c0799
chore(js/css): update generated files
2023-06-21 18:00:51 -04:00
smizrahi
09d03261af
feat(preferences): Add subtext in vacation filter to explain the behavior
2023-06-21 16:33:54 +02:00
Hivert Quentin
8baa770681
chore(js/css): update generated files
2023-06-14 18:00:51 -04:00
Hivert Quentin
af59e57fc0
fix(mail): Fix a bug when pressing the key DEL more than once to delete mails
2023-06-14 17:47:23 +02:00
smizrahi
22372a7598
fix(calendar): Fix calendar green dot stucks in original day when browser is opened for days and day change. Fixes #5783
2023-06-12 10:18:26 +02:00
Hivert Quentin
117540dbb1
chore(npm): update ckeditor with galician language
2023-06-12 08:56:30 +02:00
Hivert Quentin
665861d830
i181(gl_ES) add Galician language support
2023-06-12 08:56:30 +02:00
smizrahi
f22672cef8
fix(calendar): Fix calendar green dot stucks in original day when browser is opened for days and day changed
2023-06-07 10:06:59 +02:00
smizrahi
e87d511e79
chore(js/css): update generated files
2023-05-30 16:32:40 +00:00
Hivert Quentin
854e83c22c
fix(mail): autocomplete can find two lists named the same but in different address books
2023-05-30 18:29:55 +02:00
smizrahi
24200e7d34
chore(js/css): update generated files
2023-05-30 16:26:08 +00:00
smizrahi
9da6521cfb
Merge branch 'master' into SOGo-5.8
2023-05-30 18:25:41 +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
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
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
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
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
810cd1235f
feat(mail): Add autolink from ckeditor. Fixes #5749
2023-04-24 10:05:47 +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
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
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
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
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
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
3f01de6c8f
chore(npm): Update CKEditor to version 4.21.0
2023-03-27 11:27:35 +02:00
smizrahi
65d4c5c480
fix(calendar): Add confirmation box when dismissing calendar event edition with background click, only if the event is in edition. Fixes #5585
2023-03-27 09:38:56 +02:00
smizrahi
bb4a88b6df
fix(calendar): Add confirmation box when dismissing calendar event edition with background click, only if the event is in edition. Fixes #5585
2023-03-22 19:39:44 +01:00
smizrahi
e12583eb4e
feat(mail): Add punycode (RFC 3492) to encode domain with special characters
2023-03-21 10:27:43 +01:00
smizrahi
39032ac80f
feat(mail): Add punycode (RFC 3492) to encode domain with special characters
2023-03-21 10:23:56 +01:00
smizrahi
13178a16f2
feat(mail): Add punycode (RFC 3492) to encode domain with special characters
2023-03-21 10:22:43 +01:00
smizrahi
0a9b3d6adf
feat(mail): Add punycode (RFC 3492) to encode domain with special characters
2023-03-21 10:19:32 +01:00
smizrahi
abd7fdd385
chore(js/css): update generated files
2023-03-15 17:44:01 +01:00