egroupware/api/src/WebDAV
Ralf Becker 3055190ea7 * CalDAV/CardDAV: fix encoding of control chars stalling iOS sync
eg. \xb is not allowed in XML and caused iOS sync to stall, as it's XML parser fails
use htmlspecialchars option ENT_XML1|ENT_DISALLOWED (PHP 5.4+) to ensure proper XML encoding
2017-11-10 15:49:30 +01:00
..
Server moving egw_digest_auth, vfs_webdav_server and egw_sharing to new api 2016-03-20 16:19:53 +00:00
Tools return "400 Bad Request" if propfind contains invalid elements or more then one 2017-09-26 19:13:05 +02:00
Server.php * CalDAV/CardDAV: fix encoding of control chars stalling iOS sync 2017-11-10 15:49:30 +01:00