[SOGo] BTS activities for Monday, December 12 2022

2022-12-12 Thread SOGo reporter
Title: BTS activities for Monday, December 12 2022





  
BTS Activities

  Home page: https://bugs.sogo.nu
  Project: SOGo
  For the period covering: Monday, December 12 2022

  
  
idlast updatestatus (resolution)categorysummary
	
	
	  
	
5655
	2022-12-12 10:23:03
	updated (open)
	Backend Calendar
	Invitation error and inconsistency
	
	  
	
5660
	2022-12-12 10:28:56
	updated (open)
	Backend Calendar
	Bug about escaping strings containing spaces
	
	  
	
4184
	2022-12-12 17:30:43
	updated (open)
	Backend General
	Posibility to split config files into several sub files
	
	  
	
4190
	2022-12-12 17:21:23
	updated (open)
	Backend General
	entry '{DAV:}XXX' already exists in DAV permissions table
	
	  
	
5657
	2022-12-12 10:34:10
	updated (open)
	Backend General
	SOGoTimeZone value is ignored
	
	  
	
5659
	2022-12-12 03:00:47
	updated (open)
	Web Calendar
	Notifications E-Mail not triggered inviting Attendee not in same domain
	
	  
	
5553
	2022-12-12 12:13:57
	updated (open)
	with SOGo
	MS Outlook 2016 with active Sync stops synchronizing and shows status disconnected
	
	  
	
5639
	2022-12-12 20:03:52
	confirmed (open)
	Apple Calendar (Mac OS X)
	CalDAV: Mac OS Calendar unable to find existing SOGo calendars and creates a new one.
	
	  
	
5345
	2022-12-12 17:18:19
	assigned (reopened)
	Web General
	Outdated website
	
	  
	
5658
	2022-12-12 18:37:18
	assigned (reopened)
	Web General
	403 on /SOGo/so/passwordRecoveryEnabled
	
	  
	
  
  




[SOGo] Programmatically open new email window with attachment

2022-12-12 Thread Gabriel Thornhill
Hi,

I have a question about integrating Sogo and a web application we have
running on the same Linux box, I hope somebody in the list can provide a
few tips about how to accomplish this task.
We've implemented SSO so that Sogo doesn't need to ask for
username/password if the user is logged in the application.
The web application can generate pdf reports, so we would like to give the
users the chance to email those reports using Sogo.
For that, we need to implement the following:
_ the application saves the pdf file in /tmp directory
_ The application has a link that opens a new tab in the client browser and
calls Sogo (/Mail//UIxMailPopupView?), passing as parameters the pdf file
name, the target and subject of the email
_ Sogo reads the pdf from /tmp directory and adds it as attachment to the
email, and also populates the recipient and the subject (at this point the
user should see the new email popup window with the fields To and Subject
populated and with the pdf attached)

What would be required in Sogo (both backend and Angular client) to get
this requirement implemented?

Thanks and regards


Re: [SOGo] Broken Calendar in SOGo 5.8

2022-12-12 Thread smizr...@alinto.eu

Your account has been updated to reporter.

Sebastien

Le Lundi, Décembre 12, 2022 10:02 CET, "Richard Rosner" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:
  
Hi Sebastien,
I have never been able to create bug reports there. When I'm logged in, there's 
a flag next to my user name saying "viewer", which is probably the reason for 
that. I don't know how to change that and last time I tried to contact the 
admin mail address it didn't work (I think I got the response that it's not 
available).
 
Best
RichardAm 12.12.2022 um 09:25 schrieb smizr...@alinto.eu 
(smizr...@alinto.eu):Hi Richard,

You can open a ticket on bugs.sogo.nu and provide the following informations :
The SQL request just before getting the SQL Exception. You can have SQL request 
in logs using MySQL4DebugEnabled = YES; in sogo.conf.
The SQL dump structure of your database (without data) would be also helpful.

Sebastien

Le Jeudi, Décembre 08, 2022 15:27 CET, "\"Richard Rosner\"" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:
 Hello,
it seems SOGo 5.8 has broken the calendar (interestingly only for some users), 
seemingly with a database update. At least some users aren't able to create new 
entries and the log shows errors withDec 08 15:03:29 sogod [2803825]: 
<0x0x5617477a0510[GCSFolder]> ERROR(-[GCSFolder 
writeContent:fromComponent:container:toName:baseVersion:]): cannot\
insert content :  NAME:ExecutionFailed 
REASON:Unknown column 'c_description' in 'field list' and older reports in 
mailing lists suggest the last time that was a problem back in 2.x it was a 
problem with the databse scheme. Yet there is no database update script in 
/usr/share/doc/sogo/, the newest one is sql-update-5.5.1_to_5.6.0.sh. But that 
one was for the bug of not being able to log in back then. So how do I fix it?
​​
Best regards
Richard

 

 


Re: [SOGo] Broken Calendar in SOGo 5.8

2022-12-12 Thread Richard Rosner

Hi Sebastien,

I have never been able to create bug reports there. When I'm logged in, 
there's a flag next to my user name saying "viewer", which is probably 
the reason for that. I don't know how to change that and last time I 
tried to contact the admin mail address it didn't work (I think I got 
the response that it's not available).



Best

Richard

Am 12.12.2022 um 09:25 schrieb smizr...@alinto.eu (smizr...@alinto.eu):

Hi Richard,

You can open a ticket on bugs.sogo.nu and provide the following 
informations :
The SQL request just before getting the SQL Exception. You can have 
SQL request in logs using MySQL4DebugEnabled = YES; in sogo.conf.
The SQL dump structure of your database (without data) would be also 
helpful.


Sebastien

Le Jeudi, Décembre 08, 2022 15:27 CET, "\"Richard Rosner\"" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:

Hello,
it seems SOGo 5.8 has broken the calendar (interestingly only for 
some users), seemingly with a database update. At least some users 
aren't able to create new entries and the log shows errors with


Dec 08 15:03:29 sogod [2803825]: <0x0x5617477a0510[GCSFolder]>
ERROR(-[GCSFolder
writeContent:fromComponent:container:toName:baseVersion:]): cannot\
insert content : 
NAME:ExecutionFailed REASON:Unknown column 'c_description' in
'field list'

and older reports in mailing lists suggest the last time that was a 
problem back in 2.x it was a problem with the databse scheme. Yet 
there is no database update script in /usr/share/doc/sogo/, the 
newest one is sql-update-5.5.1_to_5.6.0.sh. But that one was for the 
bug of not being able to log in back then. So how do I fix it?

​​
Best regards
Richard




smime.p7s
Description: S/MIME Cryptographic Signature


Re: [SOGo] Broken Calendar in SOGo 5.8

2022-12-12 Thread smizr...@alinto.eu

Hi Richard,

You can open a ticket on bugs.sogo.nu and provide the following informations :
The SQL request just before getting the SQL Exception. You can have SQL request 
in logs using MySQL4DebugEnabled = YES; in sogo.conf.
The SQL dump structure of your database (without data) would be also helpful.

Sebastien

Le Jeudi, Décembre 08, 2022 15:27 CET, "\"Richard Rosner\"" 
(rros...@fsmuw.rwth-aachen.de)  a écrit:
 Hello,
it seems SOGo 5.8 has broken the calendar (interestingly only for some users), 
seemingly with a database update. At least some users aren't able to create new 
entries and the log shows errors withDec 08 15:03:29 sogod [2803825]: 
<0x0x5617477a0510[GCSFolder]> ERROR(-[GCSFolder 
writeContent:fromComponent:container:toName:baseVersion:]): cannot\
insert content :  NAME:ExecutionFailed 
REASON:Unknown column 'c_description' in 'field list'and older reports in 
mailing lists suggest the last time that was a problem back in 2.x it was a 
problem with the databse scheme. Yet there is no database update script in 
/usr/share/doc/sogo/, the newest one is sql-update-5.5.1_to_5.6.0.sh. But that 
one was for the bug of not being able to log in back then. So how do I fix it?
​​
Best regards
Richard