Commit graph

9245 commits

Author SHA1 Message Date
Wolfgang Sourdeau d1be924fd1 Updated version to 2.0.2 2012-10-23 17:00:18 -04:00
Wolfgang Sourdeau 15b44c6f5a Updated version to 2.0.2 2012-10-23 16:59:48 -04:00
Luc Charland 8a9336c599 fixed bug #2062 priority shows prio_null
When looking at a priority from a calendar where you don't have enough
rights.
In this case simply do not show anything in the field.
2012-10-23 16:20:51 -04:00
Francis Lachapelle ee712d2c11 Restore missing translation strings 2012-10-23 15:21:19 -04:00
Francis Lachapelle bb8eb2e1c3 Restore missing translation strings 2012-10-23 15:17:28 -04:00
Francis Lachapelle 31be93ef2e Update translation
- Dutch
- French
- German
- Hungarian
- SpanishArgentina
- SpanishSpain
2012-10-23 14:04:15 -04:00
Wolfgang Sourdeau 2cd0a643b9 the defaults for "sogod" are now registered from libSOGo 2012-10-23 13:42:27 -04:00
Wolfgang Sourdeau 1f80387fc8 simplified and fixed the overriding of "SOGoLDAPQueryLimit" and "SOGoLDAPQueryTimeout" 2012-10-23 13:42:02 -04:00
Wolfgang Sourdeau fe29c24e68 simplified defaults override code, for sogod and other SOGo-based processes, by giving prescendence to the user "user defaults", followed by sogo.conf, debconf.conf and finally SOGoDefaults.plist", and by adding "sogod" in the list of defaults "suites" 2012-10-23 13:41:34 -04:00
Wolfgang Sourdeau 54baffcd56 Added the ability to read the SOGo configuration from a property list file in /etc/SOGo/. 2012-10-23 11:33:47 -04:00
Wolfgang Sourdeau 007a325164 Do not show any signature verification icon at all when SMIME is not supported 2012-10-23 10:52:58 -04:00
Wolfgang Sourdeau c844c221d3 Do not show any signature verification icon at all when SMIME is not supported 2012-10-23 10:51:05 -04:00
Wolfgang Sourdeau 6859fd3652 Do not automatically depend on libcrypto and make fallback dependency on libssl optional 2012-10-23 10:30:05 -04:00
Wolfgang Sourdeau 2f9369db57 Do not provide a default fallback on libssl, when gnutls is not in use.\nInstead, we make the use of either library mandatory. 2012-10-23 10:29:05 -04:00
Wolfgang Sourdeau 3fb2a835d7 removed the need for "dummytool" and enabled the "--with-ssl=X" option for the "configure" script 2012-10-23 10:27:53 -04:00
Wolfgang Sourdeau de381aca81 Added support for gnutls (thanks to Jeroen Dekkers). 2012-10-23 10:11:36 -04:00
Wolfgang Sourdeau fa7a6507b5 new file 2012-10-23 10:11:33 -04:00
Francis Lachapelle 60b078f550 Fix double backslash in Polish translation 2012-10-23 07:13:14 -04:00
Francis Lachapelle 46a4cd3d4e Updated Polish translation 2012-10-22 21:44:20 -04:00
Wolfgang Sourdeau 331b61d9b2 escape the username part of the tablename in order to obtain an acceptable SQL identifier 2012-10-22 15:17:47 -04:00
Wolfgang Sourdeau 6d8c328910 Fixed most build warnings 2012-10-22 10:09:13 -04:00
Wolfgang Sourdeau dac021799a Fixed most build warnings 2012-10-22 08:02:22 -04:00
Wolfgang Sourdeau e717be6126 Fixed most build warnings 2012-10-22 08:01:40 -04:00
Wolfgang Sourdeau 667f0b4a13 style 2012-10-20 16:41:03 -04:00
Wolfgang Sourdeau b3d2f71708 encode the url of the remote calendar, to enable the passing of url parameters 2012-10-20 16:40:44 -04:00
Wolfgang Sourdeau f4c12f9658 Merge pull request #1 from dekkers/make-check
Implement a "make check" target that will run the unit tests (thanks to Jeroen Dekkers)
2012-10-20 12:39:39 -07:00
Wolfgang Sourdeau 1f64747b67 Merge pull request #2 from dekkers/link-everything-correctly
Specify all necessary libraries when linking (thanks to Jeroen Dekkers)
2012-10-20 12:15:23 -07:00
Wolfgang Sourdeau db19cae692 Build the sogo executable as PIE (thanks to Jeroen Dekkers) 2012-10-20 15:06:34 -04:00
Wolfgang Sourdeau 1f2ca23678 update to latest edition of the Olson database, regenerated with the "--pure" parameter 2012-10-20 14:27:01 -04:00
Wolfgang Sourdeau 321e7e635d added "--pure" parameter to suggested command-line 2012-10-20 14:26:23 -04:00
Wolfgang Sourdeau 5c9298febf sort the timezone periods chronologically, in reverse order, to ensure that the most recent valid one is used 2012-10-20 13:28:31 -04:00
Wolfgang Sourdeau 948bafd2bf s/occurence/occurrence/g 2012-10-20 13:27:24 -04:00
Jeroen Dekkers a632c82b59 Implement a "make check" target that will run the unit tests 2012-10-19 18:46:46 +02:00
Jeroen Dekkers 990911e142 Specify all necessary libraries when linking 2012-10-19 18:23:07 +02:00
Jeroen Dekkers 439bb132c1 Add support for GnuTLS 2012-10-19 17:33:48 +02:00
Jeroen Dekkers 0482c1db33 Read configuration from /etc/sogo/sogo.conf 2012-10-19 16:07:45 +02:00
Jeroen Dekkers 34f3ddd0d7 Compile daemon as Position Independent Executable 2012-10-19 16:05:41 +02:00
Wolfgang Sourdeau 3cd249f231 Reduced the delay used for fetching the mail rows from 200 to 100ms 2012-10-19 04:37:56 -04:00
Wolfgang Sourdeau 5e89c1236d Merged the code of _getData into getData and getting rid of the delay for rows that are already in cache 2012-10-19 04:37:36 -04:00
Wolfgang Sourdeau b005b872de Style 2012-10-19 04:34:13 -04:00
Wolfgang Sourdeau b744710ee3 Updated copyright 2012-10-18 14:13:32 -04:00
Wolfgang Sourdeau 479772a73f Further optimized things by caching the parsed strings dictionary directly 2012-10-18 13:37:42 -04:00
Wolfgang Sourdeau 1e84bccf42 new optimization that strongly improve the lookup time of labels 2012-10-18 13:00:59 -04:00
Wolfgang Sourdeau 4c6ca4efc2 _handleAttendeesEdition: ensure that the attendee email is correctly see before registering it, since the JSON content may set empty entries 2012-10-18 11:51:23 -04:00
Wolfgang Sourdeau 1357bb2f35 -[EOAndQualifier initWithQualifiers:] must receive a nil-ended list (fixes #1999) 2012-10-18 11:34:47 -04:00
Wolfgang Sourdeau cb61753cc4 Fixed the display of the restorable folder ids 2012-10-18 11:04:50 -04:00
Wolfgang Sourdeau 97aefee1ec removed the (apparently) useless version requirements, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach) 2012-10-18 10:34:05 -04:00
Wolfgang Sourdeau ae760a5c97 Merge branch 'master' of github.com:inverse-inc/sogo 2012-10-18 10:33:30 -04:00
Wolfgang Sourdeau bde8f662a3 removed (apparently) useless +version from classes, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach) 2012-10-18 10:33:20 -04:00
Wolfgang Sourdeau 1f586a4416 removed (apparently) useless +version from classes, due to problems with the ObjC2 runtime on OpenBSD (thanks to Sebastian Reitenbach) 2012-10-18 10:33:14 -04:00