mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #871] [CLOSED] Fix Remote Execution Radio Buttons & Poor .NET remote implementation #1196
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#1196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/871
Author: @xIvan0ff
Created: 8/26/2020
Status: ❌ Closed
Base:
master← Head:remotenetexecution📝 Commits (3)
2a42256Fix Remote Execution Radio Buttons & Poor .NET remote implementation10284e0Update README.mdb6dd1a6Fix 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.