Klaus Leithoff
9d972dc7c5
make sure keywords of parameters/dparameters are stripped of leading and trailing whitespase, as this meets the expectation later on. Otherwise keys in the parameters/dparameters structure may not be found/identified
2010-09-28 07:45:03 +00:00
Ralf Becker
f9a4c8c48b
fixed fatal error: Cannot use object of type PEAR_Error as array, happening eg. if no or wrong credentials
2010-08-18 10:04:42 +00:00
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
Klaus Leithoff
6ede93ebc8
fixing a problem regarding substr_count/mb_substr_count as they do not support the same number of parameters
2009-11-20 12:35:31 +00:00
Klaus Leithoff
684650da2b
improve the parsing of the raw data _advanceOverStr
2009-11-19 13:00:59 +00:00
Ralf Becker
3c23ce30e0
fixing PHP5.3 deprecated warnings
2009-11-16 09:01:01 +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
Klaus Leithoff
c39b2e4de1
tackle problems with )( in Filenames
2009-07-30 12:52:59 +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
67bfda1e3b
filtering for valid messages with the reponse of the IMAP Servers
2009-03-16 09:18:34 +00:00
Klaus Leithoff
d313eb2daf
fixing various webdav problems, regarding pathbuilding
2009-03-09 12:23:47 +00:00
Klaus Leithoff
26555a065c
fixing 2 problems regarding the communication with a dovecotserver. CAPABILITIES and parseStructureCommonFields
2009-03-05 10:43:04 +00:00
Klaus Leithoff
b969464f1e
resolving a cause for a The-mimeparser-can-not-parse-this-message - error, as the bodystructure is not retrieved
2009-02-20 09:12:44 +00:00
Ralf Becker
93202d56ca
creating 1.6 branch
2008-11-24 09:40:19 +00:00