Commit graph

4319 commits

Author SHA1 Message Date
Wolfgang Sourdeau 157e66ad4f added "--enable-saml2" configuration option and dependency on liblasso 2012-11-01 11:28:45 -04:00
Wolfgang Sourdeau 39c2d43cef Implemented "saml2-metadata" web method to fetch the metadata corresponding to the current server 2012-11-01 10:48:10 -04:00
Wolfgang Sourdeau e31f809849 Use the system defaults when the user defaults are not availble 2012-11-01 10:27:27 -04:00
Luc Charland a916ac8927 Fixed bug #1105 Remote images display
There now is a configurable default in mail preferences where
you can set remote images to display either Never or Always.
2012-10-31 11:53:30 -04:00
Wolfgang Sourdeau 1223a6c0ee make use of -[WOComponent componentBundle] 2012-10-30 09:41:20 -04:00
Francis Lachapelle 1e04eb5717 Update French translation 2012-10-24 14:21:27 -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 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 de381aca81 Added support for gnutls (thanks to Jeroen Dekkers). 2012-10-23 10:11:36 -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 6d8c328910 Fixed most build warnings 2012-10-22 10:09:13 -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
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
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 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
Francis Lachapelle 565a48d36d Extend width of labels in preferences 2012-10-18 08:39:49 -04:00
Francis Lachapelle 5b40562abc Add missing translation strings in scheduler 2012-10-18 08:38:58 -04:00
Francis Lachapelle a13491f113 Add missing translations strings in preferences 2012-10-18 08:30:54 -04:00
Wolfgang Sourdeau 5a76790418 Added support for SMTP PLAIN authentication 2012-10-16 16:56:48 -04:00
Luc Charland b1547d7212 related with bug #0724. Erase rows before ajax call.
For a better user experience, first erase (hide) the rows that were
deleted. Then make the ajax call for batchdelete. On confirmation
really delete the rows.
2012-10-12 14:27:29 -04:00
Francis Lachapelle e73ef5d98d Updated Hungarian translation 2012-10-10 15:33:04 -04:00
Luc Charland d597aeb508 Used POST for the batch delete call instead of parameters
This might have bust the 1024 limit. With post, no problem.
2012-10-10 12:56:44 -04:00
Luc Charland 16f0ebc973 cosmetic change of a variable name 2012-10-10 10:58:39 -04:00
Luc Charland 2ddeb129e3 Changed currentContact to currentContactId. 2012-10-10 10:58:39 -04:00
Luc Charland a2c923aae1 Fixed bug #0724 Deleting multiple contacts batch
Deleting multiple contacts currently involves one HTTP query per entry.
It would be nice to implement a batch delete action, like in the
Mail module.
2012-10-10 10:58:39 -04:00
Wolfgang Sourdeau b56bc29237 Fixed output of "ls" when searching resource files 2012-10-09 17:27:08 -04:00
Francis Lachapelle 2be6922633 Organizer email address clickable in event editor
Fixes #2010
2012-10-09 09:12:39 -04:00
Francis Lachapelle 16a1b02826 Fixed position of event info box in day view
Fixes #2011
2012-10-08 16:31:17 -04:00
Wolfgang Sourdeau 61b6050058 the bodystructure and body parts in an IMAP "fetch" response are now named following their requested identifier instead of "body" 2012-10-06 12:19:30 -04:00
Wolfgang Sourdeau 42ef6afd8b Silenced errors and warnings regarding missing extensions 2012-10-05 10:14:55 -04:00
Luc Charland 034f2c8745 Fixed bug #1515 Task View is very basic.
- Added sortable fields on Title, Due date, Location, Category and
  Calendar.
- Added Priority column, also sortable.
- Separated the logic of Events and Tasks.
2012-10-01 16:20:10 -04:00
Francis Lachapelle 4038229688 Fixed messages list display in IE9 2012-10-01 10:04:35 -04:00
Francis Lachapelle fe811314f6 Calendar module : fixed tab selection persistence 2012-09-28 15:07:09 -04:00