merge development_wasm into development #9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "development_wasm"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
- Use herolib-osis build_router() to get OSIS routes - Add WebDAV service module at src/services/webdav.rs - Each context gets isolated storage at {data_dir}/webdav/{context}.forge - Remove separate WebDAV port, now served on same port as RPC - Update heroforge dependency to lhumina_code/hero_forge WebDAV URL structure: - /webdav/{context}/ - List root - /webdav/{context}/path/to/file - Access files - Supports PROPFIND, GET, PUT, MKCOL, DELETE, MOVEPull request closed