Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-11-22 Thread smizr...@alinto.eu

Hi,

New version 5.8.0 is under test and we're currently fixing latest bugs.
This version should be released next week.

Sebastien

Le Mercredi, Novembre 16, 2022 12:48 CET, "Florian Unger" 
(florian.un...@intego.de)  a écrit:
   No comment on a planned release date?
 On 02.11.2022 15:30, Florian Unger (florian.un...@intego.de) wrote:Hi 
Sebastien,

Since the announced release of SOGo 5.7.2 did not happen in October, do you 
have a new date when SOGo 5.7.2 with the bugfix for 
https://bugs.sogo.nu/view.php?id=5581 will be released?

Best regards
Florian
 On 20.09.2022 08:28, smizrahi@alinto . eu (smizr...@alinto.eu) wrote:Hi Götz,

Apologize for the too late delivery date.
The following procedure should fix the issue :
service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo start When the release will be out, do not forget to delete .bak 
files.
You also need to clear your browser cache.

Sebastien

Le Mardi, Septembre 20, 2022 08:08 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
    Hi Sebastian, thanks…. so is there a short term workaround for that bug? 
Currently for us the WebUI is unusable in daily business. Regards . Götz Am 
19.09.2022 um 08:24 schrieb smizrahi@alinto . eu (smizr...@alinto.eu) 
: Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
   Hi any news on a release? That bug is a total show stopper for us right now 
… :( Regards . Götz Am 30.08.2022 um 12:15 schrieb Slávek Banko 
(slavek.ba...@axis.cz) : Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will
do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz  
 
 
Götz Reinicke
IT-Koordination
IT-OfficeNet
+49 7141 969 82420
goetz.reini...@filmakademie.de
Filmakademie Baden-Württemberg GmbH
Akademiehof 10 71638 Ludwigsburg
http://www.filmakademie.de
 
 
Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg
Geschäftsführer:
Prof. Thomas Schadt
Datenschutzerklärung | Transparenzinformation
Data privacy statement | Transparency information

  -- 
_
 
Florian Unger   Intego GmbH
Tel.:  +49-9131-61082-121   Henri-Dunant-Straße 8
Email: florian.un...@intego.de  D-91058 Erlangen
Web:   https://www.intego.de/en Germany
_

Geschäftsführer:
Dr. Peter PlankensteinerRegistergericht:
Dr. Thomas Wagner   Amtsgericht Fürth
Dipl.-Ing. (FH) Andreas EcklHRB 7576

 


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-11-22 Thread Florian Unger

No comment on a planned release date?

On 02.11.2022 15:30, Florian Unger (florian.un...@intego.de) wrote:

Hi Sebastien,

Since the announced release of SOGo 5.7.2 did not happen in October, 
do you have a new date when SOGo 5.7.2 with the bugfix for 
https://bugs.sogo.nu/view.php?id=5581 will be released?


Best regards
Florian

On 20.09.2022 08:28, smizrahi@alinto . eu (smizr...@alinto.eu) wrote:

Hi Götz,

Apologize for the too late delivery date.
The following procedure should fix the issue :

service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map

/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
-O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
-O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
-O
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
-O
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo start

When the release will be out, do not forget to delete .bak files.
You also need to clear your browser cache.

Sebastien

Le Mardi, Septembre 20, 2022 08:08 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:

Hi Sebastian,
thanks…. so is there a short term workaround for that bug? Currently 
for us the WebUI is unusable in daily business.

Regards . Götz
Am 19.09.2022 um 08:24 schrieb smizrahi@alinto . eu 
(smizr...@alinto.eu) :

Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:

Hi any news on a release?
That bug is a total show stopper for us right now … :(
Regards . Götz
Am 30.08.2022 um 12:15 schrieb Slávek Banko (slavek.ba...@axis.cz) 
:

Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. 
I will

do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):

Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke

(goetz.reini...@filmakademie.de):

Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz


Filmakademie Baden Württemberg 

Götz Reinicke
IT-Koordination
IT-OfficeNet
+49 7141 969 82420
goetz.reini...@filmakademie.de 

Filmakademie Baden-Württemberg GmbH
Akademiehof 10 71638 Ludwigsburg
http://www.filmakademie.de 

Twitter  	Facebook 
 	Youtube 
 	Vimeo 



Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer:
Prof. Thomas Schadt

Datenschutzerklärung 
 | 
Transparenzinformation 

Data privacy statement 
 | 
Transparency information 









--
_
 
Florian Unger   Intego GmbH

Tel.:  +49-9131-61082-121   Henri-Dunant-Straße 8
Email:florian.un...@intego.de   D-91058 Erlangen
Web:https://www.intego.de/en  Germany
_

Geschäftsführer:
Dr. Peter 

Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-11-02 Thread Florian Unger

Hi Sebastien,

Since the announced release of SOGo 5.7.2 did not happen in October, do 
you have a new date when SOGo 5.7.2 with the bugfix for 
https://bugs.sogo.nu/view.php?id=5581 will be released?


Best regards
Florian

On 20.09.2022 08:28, smizrahi@alinto . eu (smizr...@alinto.eu) wrote:

Hi Götz,

Apologize for the too late delivery date.
The following procedure should fix the issue :

service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map

/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
-O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
-O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
-O
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget

https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
-O
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo start

When the release will be out, do not forget to delete .bak files.
You also need to clear your browser cache.

Sebastien

Le Mardi, Septembre 20, 2022 08:08 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:

Hi Sebastian,
thanks…. so is there a short term workaround for that bug? Currently 
for us the WebUI is unusable in daily business.

Regards . Götz
Am 19.09.2022 um 08:24 schrieb smizrahi@alinto . eu 
(smizr...@alinto.eu) :

Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:

Hi any news on a release?
That bug is a total show stopper for us right now … :(
Regards . Götz
Am 30.08.2022 um 12:15 schrieb Slávek Banko (slavek.ba...@axis.cz) 
:

Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. 
I will

do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):

Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke

(goetz.reini...@filmakademie.de):

Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz


Filmakademie Baden Württemberg 

Götz Reinicke
IT-Koordination
IT-OfficeNet
+49 7141 969 82420
goetz.reini...@filmakademie.de 

Filmakademie Baden-Württemberg GmbH
Akademiehof 10 71638 Ludwigsburg
http://www.filmakademie.de 

Twitter  	Facebook 
 	Youtube 
 	Vimeo 



Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer:
Prof. Thomas Schadt

Datenschutzerklärung 
 | 
Transparenzinformation 

Data privacy statement 
 | 
Transparency information 







Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-09-21 Thread goetz.reini...@filmakademie.de
Thanks a lot !! looks like it works for us!

/Götz

> Am 20.09.2022 um 08:28 schrieb smizrahi@alinto . eu (smizr...@alinto.eu) 
> :
> 
> Hi Götz,
> 
> Apologize for the too late delivery date.
> The following procedure should fix the issue :
> service sogo stop
> mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js 
> /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
> mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map 
> /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
> mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js 
> /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
> mv 
> /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map 
> /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
> wget 
> https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
>  
> 
>  -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
> wget 
> https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
>  
> 
>  -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
> wget 
> https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
>  
> 
>  -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
> wget 
> https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
>  
> 
>  -O 
> /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
> service sogo start
> 
> When the release will be out, do not forget to delete .bak files.
> You also need to clear your browser cache.
> 
> Sebastien

<…>




smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-09-20 Thread smizrahi@alinto . eu

Hi Götz,

Apologize for the too late delivery date.
The following procedure should fix the issue :
service sogo stop
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.bak
mv /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map 
/usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map.bak
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Common.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Common.js.map
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js
wget 
https://raw.githubusercontent.com/Alinto/sogo/master/UI/WebServerResources/js/Scheduler.services.js.map
 -O /usr/local/lib/GNUstep/SOGo/WebServerResources/js/Scheduler.services.js.map
service sogo startWhen the release will be out, do not forget to delete .bak 
files.
You also need to clear your browser cache.

Sebastien

Le Mardi, Septembre 20, 2022 08:08 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
  Hi Sebastian, thanks…. so is there a short term workaround for that bug? 
Currently for us the WebUI is unusable in daily business. Regards . Götz Am 
19.09.2022 um 08:24 schrieb smizrahi@alinto . eu (smizr...@alinto.eu) 
: Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
  Hi any news on a release? That bug is a total show stopper for us right now … 
:( Regards . Götz Am 30.08.2022 um 12:15 schrieb Slávek Banko 
(slavek.ba...@axis.cz) : Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will
do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke(goetz.reini...@filmakademie.de):Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz 
 
 
Götz Reinicke
IT-Koordination
IT-OfficeNet
+49 7141 969 82420
goetz.reini...@filmakademie.de
Filmakademie Baden-Württemberg GmbH
Akademiehof 10 71638 Ludwigsburg
http://www.filmakademie.de
 
 
Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg
Geschäftsführer:
Prof. Thomas Schadt
Datenschutzerklärung | Transparenzinformation
Data privacy statement | Transparency information

 


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-09-20 Thread goetz.reini...@filmakademie.de
Hi Sebastian,

thanks…. so is there a short term workaround for that bug? Currently for us the 
WebUI is unusable in daily business.

Regards . Götz

> Am 19.09.2022 um 08:24 schrieb smizrahi@alinto . eu (smizr...@alinto.eu) 
> :
> 
> Hi Götz,
> 
> We plan to do a new release in October.
> 
> Sebastien
> 
> Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
> (goetz.reini...@filmakademie.de)  a écrit:
>  
>> 
>>  
> Hi any news on a release?
>  
> That bug is a total show stopper for us right now … :(
>  
> Regards . Götz
>  
>> 
>> Am 30.08.2022 um 12:15 schrieb Slávek Banko (slavek.ba...@axis.cz 
>> ) mailto:users@sogo.nu>>:
>>  
>> Hi,
>> 
>> it seem that problem is already reported:
>> https://bugs.sogo.nu/view.php?id=5581 
>> 
>> ...and already resolved in master branch:
>> https://github.com/Alinto/sogo/commit/3eeebbc83b
>> 
>> This seems useful to do a backport of commit into a stable release. I will
>> do it in the packages of stable release that I provide in community
>> repository.
>> 
>> Cheers
>> --
>> Slávek
>> 
>> Dne po 29. srpna 2022 Christian Mack napsal(a):
>>> 
>>> Hello
>>> 
>>> Seems to be a new bug.
>>> Please report it at https://bugs.sogo.nu/
>>> 
>>> 
>>> Kind regards,
>>> Christian Mack
>>> 
>>> Am 29.08.22 um 14:17 schrieb Götz Reinicke
>> (goetz.reini...@filmakademie.de):
>>> 
 Hi,
 
 After the update to SOGo 5.7.1 I can only select my personal Calendar
 for appointments. Even new created calendars can’t be selected.
 
 Any idea?
 
 Regards . Götz

     

Götz Reinicke 
IT-Koordination
IT-OfficeNet
+49 7141 969 82420 
goetz.reini...@filmakademie.de 
Filmakademie Baden-Württemberg GmbH 
Akademiehof 10
71638 Ludwigsburg 
http://www.filmakademie.de 
   
 
  
 

Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg
Geschäftsführer:
Prof. Thomas Schadt

Datenschutzerklärung 
 | 
Transparenzinformation 

Data privacy statement 
 | 
Transparency information 




smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-09-19 Thread smizrahi@alinto . eu

Hi Götz,

We plan to do a new release in October.

Sebastien

Le Lundi, Septembre 19, 2022 08:14 CEST, Götz Reinicke 
(goetz.reini...@filmakademie.de)  a écrit:
  Hi any news on a release? That bug is a total show stopper for us right now … 
:( Regards . Götz Am 30.08.2022 um 12:15 schrieb Slávek Banko 
(slavek.ba...@axis.cz) : Hi,

it seem that problem is already reported:
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will
do it in the packages of stable release that I provide in community
repository.

Cheers
--
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke(goetz.reini...@filmakademie.de):Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar
for appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz

 


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-09-19 Thread goetz.reini...@filmakademie.de
Hi any news on a release?

That bug is a total show stopper for us right now … :(

Regards . Götz

> Am 30.08.2022 um 12:15 schrieb Slávek Banko (slavek.ba...@axis.cz) 
> :
> 
> Hi,
> 
> it seem that problem is already reported: 
> https://bugs.sogo.nu/view.php?id=5581
> 
> ...and already resolved in master branch:
> https://github.com/Alinto/sogo/commit/3eeebbc83b
> 
> This seems useful to do a backport of commit into a stable release. I will 
> do it in the packages of stable release that I provide in community 
> repository.
> 
> Cheers
> -- 
> Slávek
> 
> Dne po 29. srpna 2022 Christian Mack napsal(a):
>> Hello
>> 
>> Seems to be a new bug.
>> Please report it at https://bugs.sogo.nu/
>> 
>> 
>> Kind regards,
>> Christian Mack
>> 
>> Am 29.08.22 um 14:17 schrieb Götz Reinicke 
> (goetz.reini...@filmakademie.de):
>>> Hi,
>>> 
>>> After the update to SOGo 5.7.1 I can only select my personal Calendar
>>> for appointments. Even new created calendars can’t be selected.
>>> 
>>> Any idea?
>>> 
>>> Regards . Götz



smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-08-30 Thread goetz.reini...@filmakademie.de
Hi Christian,

https://bugs.sogo.nu/view.php?id=5592  
is opend.

Regards from LB . Götz

> Am 29.08.2022 um 15:14 schrieb Christian Mack 
> (christian.m...@uni-konstanz.de) :
> 
> Hello
> 
> Seems to be a new bug.
> Please report it at https://bugs.sogo.nu/
> 
> 
> Kind regards,
> Christian Mack
> 
> Am 29.08.22 um 14:17 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):
>> Hi,
>> After the update to SOGo 5.7.1 I can only select my personal Calendar for 
>> appointments. Even new created calendars can’t be selected.
>> Any idea?
>> Regards . Götz
> 
> 
> -- 
> Christian Mack
> Universität Konstanz
> Kommunikations-, Informations-, Medienzentrum (KIM)
> Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
> 78457 Konstanz
> +49 7531 88-4416

     

Götz Reinicke 
IT-Koordination
IT-OfficeNet
+49 7141 969 82420 
goetz.reini...@filmakademie.de 
Filmakademie Baden-Württemberg GmbH 
Akademiehof 10
71638 Ludwigsburg 
http://www.filmakademie.de 
   
 
  
 

Eintragung Amtsgericht Stuttgart HRB 205016
Vorsitzende des Aufsichtsrates:
Petra Olschowski
Staatssekretärin im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg
Geschäftsführer:
Prof. Thomas Schadt

Datenschutzerklärung 
 | 
Transparenzinformation 

Data privacy statement 
 | 
Transparency information 




smime.p7s
Description: S/MIME cryptographic signature


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-08-30 Thread slavek.ba...@axis.cz
Hi,

it seem that problem is already reported: 
https://bugs.sogo.nu/view.php?id=5581

...and already resolved in master branch:
https://github.com/Alinto/sogo/commit/3eeebbc83b

This seems useful to do a backport of commit into a stable release. I will 
do it in the packages of stable release that I provide in community 
repository.

Cheers
-- 
Slávek

Dne po 29. srpna 2022 Christian Mack napsal(a):
> Hello
>
> Seems to be a new bug.
> Please report it at https://bugs.sogo.nu/
>
>
> Kind regards,
> Christian Mack
>
> Am 29.08.22 um 14:17 schrieb Götz Reinicke 
(goetz.reini...@filmakademie.de):
> > Hi,
> >
> > After the update to SOGo 5.7.1 I can only select my personal Calendar
> > for appointments. Even new created calendars can’t be selected.
> >
> > Any idea?
> >
> > Regards . Götz


signature.asc
Description: This is a digitally signed message part.


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-08-29 Thread Vianney Natton
Hello, I hope to be precise enough because it was a colleague who did 
the manipulation and not me. The Bug was solved by installing SOGo on 
his machine (and all the dependencies it requires) then doing makefile. 
After that he copied the files on the server and restarted the SOGo service

The explanation seems to be that the js files weren't minified Regards

Le 29/08/2022 à 14:17, Götz Reinicke (goetz.reini...@filmakademie.de) a 
écrit :

Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar 
for appointments. Even new created calendars can’t be selected.


Any idea?

Regards . Götz


--
Vianney Natton
Direction Informatique de l'Observatoire
Administrateur système
RSSI Suppléant
Observatoire de Paris - Bâtiment Perrault
77 avenue Denfert Rochereau - 75014 Paris


smime.p7s
Description: Signature cryptographique S/MIME


Re: [SOGo] Problem with calendar selection after update sogo-5.7.0 => sogo-5.7.1

2022-08-29 Thread Christian Mack

Hello

Seems to be a new bug.
Please report it at https://bugs.sogo.nu/


Kind regards,
Christian Mack

Am 29.08.22 um 14:17 schrieb Götz Reinicke (goetz.reini...@filmakademie.de):

Hi,

After the update to SOGo 5.7.1 I can only select my personal Calendar for 
appointments. Even new created calendars can’t be selected.

Any idea?

Regards . Götz



--
Christian Mack
Universität Konstanz
Kommunikations-, Informations-, Medienzentrum (KIM)
Abteilung IT-Dienste Forschung, Lehre, Infrastruktur
78457 Konstanz
+49 7531 88-4416


smime.p7s
Description: S/MIME Cryptographic Signature