Releases: miltonio/milton2
Releases · miltonio/milton2
3.0.0.79
- 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.
3.0.0.1
- A new user interface is provided based on VUE and IT Hit WebDAV Ajax Library. IT Hit WebDAV Ajax Library is now used to list folder content, open documents for editing as well as to create folders, copy, move, delete files and folders.
- IT Hit WebDAV Ajax library is now provided as part of the Enterprise license.
- The server now returns full URLs in PROPFIND responses, with the protocol, domain name, and port.
- Source code refactored to use Java 8 features.