Releases: miltonio/milton2
Releases · miltonio/milton2
3.1.1.488
- "Pause upload/Resume upload" button on a default page did not sync with individual files upload status. Now the button properly changes status according to files upload status.
- Dependencies updated: spring-mvc updated to 5.3.18 in milton-server-ce. spring-core, spring-web, spring-websocket and spring-mvc updated to 5.3.18 in milton-spring-fs.
3.1.1.413
3.1.0.301
3.0.1.261
3.0.0.246
3.0.0.232
3.0.0.215
3.0.0.194
- IT Hit WebDAV Ajax Library updated:
- Protocol application not detected on macOS High Sierra and Catalina. The callback is called even if the protocol application is installed. Now, this bug is fixed.
- In Firefox 68-81 the protocol application is not detected and an error callback is called, displaying the protocol application download message. Now, this bug is fixed.
3.0.0.180
- IT Hit WebDAV Ajax Library updated:
- Protocol application throws "Error: File or path not found" when opening non-MS Office documents on Windows. Now, this bug is fixed.
- Protocol application was requested to install on macOS when opening MS Office documents from an anonymous site. Now MS Office documents are opened without protocol application.
- Opening documents from a WebDAV server with cookies authentication does not work on macOS. Now, this bug is fixed.
- Protocol application can not mount URLs longer than 250 chars on macOS. Now, this bug is fixed.
- The 'Open' verb was used on Windows by the DavProtocolEditDocument() JavaScript function if the sCommand parameter is null. If an 'Open' verb is not defined, opening failed with error. Now the default verb is selected automatically if sCommand parameter is null.
- Firefox did not detect the protocol application. Now, this bug is fixed.
- Not enough permissions to open txt document on Mac OS Big Sur. Now, this bug is fixed.
- Mapping very slow on Mac OS Big Sur. This bug is now fixed.
- Cookies processing code in Chrome and Edge Chromium web browser extensions refactored. Now only cookies explicitly specified in DavProtocolEditDocument() function call are accessed by the code.
- Protocol application now uses Python 3 on Linux.
- Mounting on Linux refactored. Documents with URLs longer than ~200 characters failed to open on Ubuntu. Now the document URL could be of any length.
3.0.0.93
- Locking is implemented in the Spring sample with the file system back-end.
- If a folder is copied into a child folder server returned 200 OK response. Now 403 Forbidden response is returned in case of a recursive copy operation.
- PROPFIND response attached several Content-type headers. Now only one 'application/xml' content-type is returned.
- PROPFIND response with Depth: 0 header now provides file content length.
- IT Hit WebDAV Ajax Library protocol application now supports Mac OS Big Sur.