Igor Malyshev

Results 4 comments of Igor Malyshev

disabled by default json_str return {} (empty dict) ```radicale/app/__init__.py``` - line 275 - empty loop is my example in documentation and config unclear?

Which aspect should I check? The json syntax is checked during json.loads in config.py.

check_and_sanitize_props called before create_collection in ```app/__init__.py - l277``` i didn't think we need do this in config.

this is because Radicale terminate all DAV request to url like /username/ for example baikal server response /dav.php/principals/username/ to current-user-principal and /dav.php/addressbooks/username/ to addressbook-home-set but thunderbird has some "optimization" in...