mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[PR #222] [MERGED] Password Recovery #1053
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#1053
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/222
Author: @Panthere
Created: 5/27/2015
Status: ✅ Merged
Merged: 8/2/2015
Merged by: @MaxXor
Base:
master← Head:pass-recovery📝 Commits (4)
1d2b838Password Recovery Server Side902bdb5Added Password Recovery0d36c37Performance enhancement1ced224Improved Code Layout📊 Changes
32 files changed (+4002 additions, -188 deletions)
View changed files
📝
Client/Client.csproj(+16 -0)📝
Client/Core/Client.cs(+1 -0)📝
Client/Core/Commands/SurveillanceHandler.cs(+24 -0)➕
Client/Core/Packets/ClientPackets/RecoverPassResponse.cs(+27 -0)➕
Client/Core/Packets/ServerPackets/RecoverPassRequest.cs(+17 -0)➕
Client/Core/Recovery/Chrome.cs(+38 -0)➕
Client/Core/Recovery/Firefox.cs(+423 -0)➕
Client/Core/Recovery/Helper/Chromium.cs(+174 -0)➕
Client/Core/Recovery/Helper/JsonUtil.cs(+33 -0)➕
Client/Core/Recovery/Helper/LoginInfo.cs(+16 -0)➕
Client/Core/Recovery/Helper/SQLiteHandler.cs(+473 -0)➕
Client/Core/Recovery/InternetExplorer.cs(+1166 -0)➕
Client/Core/Recovery/Opera.cs(+39 -0)➕
Client/Core/Recovery/Yandex.cs(+38 -0)📝
Client/Program.cs(+57 -52)📝
Server/Core/Client.cs(+2 -0)📝
Server/Core/Commands/SurveillanceHandler.cs(+27 -1)➕
Server/Core/Packets/ClientPackets/RecoverPassResponse.cs(+28 -0)➕
Server/Core/Packets/ServerPackets/RecoverPassRequest.cs(+17 -0)➕
Server/Core/Recovery/Helper/LoginInfo.cs(+16 -0)...and 12 more files
📄 Description
Password recovery for popular browsers.
Firefox, IE, Chrome, Yandex and Opera.
Credits to: http://www.codeforge.com/article/249225 (IE and partial Firefox)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.