Commit Graph

13378 Commits (d6d3e49158ec6b569e5c0db4d98efb3b7e3a4747)

Author SHA1 Message Date
Francis Lachapelle 59bf86fe86 Update NEWS file 2016-06-01 09:29:53 -04:00
Ludovic Marcotte 21054ea3d6 Updated NEWS file 2016-06-01 09:10:10 -04:00
Ludovic Marcotte 9a38db1667 (fix) use PEEK when fetching attachments using ItemOperations 2016-06-01 08:52:56 -04:00
InverseBot 74e639bf5d (js/css) Update generated files 2016-06-01 01:24:46 -04:00
Francis Lachapelle 5ab405efcc (js) Compose mail from attendee's email addresses 2016-05-31 21:56:10 -04:00
Francis Lachapelle b71fb2e525 Display messages sizes in list of Mail module 2016-05-31 15:40:45 -04:00
Francis Lachapelle c11839cd5e Improve handling of attachments names with quotes
Partially resolves #2272
2016-05-31 15:34:48 -04:00
Francis Lachapelle 1dca078c56 Improve handling of attachments names with quotes
Partially resolves #2272
2016-05-31 15:31:03 -04:00
Francis Lachapelle ac229bacf6 Improve Mail editor
Resolves #3705
2016-05-31 11:49:10 -04:00
Patrice Levesque 0d507ff038 Use table naming convention from the documentation 2016-05-31 11:36:33 -04:00
Francis Lachapelle 1b8bc408d1 Fix davacl test for secured content 2016-05-31 10:48:34 -04:00
InverseBot 98970712fd (js/css) Update generated files 2016-05-31 01:11:59 -04:00
Patrice Levesque 2e38215988 Add safeguard to optional SQL upgrade script.
Ensure nobody runs this by mistake, it can seriously break a SOGo installation.
2016-05-30 15:18:36 -04:00
Francis Lachapelle 5c2aedb3c9 (js) Show loading progress for messages and cards 2016-05-30 12:31:31 -04:00
Patrice Levesque c46a5f8df7 Ensure 'sogo' UNIX group exists at installation
Previous logic only checked for user existence.
2016-05-30 11:40:25 -04:00
Francis Lachapelle f623de931a (i18n) Update Hungarian translation 2016-05-30 10:20:55 -04:00
InverseBot d9b5728585 (js/css) Update generated files 2016-05-28 01:11:08 -04:00
Francis Lachapelle ec8dfdfd05 (css) Fix close button of card and msg viewers 2016-05-27 16:09:43 -04:00
Ludovic Marcotte 1ba8ba9e58 (fix) avoid crashing due to bogus URLs (GNUstep braindamage) 2016-05-27 15:29:33 -04:00
Francis Lachapelle f4d83bfa19 (js) Fix automatic expansion of mail account 2016-05-27 13:55:14 -04:00
Francis Lachapelle 45290c6414 Improve CSS sanitizer for HTML messages
At-rules are now completely removed. Fixed a possible issue where the
first rule would not be prefixed by our CSS selector.

Fixes #3700
2016-05-27 13:42:44 -04:00
Ludovic Marcotte 875a4aca32 (fix) improved previous commit for attributes stripping and UID generation (fixes #3695 and #3696) 2016-05-27 10:53:16 -04:00
InverseBot 604705960e (js/css) Update generated files 2016-05-27 01:23:53 -04:00
Francis Lachapelle ac33bb62d5 (css) Avoid outline on focus of message 2016-05-26 16:01:45 -04:00
Francis Lachapelle 06f596f821 (js) Collapsable mail accounts
Fixes #3493
2016-05-26 15:48:15 -04:00
Francis Lachapelle 4b29b5302e Sort languages list of SOGoDefaults.plist 2016-05-26 15:37:55 -04:00
Francis Lachapelle 8bee076135 Minor HTML improvements 2016-05-26 15:04:42 -04:00
Ludovic Marcotte 39ba7fc7f8 Updated NEWS 2016-05-26 14:43:29 -04:00
Ludovic Marcotte c9f63a7ce2 (fix) make sure to strip X- tags when securing content (#3695) 2016-05-26 14:42:13 -04:00
Francis Lachapelle 7c4b1b36cf (js) Fix restore of mailboxes expansion states 2016-05-26 11:18:36 -04:00
Francis Lachapelle d61a9d0b80 (css) Enlarge clickable zone in sidenav list 2016-05-26 11:04:36 -04:00
InverseBot 6ff125c679 (js/css) Update generated files 2016-05-26 01:24:01 -04:00
Francis Lachapelle a9ee261eff Allow disabling Gravatar
Resolves #3600
2016-05-25 16:07:40 -04:00
Francis Lachapelle 9fc22f2689 (js) Fix contact's nickname when composing msg
The nickname is wrapped with <em> tags when viewing the card but those
tags must not appear when composing a new message from one of the
contact's email addresses.
2016-05-25 11:33:25 -04:00
Francis Lachapelle c9346e4f24 (js) Fix display of email of search results 2016-05-25 10:52:04 -04:00
Francis Lachapelle fd4b09428f Expose all email addresses in autocompletion
This change is immediately applicable to LDAP-based system address
books. However, personal SQL-based address books must have their quick
tables recreated. To do so, one must use sogo-tool to backup and restore
the user's data.

Resolves #3443, #3526
2016-05-25 10:25:53 -04:00
InverseBot 6dc80e1159 (js/css) Update generated files 2016-05-25 01:25:39 -04:00
Francis Lachapelle 968a5bd5fb (i18n) Restore Catalan and Slovak translations
Fixes #3687
2016-05-24 12:11:08 -04:00
Francis Lachapelle d2a4ddd3df (js) Fix display of mailboxes list on mobile
Fixes #3654
2016-05-24 11:55:31 -04:00
Francis Lachapelle 0773dec6b8 (js) Fix event classification icon in days views 2016-05-24 11:07:04 -04:00
Francis Lachapelle e3a9ba910c (i18n) Update Turkish (Turkey) translation 2016-05-24 11:03:15 -04:00
Patrice Levesque 8225a4ccb0 Soft-ensure SOGo is started after MariaDB. 2016-05-24 10:29:33 -04:00
InverseBot 9f28872671 (js/css) Update generated files 2016-05-24 01:22:54 -04:00
InverseBot 0306aa07a9 (js/css) Update generated files 2016-05-23 01:25:22 -04:00
InverseBot 321b92fd15 (js/css) Update generated files 2016-05-22 01:22:32 -04:00
Ludovic Marcotte 0e57e3b571 (fix) enable SAML2 support on CentOS 7 2016-05-20 11:11:13 -04:00
Francis Lachapelle 0e2c6dc5cd Fix offset when converting event to all-day
Fixes #3655
2016-05-20 10:06:13 -04:00
InverseBot 03bbe63cdc (js/css) Update generated files 2016-05-20 01:23:51 -04:00
Francis Lachapelle ac13ef0005 (js) Fix month view when spawning six weeks
Fixes #3663
2016-05-19 17:24:47 -04:00
Francis Lachapelle cc28357553 (js) Fix autocompletion of LDAP-based groups
Fixes #3673
2016-05-19 16:34:42 -04:00