[SOGo] BTS activities for Friday, April 06 2018

2018-04-06 Thread SOGo reporter
Title: BTS activities for Friday, April 06 2018





  
BTS Activities

  Home page: http://www.sogo.nu/bugs
  Project: SOGo
  For the period covering: Friday, April 06 2018

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
4159
	2018-04-06 07:33:43
	updated (open)
	Web Calendar
	Feature for auto-accept
	
	  
	
2242
	2018-04-06 10:01:28
	updated (open)
	Web Mail
	Web Mail should decode TNEF attachments (winmail.dat)
	
	  
	
4439
	2018-04-06 07:55:37
	updated (open)
	Web Mail
	Font size layout in mail view choppy
	
	  
	
4440
	2018-04-06 07:48:15
	updated (open)
	Web Mail
	Layout of buttons in German calendar subscription
	
	  
	
4441
	2018-04-06 08:28:16
	updated (open)
	Web Mail
	SAML login not working - nil value for key 'login' error
	
	  
	
  
  


-- users@sogo.nuhttps://inverse.ca/sogo/lists

Re: [SOGo] Change "Links to this Calendar" from http to https ?

2018-04-06 Thread mj



On 04/06/2018 04:09 PM, "albert.solana" (albert.sol...@upcnet.es) wrote:

Removing "env=HTTP_HOST" causes a general Sogo website malfunction.


ok, strange, because: not for us.

But the other fix (setting the env variable) works here too. Didn't know 
it, learned about it just now.


Thanks,
MJ
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Change "Links to this Calendar" from http to https ?

2018-04-06 Thread Pierre Fumet

Hello,
that fixes it :
@@ -72,4 +72,5 @@
## and do not forget to enable the headers module

+  SetEnvIf Host (.*) HTTP_HOST=$1
  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST


Found bug report (1) and existing pull request (2).

(1) https://lists.inverse.ca/sogo/arc/users/2017-03/msg00089.html
(2) 
https://github.com/inverse-inc/sogo/pull/233/commits/400dd26b7d1409fce0b2e5f8445af86170054fd4

++

On 02 April 2018 at 18:15, Pierre Fumet wrote :

Hello,
sorry for late answer, here's my apache config, running on Debian 8 / apache 
2.4 / SOGo 3.2.10.20180225-1 :

# sites-enabled/.conf

ServerName 
DocumentRoot /var/www/empty
Redirect / https:///SOGo


ServerName 
SSLEngine on
RedirectMatch ^/$ /SOGo


# conf-enabled/SOGo.conf
Alias /SOGo.woa/WebServerResources/ \
 /usr/lib/GNUstep/SOGo/WebServerResources/
Alias /SOGo/WebServerResources/ \
 /usr/lib/GNUstep/SOGo/WebServerResources/


   AllowOverride None
   
   Order deny,allow
   Allow from all
   
   = 2.4>
   Require all granted
   
   
 ExpiresActive On
 ExpiresDefault "access plus 1 year"
   

ProxyRequests Off
SetEnv proxy-nokeepalive 1
ProxyPreserveHost On

ProxyPass /SOGo http://127.0.0.1:2/SOGo retry=0
http://127.0.0.1:2/SOGo>

 RequestHeader set "x-webobjects-server-port" "443"
 RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" env=HTTP_HOST
 RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
env=HTTP_HOST
 RequestHeader unset "x-webobjects-remote-user"
 RequestHeader set "x-webobjects-server-protocol" "HTTP/1.0"

 AddDefaultCharset UTF-8
 Order allow,deny
 Allow from all



 RewriteEngine On
 RewriteRule ^/.well-known/caldav/?$ /SOGo/dav [R=301]
 RewriteRule ^/.well-known/carddav/?$ /SOGo/dav [R=301]



On 23 February 2018 at 08:31, from Ludovic Marcotte :

Show your Apache configuration for SOGo.


--
Pierre Fumet   ::   +33676748359
--
users@sogo.nu
https://inverse.ca/sogo/lists


Re: [SOGo] Change "Links to this Calendar" from http to https ?

2018-04-06 Thread "albert.solana"

Hello MJ,

Removing "env=HTTP_HOST" causes a general Sogo website malfunction.


El 05/04/18 a les 10:19, mj (li...@merit.unu.edu) ha escrit:

Hi,

On 04/02/2018 06:15 PM, Pierre Fumet (p...@zdn.fr) wrote:

  RequestHeader set "x-webobjects-server-port" "443"
  RequestHeader set "x-webobjects-server-name" "%{HTTP_HOST}e" 
env=HTTP_HOST
  RequestHeader set "x-webobjects-server-url" "https://%{HTTP_HOST}e; 
env=HTTP_HOST

  RequestHeader unset "x-webobjects-remote-user"


Perhaps remove "env=HTTP_HOST" after both lines..?

MJ


--

Atentament,
___
Albert Solana
Service Operation
UPCnet
Edifici Vèrtex - Pl. Eusebi Güell, 6
08034 BARCELONA
Telèfon centraleta: 93.401.1600




Aquest correu electrònic pot contenir informació confidencial o legalment 
protegida i està exclusivament dirigit a la persona o entitat  destinatària. Si 
vostè no és el destinatari final o persona encarregada de recollir-lo, no està 
autoritzat a llegir-lo, retenir-lo, modificar-lo, distribuir-lo, copiar-lo ni a 
revelar el seu contingut. Si ha rebut aquest correu electrònic per error, li 
preguem que informi al remitent i elimini del seu sistema el missatge i el 
material annex que pugui contenir.
Gràcies per la seva col.laboració.

*** Si us plau, no m'imprimeixis. Vull seguir sent digital ***
*** Por favor, no me imprimas. Quiero seguir siendo digital ***
*** Please, don't print me. I want to remain digital ***

--
users@sogo.nu
https://inverse.ca/sogo/lists