[PR #871] [CLOSED] Fix Remote Execution Radio Buttons & Poor .NET remote implementation #1196

Closed
opened 2026-02-27 15:53:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/871
Author: @xIvan0ff
Created: 8/26/2020
Status: Closed

Base: masterHead: remotenetexecution


📝 Commits (3)

  • 2a42256 Fix Remote Execution Radio Buttons & Poor .NET remote implementation
  • 10284e0 Update README.md
  • b6dd1a6 Fix VB.NET default code

📊 Changes

11 files changed (+1393 additions, -35 deletions)

View changed files

Quasar.Server/Forms/FrmExecuteCode.Designer.cs (+333 -0)
Quasar.Server/Forms/FrmExecuteCode.cs (+179 -0)
Quasar.Server/Forms/FrmExecuteCode.resx (+695 -0)
📝 Quasar.Server/Forms/FrmMain.Designer.cs (+23 -12)
📝 Quasar.Server/Forms/FrmMain.cs (+11 -2)
📝 Quasar.Server/Forms/FrmRemoteExecution.cs (+49 -21)
Quasar.Server/Images/code.png (+0 -0)
📝 Quasar.Server/Properties/Resources.Designer.cs (+54 -0)
📝 Quasar.Server/Properties/Resources.resx (+37 -0)
📝 Quasar.Server/Quasar.Server.csproj (+11 -0)
📝 README.md (+1 -0)

📄 Description

As title says, implementation is not the best, but at least it works.

Known bugs:
Execute Hidden feature is basically useless, if anyone can fix it, that'd be awesome!


🔄 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/quasar/Quasar/pull/871 **Author:** [@xIvan0ff](https://github.com/xIvan0ff) **Created:** 8/26/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `remotenetexecution` --- ### 📝 Commits (3) - [`2a42256`](https://github.com/quasar/Quasar/commit/2a42256f5ca0c47e6ee9c4eedbbeb75c4c06c086) Fix Remote Execution Radio Buttons & Poor .NET remote implementation - [`10284e0`](https://github.com/quasar/Quasar/commit/10284e03b9db2585727c8e9a02583ab2067f9617) Update README.md - [`b6dd1a6`](https://github.com/quasar/Quasar/commit/b6dd1a6d611b2b90e2f8c801b6e5463e06a5eb1f) Fix VB.NET default code ### 📊 Changes **11 files changed** (+1393 additions, -35 deletions) <details> <summary>View changed files</summary> ➕ `Quasar.Server/Forms/FrmExecuteCode.Designer.cs` (+333 -0) ➕ `Quasar.Server/Forms/FrmExecuteCode.cs` (+179 -0) ➕ `Quasar.Server/Forms/FrmExecuteCode.resx` (+695 -0) 📝 `Quasar.Server/Forms/FrmMain.Designer.cs` (+23 -12) 📝 `Quasar.Server/Forms/FrmMain.cs` (+11 -2) 📝 `Quasar.Server/Forms/FrmRemoteExecution.cs` (+49 -21) ➕ `Quasar.Server/Images/code.png` (+0 -0) 📝 `Quasar.Server/Properties/Resources.Designer.cs` (+54 -0) 📝 `Quasar.Server/Properties/Resources.resx` (+37 -0) 📝 `Quasar.Server/Quasar.Server.csproj` (+11 -0) 📝 `README.md` (+1 -0) </details> ### 📄 Description As title says, implementation is not the best, but at least it works. Known bugs: Execute Hidden feature is basically useless, if anyone can fix it, that'd be awesome! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:28 +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/Quasar#1196
No description provided.