mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #795] [CLOSED] Add feature to give additional parameters for uploaded/downloaded executables #1189
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#1189
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/795
Author: @visuve
Created: 1/23/2020
Status: ❌ Closed
Base:
master← Head:feature-args📝 Commits (1)
e6a578aAdd feature to give additional parameters for uploaded/downloaded executables📊 Changes
9 files changed (+115 additions, -26 deletions)
View changed files
📝
Quasar.Client/Commands/MiscHandler.cs(+2 -0)📝
Quasar.Client/Properties/AssemblyInfo.cs(+2 -2)📝
Quasar.Common/Messages/DoDownloadAndExecute.cs(+3 -0)📝
Quasar.Common/Messages/DoUploadAndExecute.cs(+3 -0)📝
Quasar.Server/Forms/FrmDownloadAndExecute.Designer.cs(+41 -10)📝
Quasar.Server/Forms/FrmDownloadAndExecute.cs(+7 -0)📝
Quasar.Server/Forms/FrmMain.cs(+5 -2)📝
Quasar.Server/Forms/FrmUploadAndExecute.Designer.cs(+45 -12)📝
Quasar.Server/Forms/FrmUploadAndExecute.cs(+7 -0)📄 Description
Upload & execute view:

Download & execute view:

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