egroupware_official/api/src/CalDAV
Ralf Becker 32739d64d6 fix storing and retrieval of urls containing % or %25
- PUT with url containing an encoded % (%25) was stored as is, due to minimal encoding in HTTP_WebDAV_Server class, now this is changed back to store just %
- PROPFIND/REPORT was urldecoding the caldav_name/path, so % as well as %25 were reported as %25
- multiget REPORT was not finding a caldav_name containing %25 reported in PROPFIND as %2525
--> all above is working now and caldav_name with %25 or %2525 can not read via multiget
2018-10-09 18:03:17 +02:00
..
Handler.php fix storing and retrieval of urls containing % or %25 2018-10-09 18:03:17 +02:00
Hooks.php store CalDAV/CardDAV log in user spezific log directories 2017-10-30 15:00:42 +01:00
IcalIterator.php fix not loaded header / CSS, caused by missing echo before $GLOBALS['egw']->framework->(header|footer) 2016-05-14 21:26:36 +02:00
Principals.php fix PHP Fatal error: Declaration of EGroupware\Api\CalDAV\Principals::delete(&$options, $id) must be compatible with EGroupware\Api\CalDAV\Handler::delete(&$options, $id, $user) 2018-10-09 13:42:54 +02:00
PropfindIterator.php move CalDAV/CardDAV server to api 2016-04-02 10:44:17 +00:00