same problem with apache2 ownCloud is the problem it seems that ownCloud have an modified version of sabredav
flo
Am 12.04.2013 11:18, schrieb Florian Rauscher:
Okay,
ownCloud 5 need other rewrite rules as oc4, i replaced them ... same prob I test something like this ...
http://192.168.2.54:81/remote.php/caldav/principals/user/*?* - 404 not found http://192.168.2.54:81/remote.php/caldav/principals/user/ - OK
http://192.168.2.54:81/remote.php/caldav/? - 404 not found http://192.168.2.54:81/remote.php/caldav/ - OK
http://192.168.2.54:81/remote.php? - 404 not found (yes, all right?`) http://192.168.2.54:81/remote.php OK
NOW ownCloud Admin GUI http://192.168.2.54:81/index.php/apps/calendar OK http://192.168.2.54:81/index.php/apps/calendar? OK
Thunderbird have the same problem as ZAP, its wirte events but after reload they not shown
okay i give up, and install apache ;) i report again
Am 12.04.2013 10:08, schrieb Ján Máté:
Hmm,
I never used nginx so I cannot help you with rewrite rules ... but it is possible that these cause problems (there was a similar problem in my Apache in past).
JM
On Apr 12, 2013, at 7:40 AM, Florian Rauscher <f.rauscher@casibus.de mailto:f.rauscher@casibus.de> wrote:
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
On Apr 11, 2013, at 1:11 PM, Florian Rauscher <f.rauscher@casibus.de mailto:f.rauscher@casibus.de> wrote:
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.*