Commit Graph

3927 Commits

Author SHA1 Message Date
smizrahi
581b2c1912 Revert "Revert "fix(calendar): Fix issue where EXDATE removes modified occurence. The behavior is now identical to G Agenda. This fix may reduce the 'missing exception error'.""
This reverts commit ec20ea1b45d35f9d63066baf324fa6726b4e910e.
2024-11-12 16:21:12 +01:00
smizrahi
9a9d968756 Revert "fix(calendar): Fix issue where EXDATE removes modified occurence. The behavior is now identical to G Agenda. This fix may reduce the 'missing exception error'."
This reverts commit 5bab72726a.
2024-11-12 16:21:12 +01:00
smizrahi
617c1bbc64 fix(mail): Correct attachment handling when creating emails from templates 2024-11-06 16:48:39 +01:00
smizrahi
5bab72726a fix(calendar): Fix issue where EXDATE removes modified occurence. The behavior is now identical to G Agenda. This fix may reduce the 'missing exception error'. 2024-11-06 09:15:12 +01:00
Hivert Quentin
01863987dd fix(calendar): fix commit f1257088 2024-11-04 10:22:08 +01:00
Hivert Quentin
f1257088f2 fix(calendar): prevent to return the same user twice in ldap groups 2024-10-29 17:14:25 +01:00
smizrahi
f2ba6870d5 feat(core): Add new SOGoURLCreateAccount option to add a create account link below login form 2024-10-22 16:03:50 +02:00
smizrahi
253d14cfce fix(core): Specify application name in WORequest to avoid computing app name in SOPE. Sometimes the app name is wrongly defined due to invalid URL calls. 2024-10-22 09:46:00 +02:00
smizrahi
b3c77a0e00 fix(mail): Add 'Return-Receipt-To' header for mail receipt 2024-10-16 09:44:53 +02:00
Hivert Quentin
1d8ee80c39 fix(mail): modify the message-id to not start by <XX- that trigger a native spamassassin rule
ed9239e5d1/rulesrc/sandbox/felicity/70_other.cf (L267)
2024-10-14 16:56:42 +02:00
Hivert Quentin
04a9a8773d fix(security) : fix a security issue introduced in 5.11.1 2024-10-11 15:10:19 +02:00
Hivert Quentin
41aecca692 i18n(tr_TR): Update TurkishTurkey translations 2024-10-08 11:59:46 +02:00
Hivert Quentin
56598d1e37 feat(login): add parameters to prevent uneccesary connection request when the domain is unknown 2024-10-01 17:53:46 +02:00
Hivert Quentin
1c20c1ead3 feat(sieve): add from on notificatons 2024-09-12 10:49:15 +02:00
Hivert Quentin
68f4fc1343 fix(mail): improve algo to fetch imap folders for mail view 2024-09-11 09:05:53 +02:00
Hivert Quentin
6e11cdf289 i18n(es_ES): Update SpanishSpain translations 2024-08-07 10:49:40 +02:00
Hivert Quentin
68b17a5c4a i18n(sl_SI): Update Slovenian translations 2024-08-07 10:49:39 +02:00
Hivert Quentin
5ee190468e i18n(cs): Update Czech translations 2024-08-07 10:49:38 +02:00
smizrahi
58db9c980e fix(mail): When the signature is empty, the -- seperator appears. 2024-08-05 08:47:09 +02:00
smizrahi
99da6e0f81 fix(mail): Update len value as data is modified in loop. This fixes the issue on sanitizedContentUsingVoidTags whenthere are meta html tags in mail content. 2024-07-19 13:31:20 +02:00
smizrahi
ef88039a4a fix(mail): Fix invalid content when forwarding a text/plain mail. Fixes #5983. 2024-07-11 17:41:14 +02:00
smizrahi
43388ac42c fix(mail): Fix invalid content when forwarding a text/plain mail. Fixes #5983. 2024-06-24 16:41:07 +02:00
smizrahi
2637434436 feat(calendar): Add option to disable email appointmoint notifications when using caldav 2024-06-12 12:00:41 +02: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
smizrahi
19ee54fe05 fix(mail): Fix template issues with Galician and Basque 2024-04-30 10:21:26 +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
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
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
smizrahi
d4046673ee fix(calendar): Fix assertion when is_cycle is set but without c_cycleinfo 2024-04-08 13:57:07 +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
e6ff9a408d fix(mail): Add encoding fallback when there are ISO char in file name. Fixes #5388. 2024-03-18 15:15:35 +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
smizrahi
65ab6962d8 feat(core): Update to ckeditor 5. Fixes #5920. Change to add raw-html-embed on all signatures 2024-03-11 10:29:41 +01:00
Hivert Quentin
96331cac90 feat(mail): add options to not add X-Foward header in mail 2024-03-07 15:36:40 +01:00
Hivert Quentin
815a87de0b fix(event): user was considered busy for an event he has delegated 2024-03-07 12:10:05 +01:00
Hivert Quentin
f609c31a32 feat(ytnef): add possibility to add event to calendar from winmail.dat 2024-03-06 16:50:38 +01:00
smizrahi
dd965baae1 feat(core): Update to ckeditor 5. Fixes #5920. Encapsulate signature in raw-html-embed div when there are tables inside. Changed settings for raw html to enable preview. 2024-03-05 21:57:01 +01:00
smizrahi
fd9b8dcfcd fix(core): Add disableSubgroups option in SOGoUserSources LDAP settings to avoid infinite recursive loop when using a group name with the same name as a member. Fixes #5913 2024-02-28 11:08:51 +01:00
smizrahi
e92fb8f52d feat(core): Update to ckeditor 5. Fixes #5920. 2024-02-27 14:29:59 +01:00