1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00
Commit Graph

4334 Commits

Author SHA1 Message Date
Jimmy Vo
14d19903df Add functionality to navigate back in history. 2025-03-20 11:57:06 -04:00
Cy Okeke
4ef294917b Merge remote-tracking branch 'refs/remotes/origin/feature/phishing-detection' into feature/phishing-detection 2025-03-20 16:41:10 +01:00
Cy Okeke
8742183d6e move the alert as dialog 2025-03-20 16:40:43 +01:00
Conner Turnbull
df1c621ff0 Removed browser logic for checking feature flag 2025-03-20 11:23:39 -04:00
Cy Okeke
93389f6741 push changes for alert 2025-03-20 16:02:17 +01:00
Conner Turnbull
47913b8920 Wrapped phishing detection feature behind feature flag (#13915) 2025-03-20 09:56:08 -04:00
Jimmy Vo
e84470571a Add exit functionality for onclick. 2025-03-19 14:18:35 -04:00
Jimmy Vo
b5895920bf Account for no responses. 2025-03-19 13:29:37 -04:00
Jimmy Vo
64c01e57b2 Fix domain error. 2025-03-19 13:18:20 -04:00
Jimmy Vo
1b626d665c Fix initializer order issue. 2025-03-18 13:04:27 -04:00
Cy Okeke
b08f30a25b Add changes for phishing domain report 2025-03-18 17:24:46 +01:00
Cy Okeke
36d06899ac Resolve conflict 2025-03-18 09:58:35 +01:00
Cy Okeke
1137c654df Merge branch 'feature/phishing-detection' into get-the-known-phishing-domain-from-the-server 2025-03-18 09:56:44 +01:00
Jimmy Vo
7ad7f638d7 Update code to use Log service. 2025-03-17 16:08:28 -04:00
Jimmy Vo
92b562ca0e Add communication between the content script and background service. 2025-03-17 15:42:19 -04:00
Cy Okeke
319d827859 move the call to background 2025-03-17 12:36:30 +01:00
Jimmy Vo
275fc1bc7e Decouple the phishing detection content script logic from the rest of the app. 2025-03-14 15:13:26 -04:00
Jimmy Vo
7052d5d408 Add build configs. 2025-03-14 12:13:53 -04:00
Jimmy Vo
62c1702315 Fix conflicts 2025-03-14 12:10:10 -04:00
Jimmy Vo
ed13bf3bbb Revert "Add phishing detection content script."
This reverts commit ce64d3435a.
2025-03-14 11:48:05 -04:00
Jimmy Vo
ce64d3435a Add phishing detection content script. 2025-03-14 11:39:29 -04:00
Cy Okeke
c2f2c36856 Get the known phishing domain from the server 2025-03-14 16:26:32 +01:00
Cy Okeke
a5450cef4a Get the known phishing domain from the server 2025-03-14 16:25:56 +01:00
Jimmy Vo
c946311d71 Add a tab listener. 2025-03-12 16:54:06 -04:00
Jimmy Vo
8e54e9edcb Add PhishingDetectionService 2025-03-12 11:09:13 -04:00
Oscar Hinton
a569dd9ad6 [PM-15892] [PM-12250]Remove nord and remnants from solarizedark (#13449)
* Remove nord and remnants from solarizedark

* Update window reload color

* Remove extension-refresh feature flag from clients (#13450)

Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>

* Remove usage of nord and solarized themes within DarkImageDirective

---------

Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2025-03-10 15:33:55 +01:00
Thomas Rittson
ef72f513b1 eslint: report unused disable directives (#13463)
Remove any unused disable directives and FIXMEs in our code
2025-03-10 09:33:08 -04:00
bw-ghapp[bot]
afd715c79c Autosync the updated translations (#13760)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-03-10 08:52:07 -04:00
Addison Beck
0b38cf27d0 chore: bump client versions (#13761) 2025-03-10 08:51:44 -04:00
bw-ghapp[bot]
7bf352e340 Autosync the updated translations (#13759)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-03-10 08:51:30 -04:00
bw-ghapp[bot]
62255502a8 Autosync the updated translations (#13758)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-03-10 08:51:16 -04:00
Ike
c739a884b4 [PM-15015] Adding Request Country Name to auth requests approval dialog (#13718)
* feat(pm-15015) : 
  - Adding `requestCountryName` to auth requests dialogs, and response models. 
  - Updated i18n messages.json in Web, Browser, and Desktop to include "Location" translation.
2025-03-07 18:03:13 -05:00
bw-ghapp[bot]
2cbe4acc8a Autosync the updated translations (#13735)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-03-07 12:04:24 +01:00
bw-ghapp[bot]
3763a6c8f6 Autosync the updated translations (#13729)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-03-07 10:59:26 +01:00
bw-ghapp[bot]
f566f0cb16 Autosync the updated translations (#13728)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2025-03-07 08:24:07 +01:00
Thomas Rittson
29716a7075 [PM-13325] Move CollectionDialog to AC Team (#13671)
* Refactor: use standalone component

* Fix easy strict errors
2025-03-07 11:13:48 +10:00
✨ Audrey ✨
dcf15b496b [PM-17590] fix chrome translation bug by escaping $ (#13103)
replaces translation with hard-coded text for cross-platform compatibility
2025-03-06 20:13:04 +00:00
Jared Snider
5588e1a1a1 fix(auth): Auth/pm 18836 - UI Refresh - Chrome extension - WebAuthn 2FA revert inline iframe for chromium (#13709)
* PM-18836 - (1) Extension Two Factor Webauthn - revert supporting inline webauthn 2fa as it doesn't work outside of local still (2) Extension 2FA Webauthn comp - add log of webauthn errors to help diagnose future issues

* PM-18836 - Extension - Services module - ExtensionTwoFactorAuthWebAuthnComponentService - remove unused dep
2025-03-06 11:49:49 -08:00
SmithThe4th
e327816bc4 [PM-11941] Migrate TOTP Generator to use SDK (#12987)
* Refactored totp service to use sdk

Fixed strict typescript issues

* Fixed dependency issues

* Returned object that contains code and period, removed get interval function

* removed dependencies

* Updated to use refactored totp service

* removed sdk service undefined check

* removed undefined as an input from the getCode function

* Made getcode$ an observable

* refactored to use getcodee$

* Filter out emmissions

* updated sdk version

* Fixed readability nit

* log error on overlay if totp response does not return a code

* fix(totpGeneration): [PM-11941] Totp countdown not working on clients

* Used optional chaining if totpresponse returns null or undefined
2025-03-06 14:01:07 -05:00
Jared Snider
1415041fd7 fix(UIRefresh-Web-2FA): [Auth/PM-18737] Add md to all 2FA titles / subtitles (#13713) 2025-03-06 12:39:10 -05:00
Jason Ng
f65daf7284 [PM-12045] search service activeuserstate (#13035)
* removing activeuserstate from search service
2025-03-06 12:26:24 -05:00
Jared Snider
6f4a1ea37f fix(UIRefresh-Extension-Duo-2FA): [Auth/PM-18901] Adjust determineDuoLaunchAction logic to consider if already in popout (#13712) 2025-03-06 10:45:46 -05:00
Conner Turnbull
a7674b3440 Updated classes to use tailwind (#13673) 2025-03-06 10:22:34 -05:00
cyprain-okeke
63521ba0da resolve the Tailwind CSS class error (#13699) 2025-03-06 14:40:12 +01:00
Jonas Hendrickx
ed83b6a445 [PM-18163] Remove feature flag 'AC-1795_updated-subscription-status-section' (#13456) 2025-03-06 13:19:08 +01:00
Daniel Riera
9754167faa PM-18536 initial commit (#13701) 2025-03-05 17:23:25 -05:00
cyprain-okeke
021c23580a Resolve the issue with free bitwarden family redirect (#13672) 2025-03-05 08:33:16 +01:00
Todd Martin
18a5844c3e Updated desktop to 2025.2.1 (#13683) 2025-03-04 15:16:30 -05:00
Jared Snider
17393050b5 fix(NewUIExtensionTitleTranslation): [Auth/PM-18710] Fix extension having incorrect verifyIdentity (#13667) 2025-03-04 13:30:46 -05:00
Daniel James Smith
2b29bf8c23 Move SendAddEditDialog from web to bitwarden/send-ui (#13679)
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2025-03-04 13:24:00 -05:00