Re: [SOGo] everything off by one hour this week ?

2015-10-20 Thread Aurélien Minet

On 10/20/2015 03:51 PM, Christian Mack wrote:

http://www.sogo.nu/bugs/view.php?id=3344

Solution:
Upgrade to SOGo 2.3.2, then open the events in this week and store them
again.

Hi tanks for the information,

updating to 2.3.2 is ok (and done) but opening all the events of this 
week and save them again for every user isn't :(

sogo-tool can't help ? or an sql update in database ?

regards

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


Re: [SOGo] SOGo and CAS

2015-02-06 Thread Aurélien Minet
Hi Bruno,

On 01/28/2015 09:53 AM, Bruno Richard wrote:
 2015-01-21 10:49:25,962 DEBUG
 [org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler]
 - Attempting to resolve credentials for [callbackUrl:
 https://webmail.mydomain.fr/SOGo/casProxy]
 2015-01-21 10:49:26,261 DEBUG [org.jasig.cas.util.HttpClient] -
 Response Code did not match any of the acceptable response codes. Code
 returned was 403 
there is an HTTP 403  error, so it's an apache configuration problem,
cas-proxy-validate.py is a CGI  as you have allow from all for the
proxy directive
the parameter for Directory /usr/lib/cgi-bin should be the problem.

you can directly verify the url
https://webmail.mydomain.fr/SOGo/casProxy  to see if there is a 403 error

I have in our httpS site configuration:
ProxyPass /SOGo/casProxy http://127.0.0.1:8080/cgi-bin/cas-proxy-validate.py
   Proxy http://127.0.0.1:8080/cgi-bin/cas-proxy-validate.py
  Order deny,allow
  Allow from cas.mydomain.fr
   /Proxy

and for our VirtualHost on 127.0.0.1:8080 :
VirtualHost 127.0.0.1:8080
   Servername localhost
   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
Directory /usr/lib/cgi-bin
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
/Directory
ErrorLog ${APACHE_LOG_DIR}/error-cas-proxy.log
CustomLog ${APACHE_LOG_DIR}/access-cas-proxy.log combined
/VirtualHost

Regards

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


Re: [SOGo] printable version of a calendar?

2013-07-08 Thread Aurélien Minet

On 05/15/2013 03:19 PM, Donny Brooks wrote:




On Wednesday, May 15, 2013 08:15 AM CDT, Arnaud LE NORCY 
arnaud.leno...@univ-orleans.fr wrote:



Le 15/05/2013 14:42, Christian Mack a écrit :
 Hello Arnaud LE NORCY


 Am 2013-05-15 11:59, schrieb Arnaud LE NORCY:
 Is there the possibility to print a calendar in the SOGo web 
interface?

 If not, is it possible to add, in the futur, a functionality to add a
 printable version of a calendar?

 See bug # 585
 http://www.sogo.nu/bugs/view.php?id=585


 Kind regards,
 Christian Mack


Ok, thanks
Arnaud
--
users@sogo.nu
https://inverse.ca/sogo/lists
We pretty much gave up on that 3 year old bug being fixed. For the few 
users we have that need to print a copy of their calendar we just have 
them load it in Thunderbird with Lightning. It will then format 
properly for print.


For my users using Thunderbird, who need this feature, I have installed 
this extension: http://xul.addons.free.fr/fgprinters/

it gives better print than the default

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


Re: [SOGo] automatic web calendar reload

2013-04-04 Thread Aurélien Minet

Hello Christian

On 04/04/2013 12:14 PM, Christian Mack wrote:

Hello  Aurélien Minet

Am 2013-04-02 18:32, schrieb Aurélien Minet:

Hello,

I'm looking for doing an automatic (on demand script) reload on
several web calendar (remote ICS) of different fake users.
The goal is to have real user, who subscribe to fake user's web
calendars, getting latest changes of
those remote web calendars.

I'm actually thinking of doing something like
https://github.com/inverse-inc/sogo/blob/master/Tests/Integration/test-ui-posts.py
with url like
/SOGo/so/sogo1/Calendar/monthview?day=20130402
or
/SOGo/so/sogo1/Calendar/eventsblocks?sd=20130401ed=20130505view=monthview

Is any web service (REST), RPC or API for doing such tasks
(I have look to sogo-tool without success)

thanks for any advice


You mean something like the following?
/SOGo/so/sogo1/Calendar/3C17-5073F780-15-65855800/reload

Where 3C17-5073F780-15-65855800 is the unique calendar ID to reload.


excatly :)

thanks for your input

using:
/SOGo/connect?userName=userXpassword=1secret
/SOGo/so/userX/Calendar/3A6-5151AC80-7-4A073D80/reload
do what I want

Regards

Aurélien

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


[SOGo] automatic web calendar reload

2013-04-02 Thread Aurélien Minet
Hello,

I'm looking for doing an automatic (on demand script) reload on
several web calendar (remote ICS) of different fake users.
The goal is to have real user, who subscribe to fake user's web
calendars, getting latest changes of
those remote web calendars.

I'm actually thinking of doing something like
https://github.com/inverse-inc/sogo/blob/master/Tests/Integration/test-ui-posts.py
with url like
/SOGo/so/sogo1/Calendar/monthview?day=20130402
or
/SOGo/so/sogo1/Calendar/eventsblocks?sd=20130401ed=20130505view=monthview

Is any web service (REST), RPC or API for doing such tasks
(I have look to sogo-tool without success)

thanks for any advice

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