dom111 / webdav-js

A simple WebDAV client written in JS for use as a bookmarklet, or integration into a web server.
MIT License
91 stars 18 forks source link

Feature: Add copy/move functionality #113

Closed dom111 closed 2 years ago

dom111 commented 2 years ago

Increased the size of the item buttons. Add a Tree component to enable copy and move operations again. Fixes #111. Combine path-related functions. Ensure HTTP operations always return a response. Minor changes to adhere to WebDAV spec.