mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #4] [MERGED] Additions: UPnP + UploadAndExecute #930
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#930
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/4
Author: @ghost
Created: 7/30/2014
Status: ✅ Merged
Merged: 7/30/2014
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (2)
ceffc3aUPnP0743293Upload And Execute📊 Changes
17 files changed (+1049 additions, -29 deletions)
View changed files
📝
Client/Client.csproj(+1 -0)📝
Client/Core/Commands/CommandHandler.cs(+36 -0)➕
Client/Core/Packets/ServerPackets/Commands/UploadAndExecute.cs(+26 -0)📝
Client/Program.cs(+5 -0)➕
Server/Core/Helper/UPnP.cs(+47 -0)➕
Server/Core/Packets/ServerPackets/Commands/UploadAndExecute.cs(+26 -0)📝
Server/Forms/frmMain.Designer.cs(+37 -27)📝
Server/Forms/frmMain.cs(+23 -1)📝
Server/Forms/frmMain.resx(+1 -1)📝
Server/Forms/frmSettings.Designer.cs(+13 -0)📝
Server/Forms/frmSettings.cs(+9 -0)➕
Server/Forms/frmUploadAndExecute.Designer.cs(+64 -0)➕
Server/Forms/frmUploadAndExecute.cs(+46 -0)➕
Server/Forms/frmUploadAndExecute.resx(+659 -0)📝
Server/Server.csproj(+54 -0)📝
Server/Settings/Settings.cs(+2 -0)➕
Server/lib/Interop.NATUPNPLib.dll(+0 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.