Commit Graph

15383 Commits (86643b4339daf0821a30766fc5451372cd03ba77)

Author SHA1 Message Date
Francis Lachapelle 8822c8cd07 (Calendar) Button to expand invited LDAP groups
Fixes #2506
2019-08-27 16:34:15 -04:00
InverseBot 9db406a18b (js/css) Update generated files 2019-08-27 01:14:52 -04:00
Francis Lachapelle 991f1d25a4 (js) Improve attendees editor performance 2019-08-26 16:38:00 -04:00
Ludovic Marcotte 4df69587a2 (fix) honor IMAPLoginFieldName also when setting IMAP ACLs 2019-08-23 13:45:44 -04:00
Ludovic Marcotte b68c9bd302 (fix) silence log call 2019-08-23 08:46:27 -04:00
Ludovic Marcotte ff33356742 (fix) proper initialization 2019-08-20 07:54:45 -04:00
InverseBot c4198488d7 (js/css) Update generated files 2019-08-20 01:14:22 -04:00
Francis Lachapelle d8d3c88e98 Fix events search when targeting recurrent events 2019-08-19 16:47:37 -04:00
Ludovic Marcotte 676d2e6790 (feat) added support for S/MIME opaque signing (fixes #4582) 2019-08-19 10:37:15 -04:00
Francis Lachapelle b52abfcbea (js) Increase inputs max length of card/list 2019-08-19 10:06:49 -04:00
InverseBot cc48a486c7 (js/css) Update generated files 2019-08-16 01:14:37 -04:00
Francis Lachapelle adf2378d7a (web) Improve contrast of toolbars w/input field 2019-08-15 17:47:17 -04:00
Ludovic Marcotte 8c77145b9f (fix) avoid warning 2019-08-15 15:54:48 -04:00
Ludovic Marcotte 3e2af3a16e (fix) defined correct method signature 2019-08-15 15:53:40 -04:00
Ludovic Marcotte 04f91b8948 (feat) now possible to specify which domains you can forward your mails to 2019-08-15 12:48:53 -04:00
InverseBot f7f9cb29e0 (js/css) Update generated files 2019-08-09 01:10:01 -04:00
Ludovic Marcotte 2f03a74fe0 (feat) Debian 10 (Buster) support for x86_64 (fixes #4775) 2019-08-08 13:57:05 -04:00
Ludovic Marcotte ed1039a7f8 (fix) force removal of pid file 2019-08-08 13:48:36 -04:00
Ludovic Marcotte ee83e645db (fix) also chown after restart 2019-08-08 13:30:46 -04:00
Ludovic Marcotte 59f035efe7 (fix) change pid file ownership to root as required by dpkg v1.19 2019-08-08 13:17:14 -04:00
Francis Lachapelle 7486c011d2 Fix saving of receipt action for main IMAP account 2019-08-08 11:35:48 -04:00
Ludovic Marcotte 9d72c79a83 (fix) define user once more 2019-08-08 11:23:31 -04:00
Ludovic Marcotte aa768cf951 (fix) specify user 2019-08-08 11:16:59 -04:00
Francis Lachapelle c257453788 (i18n) Add missing localized strings 2019-08-08 10:39:21 -04:00
Ludovic Marcotte a4b1fe9cea Avoid using prefix 2019-08-08 10:22:46 -04:00
Francis Lachapelle 5d218e1113 (js) Prohibit duplicate contact categories 2019-08-08 10:11:42 -04:00
Ludovic Marcotte ab7af8828c Avoid using prefix 2019-08-08 09:48:07 -04:00
InverseBot 955820b17d (js/css) Update generated files 2019-08-08 01:09:47 -04:00
Francis Lachapelle 361a84e7b5 (js) Avoid saving an empty calendar name 2019-08-07 16:33:51 -04:00
Ludovic Marcotte a7b85c3360 Revert "(fix) replace deprecated env var"
This reverts commit 7e84bb4a1a.
2019-08-07 15:44:45 -04:00
Ludovic Marcotte 1d169428fe Revert "(fix) replace depracated env var"
This reverts commit d5ff25232e.
2019-08-07 15:44:33 -04:00
Ludovic Marcotte 7e84bb4a1a (fix) replace deprecated env var 2019-08-07 15:37:04 -04:00
Ludovic Marcotte d5ff25232e (fix) replace depracated env var 2019-08-07 15:35:25 -04:00
Francis Lachapelle 93fb3593cf (i18n) Update German and Polish translations 2019-08-07 08:58:01 -04:00
Francis Lachapelle b6cd87e9c0 (i18n) Update French translation 2019-08-06 10:05:44 -04:00
Ludovic Marcotte 849c34306a (fix) properly handle Windows-1256 charaset (fixes #4781) 2019-08-01 11:15:17 -04:00
Extra Fu f55f62926c
Merge pull request #258 from the-nic/bugfix/segfault-crypt
(fix) Fix SIGSEGV and compilation due to missing include crypt.h
2019-07-21 07:10:49 -04:00
Nicolas Höft f7f0af67d8 (fix) Fix SIGSEGV and compilation due to missing include crypt.h
When building on debian buster, the following warning occurs during
compiling:

    NSData+Crypto.m: In function ‘-[NSData(SOGoCryptoExtension) _asCryptedUsingSalt:magic:]’:
    NSData+Crypto.m:610:9: warning: implicit declaration of function ‘crypt’; did you mean ‘creat’? [-Wimplicit-function-declaration]
       buf = crypt([cryptString UTF8String], [saltString UTF8String]);
             ^~~~~
             creat
    NSData+Crypto.m:610:7: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
       buf = crypt([cryptString UTF8String], [saltString UTF8String]);
           ^
    NSData+Crypto.m: In function ‘-[NSData(SOGoCryptoExtension) asCryptUsingSalt:]’:
    NSData+Crypto.m:674:7: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
       buf = crypt([cryptString UTF8String], [saltString UTF8String]);
           ^
     Creating derived_src/NSFramework_SOGo.m..

This warning is apparently more severe as it may also cause segfaults
(at least on Debian Buster) when logging in, rendering sogo unusable:

    2019-07-21 11:27:55.623 sogod[16074:16074] MySQL4 connection established 0x0x55e6b9e56f40
    2019-07-21 11:27:55.624 sogod[16074:16074] MySQL4 channel 0x0x55e6b9aa41f0 opened (connection=0x0x55e6b9e56f40,sogo)
    2019-07-21 11:27:55.624 sogod[16074:16074] <MySQL4Channel[0x0x55e6b9aa41f0] connection=0x0x55e6b9e56f40> SQL: SELECT c_password FROM sogo_userview WHERE c_uid = 'xxxx';
    2019-07-21 11:27:55.625 sogod[16074:16074] <MySQL4Channel[0x0x55e6b9aa41f0] connection=0x0x55e6b9e56f40>   query has results, entering fetch-mode.
    Jul 21 11:27:56 sogod [16057]: <0x0x55e6b9a56020[WOWatchDogChild]> child 16074 exited
    Jul 21 11:27:56 sogod [16057]: <0x0x55e6b9a56020[WOWatchDogChild]>  (terminated due to signal 11)
    Jul 21 11:27:56 sogod [16057]: <0x0x55e6b992b360[WOWatchDog]> child spawned with pid 16268

The reason for this segfault is likely the implicit conversion to int,
leading to uninitialized higher bits of the pointer passed to NSData.
2019-07-21 12:00:21 +02:00
InverseBot 9c21f68c12 (js/css) Update generated files 2019-07-20 01:17:56 -04:00
Francis Lachapelle 20c34c47e9 (doc) Add reference to the Connector Config Guide 2019-07-19 14:14:55 -04:00
Francis Lachapelle 8bd8af947d Update ChangeLog 2019-07-19 13:32:40 -04:00
Francis Lachapelle 4cb43552a6 Preparation for release 4.0.8 2019-07-19 13:22:16 -04:00
Francis Lachapelle 94eeca2917 (js/css) Update generated files 2019-07-19 13:19:43 -04:00
Francis Lachapelle 1351e0953b (doc) Remove references to OpenChange 2019-07-19 13:15:39 -04:00
Francis Lachapelle 8b6b9d80af (i18n) Update translations 2019-07-19 12:50:18 -04:00
Francis Lachapelle 60247e83e7 (i18n) Update German translation 2019-07-09 16:15:37 -04:00
InverseBot 789b4f9c36 (js/css) Update generated files 2019-07-09 01:51:56 -04:00
Francis Lachapelle f2069a6129 Reduce usage of calendar color in dialogs 2019-07-08 13:04:15 -04:00
Francis Lachapelle a0cf84fd0b (wox) Remove unused block 2019-07-05 16:36:56 -04:00
Francis Lachapelle 6e040e418b (js/css) Fix rendering of material icons 2019-07-05 16:35:20 -04:00