egroupware_official/api/src/CalDAV
Ralf Becker d8e6c3b919 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:04:34 +02:00
..
Handler.php fix storing and retrieval of urls containing % or %25 2018-10-09 18:04:34 +02:00
Hooks.php store CalDAV/CardDAV log in user spezific log directories 2017-10-30 15:00:42 +01:00
IcalIterator.php Strip UTF-8 BOM from ical file 2018-09-05 13:29:03 -06: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:43:25 +02:00
PropfindIterator.php move CalDAV/CardDAV server to api 2016-04-02 10:44:17 +00:00