[PR #868] [MERGED] Opera GX & Brave & MS Edge Password Recovery #1193

Closed
opened 2026-02-27 15:53:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/868
Author: @xIvan0ff
Created: 8/21/2020
Status: Merged
Merged: 8/26/2020
Merged by: @MaxXor

Base: masterHead: master


📝 Commits (3)

  • 38b8df4 Fix copy command & Opera GX Password Recovery
  • cd502be MS Edge & Brave Password Recovery
  • d6da8e1 Revert Version

📊 Changes

6 files changed (+98 additions, -5 deletions)

View changed files

📝 Quasar.Client/ILRepack.targets (+2 -2)
📝 Quasar.Client/Messages/PasswordRecoveryHandler.cs (+5 -2)
Quasar.Client/Recovery/Browsers/BravePassReader.cs (+30 -0)
Quasar.Client/Recovery/Browsers/EdgePassReader.cs (+30 -0)
Quasar.Client/Recovery/Browsers/OperaGXPassReader.cs (+30 -0)
📝 Quasar.Client/Recovery/Browsers/OperaPassReader.cs (+1 -1)

📄 Description

This pull request adds password recovery support for the following browsers:

  • Opera GX
  • Brave
  • Microsoft Edge

Also fixes the post-compile "copy" (For Windows) and "cp" (For Unix-based) command.


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

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/868 **Author:** [@xIvan0ff](https://github.com/xIvan0ff) **Created:** 8/21/2020 **Status:** ✅ Merged **Merged:** 8/26/2020 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`38b8df4`](https://github.com/quasar/Quasar/commit/38b8df4d5bb1822617b61c6beda44cec4f98e07f) Fix copy command & Opera GX Password Recovery - [`cd502be`](https://github.com/quasar/Quasar/commit/cd502beb74ead0bd91575adf477f47e6d247be4d) MS Edge & Brave Password Recovery - [`d6da8e1`](https://github.com/quasar/Quasar/commit/d6da8e18e2427764e3c8be77e3239e3c260cf05e) Revert Version ### 📊 Changes **6 files changed** (+98 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `Quasar.Client/ILRepack.targets` (+2 -2) 📝 `Quasar.Client/Messages/PasswordRecoveryHandler.cs` (+5 -2) ➕ `Quasar.Client/Recovery/Browsers/BravePassReader.cs` (+30 -0) ➕ `Quasar.Client/Recovery/Browsers/EdgePassReader.cs` (+30 -0) ➕ `Quasar.Client/Recovery/Browsers/OperaGXPassReader.cs` (+30 -0) 📝 `Quasar.Client/Recovery/Browsers/OperaPassReader.cs` (+1 -1) </details> ### 📄 Description This pull request adds password recovery support for the following browsers: - Opera GX - Brave - Microsoft Edge Also fixes the post-compile "copy" (For Windows) and "cp" (For Unix-based) command. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1193
No description provided.