Commit Graph

17163 Commits

Author SHA1 Message Date
smizrahi
f96eb4d3ca fix(chore): Remove check on -p option to sogo-ealarms-notify as the SMTP Master account has been implemented 2024-06-05 16:28:43 +02:00
smizrahi
0168ca56b2 feat(core): Add MySQL/MariaDB SSL connection support 2024-06-05 11:30:40 +02:00
Hivert Quentin
703f0ff1b6 chore(js/css): update generated files 2024-06-05 01:00:53 -04:00
WoodySlum
c5582ba819 Merge pull request #338 from helsinki-systems/escape-css-selectors
fix(calendar(js)): escape CSS selector names (@leonklingele)
2024-06-04 11:15:10 +02:00
WoodySlum
2dd45dfb93 Merge pull request #337 from helsinki-systems/prevent-double-event-creation
fix(calendar(js)): prevent duplicate event creation in case of an event conflict (@leonklingele)
2024-06-04 11:14:26 +02:00
Hivert Quentin
67e1a50c80 chore(js/css): update generated files 2024-06-04 01:00:52 -04:00
WoodySlum
cbb0e85a19 Merge pull request #358 from smortex/fix-disabled-calendar-view-buttons
fix(calendar): Fix disabled change view buttons (@smortex)
2024-06-03 22:45:12 +02:00
smizrahi
2756176503 fix(calendar): Fix empty recurence list when creating event from mail 2024-06-03 22:41:42 +02:00
smizrahi
1a47fdb7d6 fix(mail): Fix advanced search no select/action on results. Fixes #5978 2024-06-03 14:34:04 +02:00
Romain Tartière
910effd664 fix(calendar): fix disabled change view buttons
When viewing a calendar, 4 buttons allow to switch between the day,
week, month and multicolumnday views.  Each of these view show the
button to swith to the day view as disabled, regradless of which view is
in use.

Adjust markup to disable the button of the current view instead of the
one used to switch to the day view.
2024-05-30 11:40:56 -10:00
smizrahi
7ec7a7d6ae fix(mail): Fix not called draft expunge function when sending mail. 2024-05-29 10:07:55 +02:00
smizrahi
53d77f3105 perf(calendar): Optimization of date computation when handle attendees. Report of 77b2d9f8. 2024-05-28 11:32:05 +02:00
smizrahi
45fd999010 fix(calendar): Memory optimization on _appendCycleException 2024-05-28 11:22:46 +02:00
Hivert Quentin
31c0473c48 fix(calendar): fix crash when using a 2*16bits chars at the 75th char of ics file 2024-05-24 15:57:56 +02:00
Hivert Quentin
ebca25ca62 chore(js/css): update generated files 2024-05-23 01:00:53 -04:00
smizrahi
6b514bb159 chore(packaging): Add Ubuntu 24.04 (Noble Numbat) 2024-05-22 10:55:33 +02:00
smizrahi
314b39dd1c fix(ui): Fix invalid display when creating new appointment / mail on mobile. Initialize isFullscreen to if screen is in portrait. Fixes #5970. 2024-05-22 10:35:16 +02:00
smizrahi
6ac8525bfe feat(mail): Add 'View raw message' mail contextual option. This option open message in a popup without HTML mail CSS content modification. 2024-05-22 10:15:58 +02:00
smizrahi
9eb8039698 feat(mail): Improve mail search (advanced search) 2024-05-21 09:25:20 +02:00
smizrahi
863280d6ac fix(mail): Remove some css when generating UIxMailPartHTMLViewer. Sometimes, the mail contains SOGo mail template in the content, and broke mail display. 2024-05-10 14:51:09 +02:00
smizrahi
19ee54fe05 fix(mail): Fix template issues with Galician and Basque 2024-04-30 10:21:26 +02:00
Hivert Quentin
229596da2b chore(js/css): update generated files 2024-04-30 01:00:47 -04:00
smizrahi
c2d9050539 fix(core): Notify sgCkeditor component when clicking the send button to update content. Fixes #5952. 2024-04-29 22:21:33 +02:00
Hivert Quentin
9b5a8cb6fc style(vacation): Modify the tooltip of the mail panel when vacation is enabled 2024-04-29 15:08:57 +02:00
Hivert Quentin
2e2e36e0a2 fix(attachment): properly download openxmlformats in attachments 2024-04-29 14:21:03 +02:00
Hivert Quentin
880eb89719 fix(calendar): resource was busy even if they have delegated 2024-04-18 10:11:38 +02:00
Hivert Quentin
5830053026 fix(calendar): resource was busy even if they have delegated 2024-04-17 15:23:11 +02:00
Hivert Quentin
f815848a86 chore(js/css): update generated files 2024-04-11 01:00:50 -04:00
smizrahi
f8c354c302 fix(mail): Fix Exception when using delegated identities. Closes #5951 2024-04-10 17:18:03 +02:00
smizrahi
d9ee884459 fix(calendar): Fix assertion when is_cycle is set but without c_cycleinfo. Fixes #5950. 2024-04-10 15:47:17 +02:00
Hivert Quentin
526aa281d9 fix(contacts): can now reset contacts categories more than once 2024-04-10 11:26:06 +02:00
smizrahi
49e9988b82 fix(calendar): Fix assertion when is_cycle is set but without c_cycleinfo. Fix tests. 2024-04-09 08:59:09 +02:00
Hivert Quentin
20678b43ad chore(js/css): update generated files 2024-04-09 01:00:56 -04:00
smizrahi
d4046673ee fix(calendar): Fix assertion when is_cycle is set but without c_cycleinfo 2024-04-08 13:57:07 +02:00
smizrahi
2f4c125bdd fix(core): Add timer to avoid spamming onEditorChanged for CKEditor 5. Fixes #5944. Added onblur event 2024-04-08 12:45:18 +02:00
smizrahi
98e00d09a3 feat(core): Update to ckeditor 5. Fixes #5920. Add SOGoForceRawHtmlSignature to disable raw-html-embed. Removed CKEditor signature box style when composing mail. Fix issue where raw-html-embed was added when changind signature 2024-04-08 10:37:33 +02:00
smizrahi
a9e02d94a2 feat(core): Update to ckeditor 5. Fixes #5920. Add raw-html-embed only on html signatures 2024-04-04 18:20:23 +02:00
Hivert Quentin
2e37e59ed1 fix(vulnerability): prevent cross-site scripting when previewing attachments 2024-04-03 17:34:16 +02:00
smizrahi
ae01ed077d fix(calendar): Fix issue where a calendar's subscribed user can give acl to another user 2024-04-03 10:48:39 +02:00
smizrahi
cb55413e91 fix(calendar): Fix issue where a calendar's subscribed user can give acl to another user 2024-04-03 09:18:53 +02:00
smizrahi
0fafda55d6 fix(calendar): Fix issue where a calendar's subscribed user can give acl to another user 2024-04-02 18:55:30 +02:00
smizrahi
bc804ae823 fix(core): Add timer to avoid spamming onEditorChanged for CKEditor 5. Fixes #5944. 2024-04-02 11:11:46 +02:00
smizrahi
127df39689 fix(core): Clean html parasite code to avoid ckeditor hangs. Fixes #5944. 2024-03-27 10:05:13 +01:00
Hivert Quentin
711403f024 chore(js/css): update generated files 2024-03-20 01:00:54 -04:00
smizrahi
049a569d7f fix(mail): Fix errors while spamming arrow keys on mail list. The transition was not finished 2024-03-19 16:08:54 +01:00
smizrahi
e6ff9a408d fix(mail): Add encoding fallback when there are ISO char in file name. Fixes #5388. 2024-03-18 15:15:35 +01:00
smizrahi
06ea167ee5 fix(mail): Removed bracket display when inline text or inline html 2024-03-18 15:15:35 +01:00
Hivert Quentin
7c0699b96f fix(languages): somme "array" strings were using the wrong comma delimiter 2024-03-14 16:05:01 +01:00
Hivert Quentin
adf1117046 fix(event): resource was considered busy for an event he has delegated 2024-03-13 14:42:12 +01:00
smizrahi
5215aa4f41 fix(calendar): Fix NSData returns instead of NSString on c_cycleinfo depending on database issue. CLoses #5940. 2024-03-12 09:45:23 +01:00