Commit Graph

16 Commits

Author SHA1 Message Date
Klaus Leithoff
5075294848 fix to match non-numeric timeout; provided by A.Stoeckel 2010-05-10 08:29:12 +00:00
Jörg Lehrke
1bc9aca110 Fix Windows 7 WebDAV issue 2010-03-25 14:17:21 +00:00
Jörg Lehrke
0dc7e88000 Fix error message issue 2010-03-16 11:54:38 +00:00
Jörg Lehrke
a3f27276bd Fix namespace prefix issue for Apples cfnetwork clients 2010-03-05 09:02:17 +00:00
Jörg Lehrke
19081734cd Updated GroupDAV code to support InfoLog calendars, Addressbook and new principal implementation 2010-03-04 23:09:55 +00:00
Jörg Lehrke
306c9455c5 Various GroupDAV fixes and extensions 2010-03-01 21:18:52 +00:00
Jörg Lehrke
88ac091e2a Update egw-pear/HTTP/WebDAV 2010-02-26 12:50:14 +00:00
Ralf Becker
98d4f86f0f fixing my commit from this morning:
- namespaces need to be on a per request basis
- sometimes one level of array indirection to less removed
2009-10-16 13:59:19 +00:00
Ralf Becker
8bc9e7dc87 "improved memory usage to eg. allow to use much bigger addressbooks (with 96MB memory_limit 7500 instead of 2000 contacts) by:
- having a single foreach loop (instead of two)
- using references, to NOT copy files array
- going back to chunked encoding (requires change in header.inc.php, see header.inc.php.template)"
2009-10-16 07:55:09 +00:00
Klaus Leithoff
72d662d3c3 work around webdrive bug while deleting folders: pretend we didnt see it, as webdrive does not handle the depth parameter correctly while deleting collections 2009-10-12 14:40:37 +00:00
Ralf Becker
53b5e86323 Fix to get iCal in OS X 10.6 working (again):
WebDAV RFC 4918 allows a full url or a path as <D:href>:
        http://www.webdav.org/specs/rfc4918.html#ELEMENT_href
Some clients can NOT deal with one or the other:
- KAddressbook (at least in 3.5) can NOT subscribe to addressbooks (it
  does not find them) if just a path is used
- iCal in OS X 10.6 generates wrong requests, if a full url is used
2009-09-14 08:48:30 +00:00
Ralf Becker
4f4f58b159 switching off zlib.output_compression for zip archives, as the double compression makes problems eg. with lighttpd 2009-08-26 09:38:51 +00:00
Ralf Becker
907da227e6 merged iPhone CalDAV fixes to 1.6 2009-07-16 16:38:33 +00:00
Ralf Becker
d70874eabf "applied http://cvs.php.net/viewvc.cgi/pear/HTTP_WebDAV_Server/Server.php?r1=1.73&r2=1.74&view=patch
to fix bug #1875: egw and lighttpd webdav: no put possible"
2009-03-25 07:08:26 +00:00
Klaus Leithoff
d313eb2daf fixing various webdav problems, regarding pathbuilding 2009-03-09 12:23:47 +00:00
Ralf Becker
93202d56ca creating 1.6 branch 2008-11-24 09:40:19 +00:00