Commit Graph

1538 Commits

Author SHA1 Message Date
Francis Lachapelle
0f3d7dc6bc fix(core): add security flags to cookies (HttpOnly, secure)
Fixes #4525
2022-04-04 16:00:06 -04: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
3d1b365b5d fix(saml): fix profile initialization, improve error handling
Fixes #5153
Fixes #5270
2021-05-27 13:58:45 -04:00
Francis Lachapelle
c0e60902a0 fix(saml): don't ignore the signature of messages
See CVE-2021-33054
2021-05-27 13:54:34 -04:00
Francis Lachapelle
0057524983 fix(addressbook(dav)): add support for macOS 11 (Big Sur)
Fixes #5203
2020-12-02 09:27:56 -05:00
Francis Lachapelle
c65e1212a5 fix(addressbook(dav)): add support for macOS 11 (Big Sur)
Fixes #5203
2020-12-01 15:49:25 -05:00
Nicolas Höft
cd3095e43b feat(core): Support smtps and STARTTLS for SMTP
Support uri schemes for SMTP, enabling STARTTLS and SMTPS for SMTP
connections.
The new format for configuration value SMTPServer supports passing a
URI scheme (either smtp:// or smtps://). To support old configurations,
if no scheme is given, smtp:// is assumed.

Fixes #31
2020-05-16 04:58:40 +02:00
Ludovic Marcotte
9198fc9bf6 fix(core): adjust syntax for Python > 2 2020-05-15 12:56:37 -04:00
Francis Lachapelle
eafbdd3884 Sanitize value of SOGoMailAutoSave 2019-09-26 11:17:15 -04:00
Francis Lachapelle
2fbe721c60 Sanitize value of SOGoMailAutoSave 2019-09-25 10:36:31 -04:00
Francis Lachapelle
e80f5b6beb Add Simplified Chinese (zh_CN) translation 2017-09-05 13:34:29 -04:00
Francis Lachapelle
88f964cebd Improve cache cleanup when removing a group ACL 2017-08-29 15:09:08 -04:00
Ludovic Marcotte
00948f5753 (fix) support Squeeze + minor cleanups 2017-07-05 11:08:33 -04:00
Ludovic Marcotte
722c813909 (fix) respect disabled state of sending rate-limiting (fixes #4198) 2017-07-04 09:57:05 -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
Ludovic Marcotte
31d131f4d3 (fix) not using cleaned data when sending mails (#4199) 2017-06-16 08:37:34 -04:00
Francis Lachapelle
e73a3495bb Respect languages preferences on login page
Fixes #4169
2017-05-31 10:48:35 -04:00
Francis Lachapelle
0cca551c22 Add Latvian (lv) translation 2017-05-30 17:27:49 -04:00
Francis Lachapelle
95d08c0150 Newly subscribed calendars are excluded from FB
Fixes #3354
2017-05-30 09:40:04 -04:00
Ludovic Marcotte
a57cad33f6 (feat) now able to subscribe/unsubscribe folders using sogo-tool 2017-05-17 09:45:47 -04:00
Ludovic Marcotte
c3121c50d5 (fix) make sure to use crypt as the scheme for md5/sha256/sha512 (fixes #4137) 2017-05-08 10:45:01 -04:00
Francis Lachapelle
3f698447b9 Properly honor "include in freebusy"
Fixes #3354
2017-04-27 09:02:46 -04:00
Ludovic Marcotte
89400fe980 (feat) added photo support in GAL search ops 2017-04-21 15:30:20 -04:00
Ludovic Marcotte
2e8c6680fe (fix) check if found before changing location 2017-04-06 14:25:06 -04:00
Ludovic Marcotte
d9d4808d29 (fix) protect ourself from broken SOPE/SOGo installs (fixes #4117) 2017-04-06 11:03:50 -04:00
Francis Lachapelle
4ecff8a437 (i18n) Update translations and add Hebrew 2017-03-09 12:31:54 -05:00
Ludovic Marcotte
45255cd27f (fix) brought bcc handling code from v3 2017-03-08 08:52:40 -05:00
Ludovic Marcotte
f4394ad8b5 (fix) set the memcache retry timeout to 5 seconds 2017-02-20 10:05:52 -05:00
Ludovic Marcotte
3c2fa1c769 (fix) enable tcp_nodelay for memcache 2017-02-20 09:54:20 -05:00
Francis Lachapelle
94a94e3c2a Fix condition when enabling Vacation message 2017-02-01 08:18:40 -05:00
Ludovic Marcotte
01983f60d1 (fix) cache sogo_folder_info records and avoid phantom subscriptions (fixes #4010) 2017-01-31 16:01:26 -05:00
Francis Lachapelle
9539b8ce6e Add support for date extension of Sieve
Fixes #1530, #1949
2017-01-20 11:29:32 -05:00
Ludovic Marcotte
cd3d59428f (fix) handle sha512-crypt with rounds 2017-01-06 15:53:11 -05:00
Ludovic Marcotte
3f68fb7b53 (feat) added new SOGoMaximumMessageSizeLimit config parameter (fixes #3510) 2016-12-28 10:18:10 -05:00
Ludovic Marcotte
b7e40776ad (fix) also use the filter when doing DN lookups (fixes #2253) 2016-12-22 14:27:07 -05:00
Ludovic Marcotte
e64b3bc1f2 (fix) use the source's domain if none is defined (fixes #3523) 2016-12-20 13:16:01 -05:00
Ludovic Marcotte
b0c355a36c (fix) correctly block if fail count is within interval (fixes #2850) 2016-12-14 21:21:20 -05:00
Ludovic Marcotte
c5a3f06538 (fix) make sure we safely escape all chars 2016-12-09 10:47:44 -05:00
Francis Lachapelle
eee1cb19d0 Formatting of SOGoDefaults.plist 2016-11-23 09:14:58 -05:00
Ludovic Marcotte
8cb6061b55 (feat) added content "touching" capability (for developers) 2016-11-21 09:58:40 -05:00
Ludovic Marcotte
53b1cc5477 (fix) fixed broken string initializations (fixes #3899) 2016-11-15 14:22:46 -05:00
Ludovic Marcotte
d992ab921f (fix) fixed method usage 2016-11-15 14:22:37 -05:00
Ludovic Marcotte
c79e3790c5 (feat) added sha256-crypt and sha512-crypt support 2016-11-15 14:22:30 -05:00
Ludovic Marcotte
6d9c5e4542 (fix) make sure we unencode @ signs before storing them in the ACL table 2016-10-20 10:28:11 -04:00
Ludovic Marcotte
73cc81c71f (fix) only consider SMTP proxyAddresses for AD (fixes #3842) 2016-10-17 11:40:17 -04:00
Francis Lachapelle
0fc3791f37 Allow custom email to be one of the user's profile
Fixes #3551
2016-10-03 10:33:49 -04:00
Francis Lachapelle
29d004c4a4 Add Serbian translation and update translations 2016-09-28 10:02:25 -04:00