[PR #14] [MERGED] Dev rdp gateway support #3762

Closed
opened 2026-03-13 12:56:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/1Remote/1Remote/pull/14
Author: @VShawn
Created: 8/1/2020
Status: Merged
Merged: 8/1/2020
Merged by: @VShawn

Base: devHead: dev_RDP_Gateway_Support


📝 Commits (3)

📊 Changes

14 files changed (+349 additions, -27 deletions)

View changed files

📝 PRM.Core/Languages/en-us.json (+11 -2)
📝 PRM.Core/Languages/en-us.xaml (+1 -1)
📝 PRM.Core/Languages/zh-cn.json (+11 -2)
📝 PRM.Core/Languages/zh-cn.xaml (+1 -1)
📝 PRM.Core/Model/SystemConfig.DataSecurity.cs (+22 -2)
📝 PRM.Core/PRMVersion.cs (+2 -2)
📝 PRM.Core/Protocol/ProtocolServerWithAddrPortUserPwdBase.cs (+1 -1)
📝 PRM.Core/Protocol/Putty/SSH/ProtocolServerSSH.cs (+1 -1)
📝 PRM.Core/Protocol/RDP/Host/AxMsRdpClient09Host.xaml.cs (+59 -6)
📝 PRM.Core/Protocol/RDP/ProtocolServerRDP.cs (+75 -2)
📝 PRM.Core/Protocol/RDP/ProtocolServerRDPForm.xaml (+120 -1)
📝 PRM.Core/Protocol/RDP/ProtocolServerRDPForm.xaml.cs (+37 -0)
📝 PRemoteM/App.xaml.cs (+7 -5)
📝 PRemoteM/ViewModel/VmSearchBox.cs (+1 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/1Remote/1Remote/pull/14 **Author:** [@VShawn](https://github.com/VShawn) **Created:** 8/1/2020 **Status:** ✅ Merged **Merged:** 8/1/2020 **Merged by:** [@VShawn](https://github.com/VShawn) **Base:** `dev` ← **Head:** `dev_RDP_Gateway_Support` --- ### 📝 Commits (3) - [`42bceae`](https://github.com/1Remote/1Remote/commit/42bceaecf6b0db0ce317e157be274bd6715eaa6d) investigate RDP Gateway - [`0b30810`](https://github.com/1Remote/1Remote/commit/0b30810d697515936b9709b35060dd1a294ecde7) add ui of RD Gateway - [`35e105b`](https://github.com/1Remote/1Remote/commit/35e105bba347927bccd39def6e3e67e51192fe58) add logic of RD Gateway ### 📊 Changes **14 files changed** (+349 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `PRM.Core/Languages/en-us.json` (+11 -2) 📝 `PRM.Core/Languages/en-us.xaml` (+1 -1) 📝 `PRM.Core/Languages/zh-cn.json` (+11 -2) 📝 `PRM.Core/Languages/zh-cn.xaml` (+1 -1) 📝 `PRM.Core/Model/SystemConfig.DataSecurity.cs` (+22 -2) 📝 `PRM.Core/PRMVersion.cs` (+2 -2) 📝 `PRM.Core/Protocol/ProtocolServerWithAddrPortUserPwdBase.cs` (+1 -1) 📝 `PRM.Core/Protocol/Putty/SSH/ProtocolServerSSH.cs` (+1 -1) 📝 `PRM.Core/Protocol/RDP/Host/AxMsRdpClient09Host.xaml.cs` (+59 -6) 📝 `PRM.Core/Protocol/RDP/ProtocolServerRDP.cs` (+75 -2) 📝 `PRM.Core/Protocol/RDP/ProtocolServerRDPForm.xaml` (+120 -1) 📝 `PRM.Core/Protocol/RDP/ProtocolServerRDPForm.xaml.cs` (+37 -0) 📝 `PRemoteM/App.xaml.cs` (+7 -5) 📝 `PRemoteM/ViewModel/VmSearchBox.cs` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 12:56:53 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/1Remote#3762
No description provided.