Hi Jan,
I think more and more it's an nginx rewrite problem. I think nginx
interprets the querystring as file.
I port owncloud now on an seperate port with an separately
configfile.
Flo
Am 11.04.2013 21:32, schrieb Ján Máté:
Hi Florian,
it is very interesting, because CardDavMATE (which works with
SabreDAV) uses the same value for .ajax cache. So blindly
changing the cache value to true is not a good idea. We will
wait for demo/testing account from somebody and then will check
where is the problem.
JM
Hi Jan,
thx
for reply.
The
installation is only network intern, i can't give u an
demo.
But
there is some interesting. I found the var
globalSubscribedCalendars at the bottom of the config.js
After
configure this, and test it, Jquery put an ?_=timestamp
(cache querystring) at the end of the calendar file (ics
file), SarbeDAV says 404
After
i set in webdav_protocol.js ( line 1562 ) the cache var to
"true", your CalDavZAP shows me all events.