diff --git a/CHANGELOG b/CHANGELOG index bc825d7..9fd7dd8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ updated documentation for usage and limitations of the Hyper-V connection fixed a potential inversion of arrows and numbers keys (whatever the numlock status) fixed a path issue for the myrtille PDF virtual printer (in debug build or if the printer service runs under a custom account) + fixed the files popup which always downloaded the first document, regardless of the selected one (regression from version 1.9.0) 2018-07-31 Version 2.0.0 (stable) Resynced FreeRDP (FQDN hotfix, introduced into myrtille 1.7.0, is still active... wfreerdp need some love :/) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index e9565e3..5b2b8ad 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -262,11 +262,13 @@ If you wish to create your own enterprise adapter (with a different authenticati - Keyboard is mapped to english/US (latin QWERTY) layout by default. If you have troubles with some characters/keys not working as expected, try to add that keyboard layout to your server (and select it when connected). -- To connect an Hyper-V VM directly, you have to enter the Hyper-V host as server (hostname or address), the guest VM GUID (https://www.petri.com/get-hyper-v-virtual-machine-process-id-and-guid) and a valid user/password on that host (no domain user). The user must be member of the **"Hyper-V Administrators"** group on the host. +- To connect an Hyper-V VM, you have to enter the Hyper-V host as server (hostname or address), the guest VM GUID (https://www.petri.com/get-hyper-v-virtual-machine-process-id-and-guid) and a valid user/password on that host (no domain user). The user must be member of the **"Hyper-V Administrators"** group on the host. -- When connecting an Hyper-V VM directly, the display is limited to the VM resolution (default 1024 x 768) whatever the client (browser) resolution. You can change that resolution into the advanced display settings of the VM (even directly within the session). +- When connecting an Hyper-V VM, the display is limited to the VM resolution (default 1024 x 768) whatever the client (browser) resolution. You can change that resolution into the advanced display settings of the VM (even directly within the session). -- The remote clipboard and the "Myrtille PDF" virtual printer are disabled into an Hyper-V VM direct connection because the RDP virtual channels aren't available in that mode. +- The remote clipboard and the "Myrtille PDF" virtual printer are disabled into an Hyper-V VM connection because the RDP virtual channels aren't available in that mode. + +- The "Start program from url" feature doesn't work with an Hyper-V VM connection. ## Troubleshoot First at all, ensure the Myrtille prerequisites are met (IIS 7 or greater (preferably IIS 8+ with websocket protocol enabled) and .NET 4.5+). Note that IIS must be installed separately, before running the installer (see "Installation"). diff --git a/Myrtille.Web/popups/FileStorage.aspx.cs b/Myrtille.Web/popups/FileStorage.aspx.cs index 138f128..cf96ebe 100644 --- a/Myrtille.Web/popups/FileStorage.aspx.cs +++ b/Myrtille.Web/popups/FileStorage.aspx.cs @@ -40,17 +40,7 @@ protected void Page_Init( EventArgs e) { _fileStorageClient = new FileStorageClient(); - } - /// - /// page load (postback data is now available) - /// - /// - /// - protected void Page_Load( - object sender, - EventArgs e) - { // retrieve the active remote session try {