Skip to content

Commit

Permalink
fixed files download regression (was always downloading the first doc…
Browse files Browse the repository at this point in the history
…ument, whatever the selected one)
  • Loading branch information
cedrozor committed Aug 6, 2018
1 parent 0c9a5f2 commit deef506
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -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 :/)
Expand Down
8 changes: 5 additions & 3 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down
10 changes: 0 additions & 10 deletions Myrtille.Web/popups/FileStorage.aspx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,7 @@ protected void Page_Init(
EventArgs e)
{
_fileStorageClient = new FileStorageClient();
}

/// <summary>
/// page load (postback data is now available)
/// </summary>
/// <param name="sender"></param>
/// <param name="e"></param>
protected void Page_Load(
object sender,
EventArgs e)
{
// retrieve the active remote session
try
{
Expand Down

0 comments on commit deef506

Please sign in to comment.