root
b77d69fbd0
fix(eas): properly encode DisplayTo ( fixes #4995 )
2022-11-04 23:51:43 +01:00
root
7f2b485764
fix(eas): fix invalid DisplayTo ( fixes #4988 )
2022-11-04 23:51:34 +01:00
root
cb34fae175
fix(eas): additional name fields ( fixes #4929 )
2022-11-04 23:51:20 +01:00
Ludovic Marcotte
0beb0536a8
fix(eas): avoid generating broken XML ouput ( fixes #4927 )
2022-11-04 23:51:09 +01:00
Ludovic Marcotte
d5a6f9b9d5
fix(eas): make sure there is always an attendee name ( fixes #4910 )
2022-11-04 23:50:59 +01:00
Ludovic Marcotte
76f9e2b009
fix(core): avoid warning by including missing file
2022-11-04 23:50:49 +01:00
Ludovic Marcotte
6d27fdd340
(fix) avoid incorrect truncation leading to exception ( fixes #4806 )
2022-11-04 23:50:30 +01:00
Ludovic Marcotte
bd6bdcb136
(fix) improve FolderSync operation ( fixes #4672 )
2022-11-04 23:46:59 +01:00
Francis Lachapelle
671857fd19
(EAS) Fix handling of missing date
...
Fixes #4720
2022-11-04 23:35:02 +01:00
Ludovic Marcotte
896d14d8c0
(fix) better handle timezone changes ( fixes #4624 )
2022-11-04 23:34:49 +01:00
Ludovic Marcotte
2cd21052bd
(feat) support for basic UserInformation queries ( fixes #4614 )
2022-11-04 23:34:38 +01:00
Ludovic Marcotte
e5004db2af
(fix) better handle bogus DTStart values over EAS
2022-11-04 23:34:14 +01:00
Ludovic Marcotte
562f67fc25
(fix) fix search on for Outlook application ( #4605 and #4607 )
2022-11-04 23:25:00 +01:00
Ludovic Marcotte
26e84aad4b
(fix) strip '<>' from bodyId and when forwarding mails
2022-11-04 23:24:38 +01:00
Ludovic Marcotte
2a67e12d55
(fix) fixed EAS search operation
2022-11-04 22:32:13 +01:00
Ludovic Marcotte
cb31d4faa9
(fix) also try to get event using its UID before bailing out
2022-11-04 22:32:00 +01:00
Ludovic Marcotte
f40584616e
(fix) avoid potential cache update when breaking sync queries ( fixes #4422 )
2022-11-04 22:31:18 +01:00
Ludovic Marcotte
e99d8b8c81
(fix) small optimizations + code cosmetics
2022-11-04 22:27:25 +01:00
Ludovic Marcotte
e0c5c5b200
(fix) improved alarms syncing with EAS devices ( fixes #4351 )
2022-11-04 22:27:09 +01:00
Ludovic Marcotte
102d8a977a
(fix) EAS with drafts with attachments
2022-11-04 22:16:31 +01:00
Ludovic Marcotte
9461eb7027
(fix) correctly handle all-day events with EAS v16 ( fixes #4397 )
2022-11-04 22:16:12 +01:00
Ludovic Marcotte
c9f94f1ec4
(fix) skip organizer from attendees list ( fixes #4402 )
2022-11-04 22:14:05 +01:00
Francis Lachapelle
0dfb621b37
Use address books search fields in Contacts module
...
Fixes #4356
2022-11-04 21:59:32 +01:00
Francis Lachapelle
72c97079f6
Merge to 2.4.3
SOGo-2.4.3
2022-04-08 08:24:50 -04:00
Francis Lachapelle
7d601fff28
chore(release): 2.4.3
2022-04-08 08:24:33 -04:00
Francis Lachapelle
731c1bdfd9
fix(mail): don't encode calendar mime part twice
...
SOPE will take care of encoding all text parts in quoted-printable if necessary.
Fixes #5391
Fixes #5393
2022-04-08 08:21:19 -04:00
Francis Lachapelle
07574297cd
fix(mail): don't encode calendar mime part twice
...
SOPE will take care of encoding all text parts in quoted-printable if necessary.
Fixes #5391
Fixes #5393
2022-04-08 08:18:13 -04:00
Francis Lachapelle
d23bafbae6
Merge to 2.4.2
SOGo-2.4.2
2022-04-04 18:47:43 -04:00
Francis Lachapelle
1349179c3e
chore(release): 2.4.2
2022-04-04 18:46:40 -04:00
Francis Lachapelle
e528096b10
fix(mail(css)): restrict the viewport of the message body viewer
2022-04-04 17:20:04 -04:00
Francis Lachapelle
3c85dbd74d
fix(mail): don't allow XML inline attachments
2022-04-04 16:17:37 -04:00
Francis Lachapelle
dd7dd49641
fix(mail(html)): ban "javascript:" prefix in href, action and formaction
2022-04-04 16:17:15 -04:00
Francis Lachapelle
f38eded701
fix(mail(js)): ban all "on*" events attributes from HTML tags
2022-04-04 16:02:32 -04:00
Francis Lachapelle
0f3d7dc6bc
fix(core): add security flags to cookies (HttpOnly, secure)
...
Fixes #4525
2022-04-04 16:00:06 -04:00
Francis Lachapelle
f331211977
test: migration from Python to JavaScript
2022-02-21 16:21:42 -05:00
Francis Lachapelle
2389e44513
fix(core): only escape "%" with the SQL LIKE operator
2022-02-21 14:37:04 -05:00
Francis Lachapelle
9bffee269d
fix(calendar(dav)): add DAV:status to DAV:response only when deleted
...
Fixes #5163
2022-02-21 14:26:49 -05:00
Francis Lachapelle
5d0a48d6fa
core(dav): improve SQL queries of multiget and sync-collection
2022-02-21 14:25:21 -05:00
Francis Lachapelle
4ed6bce05c
chore(fix): update recommended packages for SOGo on Debian
2021-11-04 09:48:11 -04:00
Francis Lachapelle
64414ee060
Remove dependency on tmpwatch and tmpreaper
2021-11-04 09:40:42 -04:00
Ludovic Marcotte
3d2e5adee8
fix(eas): gcc v10 compat fixes ( fixes #5029 )
2021-11-04 09:24:47 -04:00
Nicolas Höft
dc4fdb2d5a
fix(core): fix GCC 10 compatibility
...
With GCC 10, SOGoAptFormatter.m FTBS with the following error:
SOGoAptFormatter.m: In function ‘-[SOGoAptFormatter setPrivateTitleOnly]’:
SOGoAptFormatter.m:104:56: error: expected ‘)’ before ‘::’ token
104 | self->formatAction = @selector(titleOnlyForPrivateApt::);
Simply name the second argument, so gcc is happy.
Also add the `external` keyword to a header declared variable.
Fixes #5029
2021-11-04 09:13:49 -04:00
Francis Lachapelle
3e96d68f30
fix(calendar(dav)): add method attribute to content-type of iTIP reply
...
Fixes #5320
2021-06-07 15:08:11 -04:00
Francis Lachapelle
24687abdd4
Merge to 2.4.1
SOGo-2.4.1
2021-05-31 21:18:21 -04:00
Francis Lachapelle
697eda298d
chore(release): 2.4.1
2021-05-31 21:17:16 -04:00
Francis Lachapelle
71e0871629
Merge branch 'fix/saml' into v2
2021-05-31 20:23:17 -04:00
Francis Lachapelle
ef99973621
chore(oc): remove unused code of OpenChange
2021-05-28 07:39:44 -04:00
Francis Lachapelle
7fbc3f7fc3
chore(debian): remove debian/control-squeeze
2021-05-27 14:39:59 -04:00
Francis Lachapelle
c5d74f5f32
chore(oc): remove unused code of OpenChange
2021-05-27 14:38:35 -04:00
Francis Lachapelle
9703cfdfd5
chore(rhel): drop support for RHEL 6
2021-05-27 14:28:05 -04:00