mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #430] [MERGED] Feature: Ask To Elevate #1138
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#1138
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/430
Author: @LostSoulfly
Created: 3/18/2016
Status: ✅ Merged
Merged: 3/30/2016
Merged by: @MaxXor
Base:
master← Head:AskToEvelate📝 Commits (10+)
da42bd3Create DoAskElevate ServerPackete2cb8baCreate DoAskElevate for Client's ServerPackets.6995b04Try not to make it so obvious that this is my second time working with c#f0474b4Implement HandleAskElevate on Clientc68c111Update QuasarClient Serializer for DoAskElevate3f91ccdAdd DoAskElevate to Client PacketHandler8b6fa9eRemove extra line to make it pretty?9e4f4abAdd toolstrip menu item for AskToElevate and correspon _click action9b41d6aAdd DoAskElevate to QuasarServer.9b0e1d8Improve HandleAskElevate.📊 Changes
11 files changed (+243 additions, -147 deletions)
View changed files
📝
Client/Client.csproj(+1 -0)📝
Client/Core/Commands/SystemHandler.cs(+30 -0)📝
Client/Core/Networking/QuasarClient.cs(+1 -0)📝
Client/Core/Packets/PacketHandler.cs(+4 -0)➕
Client/Core/Packets/ServerPackets/DoAskElevate.cs(+18 -0)📝
Server/Core/Networking/QuasarServer.cs(+1 -0)➕
Server/Core/Packets/ServerPackets/DoAskElevate.cs(+18 -0)📝
Server/Forms/FrmMain.Designer.cs(+53 -39)📝
Server/Forms/FrmMain.cs(+8 -0)📝
Server/Forms/FrmMain.resx(+108 -108)📝
Server/Server.csproj(+1 -0)📄 Description
Essentially, tells the client to ShellExecute itself which opens up a UAC Consent window that the user can accept or decline. If accepted, the original client is stopped and the new client with Admin rights connects to the server.
This is the second C# thing I've worked on, so any tips or criticism is welcome.
This is the first pull request I've ever done. I'm still learning Git, too.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.