Commit Graph

12154 Commits

Author SHA1 Message Date
Francis Lachapelle
bae39ffefa (js) Restore threads status on initial load 2019-06-19 11:50:35 -04:00
Ludovic Marcotte
2c60f03339 (fix) disable the assert check for now 2018-10-31 13:26:49 -04:00
Ludovic Marcotte
8acc9050fb (fix) updates for bionic beaver build 2018-06-05 12:07:33 -04:00
Francis Lachapelle
4e04d895cd Don't expose Web calendars to other users
Fixes #4331
2018-01-17 14:51:23 -05:00
Ludovic Marcotte
5d3b1b0dc0 (fix) made sogo-tool manage-acl work on v2 (fixes #4292) 2018-01-12 14:11:53 -05:00
Francis Lachapelle
5fbe25e0d7 Update ChangeLog 2017-10-18 11:13:07 -04:00
Francis Lachapelle
d278fc9925 Preparation for release 2.3.23 2017-10-18 11:11:05 -04:00
Francis Lachapelle
5aa36a6d28 (i18n) Update translations 2017-10-18 11:07:42 -04:00
Francis Lachapelle
ececdda8ce (js) Update CKEditor to version 4.7.3 2017-10-18 10:37:05 -04:00
Ludovic Marcotte
fe80f1e729 Updated NEWS 2017-10-18 09:38:08 -04:00
Ludovic Marcotte
5cd3a8f245 (fix) generalized HTML sanitization to avoid encoding issues when replying/forwarding mails 2017-10-18 09:33:44 -04:00
Francis Lachapelle
a2f84f1358 Fix yearly recurrences calculator with until date 2017-10-12 10:22:08 -04:00
Ludovic Marcotte
388298493f Updated NEWS 2017-10-03 09:16:12 -04:00
Ludovic Marcotte
1085e55f82 (fix) properly extract IMAP folder name (fixes #4275) 2017-10-03 09:14:38 -04:00
Ludovic Marcotte
5ca9a90a65 (fix) fixed previous commit 2017-09-22 10:36:28 -04:00
Ludovic Marcotte
f5a28ca325 (feat) more verbose output 2017-09-21 14:00:54 -04:00
Francis Lachapelle
c43411ae1e Typo
Fixes #4284
2017-09-12 05:41:12 -04:00
Francis Lachapelle
7157422125 Add Latvian (lv) translation (cont'd) 2017-09-06 09:02:59 -04:00
Francis Lachapelle
2249562caa Add Simplified Chinese translation (cont'd) 2017-09-06 09:01:23 -04:00
Francis Lachapelle
fed96dee42 Update Welsh translation 2017-09-05 13:52:52 -04:00
Francis Lachapelle
51ebf737db Update README for new ChineseChina translation 2017-09-05 13:35:43 -04:00
Francis Lachapelle
e80f5b6beb Add Simplified Chinese (zh_CN) translation 2017-09-05 13:34:29 -04:00
Francis Lachapelle
e62fd36653 (js) Add @ prefix to group id prior to removal
This fixes the issue of deleting an unknown group.
2017-08-29 15:09:53 -04:00
Francis Lachapelle
88f964cebd Improve cache cleanup when removing a group ACL 2017-08-29 15:09:08 -04:00
Ludovic Marcotte
4309b08c75 Updated NEWS 2017-08-29 11:07:55 -04:00
Ludovic Marcotte
f3cf29ea1f (fix) correctly handle "Day of the month" constraint 2017-08-29 11:06:36 -04:00
Ludovic Marcotte
7d190e537e (fix) properly encode MIME parts with embedded images in HTML parts (fixes #4150)
Conflicts:
	SoObjects/Mailer/NSString+Mail.m
	SoObjects/Mailer/SOGoDraftObject.m
2017-08-23 16:05:33 -04:00
Francis Lachapelle
c915bc7c95 Simplify sanitization of accepted HTML attributes 2017-08-22 10:18:30 -04:00
Ludovic Marcotte
630befd23b Updated NEWS 2017-08-15 09:18:37 -04:00
Ludovic Marcotte
edaa0f3956 (fix) use NSInteger instead, more clean 2017-08-14 14:25:52 -04:00
Ludovic Marcotte
e1791ac8f5 (fix) offset can be negative (fixes #4237) 2017-08-14 13:59:16 -04:00
Francis Lachapelle
44dbb30ffe (js) Disable autogrow plugin in CKEditor
Fixes #4239
2017-07-31 12:16:05 -04:00
Francis Lachapelle
b5bb9e86e3 Update ChangeLog 2017-07-20 14:02:54 -04:00
Francis Lachapelle
938fd3a6f4 Preparation for release 2.3.22 2017-07-20 14:02:37 -04:00
Francis Lachapelle
a15765df7b Use xsltproc instead of fop to generate XSL-FO 2017-07-20 13:54:49 -04:00
Francis Lachapelle
d536f090d1 (js) Update CKEditor to version 4.7.1 2017-07-20 13:49:49 -04:00
Francis Lachapelle
d0898879ca (i18n) Update translations 2017-07-20 13:36:52 -04:00
Ludovic Marcotte
12993e45be (fix) fixed forwarding mails with attachments containing slashes in file names 2017-07-13 10:45:18 -04:00
Ludovic Marcotte
00948f5753 (fix) support Squeeze + minor cleanups 2017-07-05 11:08:33 -04:00
Francis Lachapelle
6272cb5a85 (js) Improve regular expression for email address 2017-07-04 17:22:01 -04:00
Ludovic Marcotte
98064259a2 Updated NEWS 2017-07-04 13:20:37 -04:00
Ludovic Marcotte
67fef95024 (fix) silence sogo-ealarms-notify verbose output (fixes #4170)
Conflicts:
	Tools/SOGoEAlarmsNotifier.m
2017-07-04 13:18:39 -04:00
Ludovic Marcotte
a9d9e114aa Updated NEWS 2017-07-04 11:02:14 -04:00
Ludovic Marcotte
8d1b02d52b (fix) enable S/MIME even when using GNU TLS (fixes #4201)
Conflicts:
	UI/MailPartViewers/UIxMailPartSignedViewer.m
2017-07-04 11:01:43 -04:00
Ludovic Marcotte
722c813909 (fix) respect disabled state of sending rate-limiting (fixes #4198) 2017-07-04 09:57:05 -04:00
Ludovic Marcotte
4bcc6d128a (fix) avoid advertising EAS 16 support until libwbxml is fixed 2017-07-04 09:26:40 -04:00
Ludovic Marcotte
b0e5d330e5 (doc) improve iOS doc 2017-06-29 15:41:51 -04:00
Francis Lachapelle
b3650d61e1 Update NEWS file 2017-06-28 11:02:02 -04:00
Francis Lachapelle
a7d07b2a12 (fix) Update settings of active user only
Fixes #3988
2017-06-28 10:58:30 -04:00
Ludovic Marcotte
a30efc6cc7 (fix) check cache before using it (fixes #3988) 2017-06-22 10:22:16 -04:00