f730f576e7
- Add resolve_webdav_path() helper that prepends user's home folder prefix to raw WebDAV paths before routing to handlers - Rewrite handle_mkcol to walk path segments, creating folders with proper parent_id chain instead of relying on path-only lookup - Fix double path stripping in update_file_streaming where get_parent_folder_id received an already-stripped parent path instead of the full file path it expects Fixes #165