mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
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#1096
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/318
Author: @MaxXor
Created: 8/2/2015
Status: ✅ Merged
Merged: 8/2/2015
Merged by: @MaxXor
Base:
master← Head:Panthere-pass-recovery📝 Commits (8)
1d2b838Password Recovery Server Side902bdb5Added Password Recovery0d36c37Performance enhancement1ced224Improved Code Layoutc8ea031Resolved some merge conflicts26fa36dSome renaming and improvements8d2a2f6Small fixfbb8049Small fixes📊 Changes
32 files changed (+3850 additions, -41 deletions)
View changed files
📝
Client/Client.csproj(+17 -1)📝
Client/Core/Commands/SurveillanceHandler.cs(+26 -0)➕
Client/Core/Packets/ClientPackets/GetPasswordsResponse.cs(+26 -0)📝
Client/Core/Packets/PacketHandler.cs(+4 -0)➕
Client/Core/Packets/ServerPackets/GetPasswords.cs(+18 -0)➕
Client/Core/Recovery/Browsers/Chrome.cs(+40 -0)➕
Client/Core/Recovery/Browsers/Firefox.cs(+423 -0)➕
Client/Core/Recovery/Browsers/InternetExplorer.cs(+1168 -0)➕
Client/Core/Recovery/Browsers/Opera.cs(+41 -0)➕
Client/Core/Recovery/Browsers/Yandex.cs(+39 -0)➕
Client/Core/Recovery/Utilities/Chromium.cs(+174 -0)➕
Client/Core/Recovery/Utilities/JsonUtil.cs(+33 -0)➕
Client/Core/Recovery/Utilities/SQLiteHandler.cs(+473 -0)➕
Client/Core/Utilities/LoginInfo.cs(+10 -0)📝
Client/Program.cs(+2 -0)📝
Server/Core/Commands/SurveillanceHandler.cs(+28 -1)📝
Server/Core/Networking/ConnectionHandler.cs(+2 -0)📝
Server/Core/Networking/UserState.cs(+3 -0)➕
Server/Core/Packets/ClientPackets/GetPasswordsResponse.cs(+26 -0)📝
Server/Core/Packets/PacketHandler.cs(+4 -0)...and 12 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.