You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a COPY or MOVE operation is performed and the source file or folder is not found the server returned an HTTP 403 response. Now the HTTP 404 response is returned.
VUE user interface is fixed and refactored.
Custom properties management refactored. The user can now implement custom properties using PropertyManager class.
The sample server implementation now returns folders before files in response to folder listing (PROPFIND Depth 1) request.