1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Patrick Pimentel
3a00a710bd fix(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Fixed location of set definition. 2025-09-03 13:58:41 -04:00
Patrick-Pimentel-Bitwarden
8a96fd590c Merge branch 'main' into auth/pm-25130/inactive-user-server-notification 2025-09-03 10:32:05 -04:00
Justin Baur
73e8532ecc feat(tokens): Allow Inactive user authenticated API calls 2025-09-03 10:09:02 -04:00
Patrick Pimentel
5eea93228b fix(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Renamed file to match linting pattern. 2025-08-28 16:44:00 -04:00
Patrick Pimentel
865ffa2739 fix(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Fixed tests and updated with Justin's comments. 2025-08-28 16:35:19 -04:00
Patrick Pimentel
805d58ad30 Merge remote-tracking branch 'origin' into auth/pm-25130/inactive-user-server-notification 2025-08-28 14:57:36 -04:00
Patrick-Pimentel-Bitwarden
c828b3c4f4 Auth/pm 23620/auth request answering service (#15760)
* feat(notification-processing): [PM-19877] System Notification Implementation - Implemented auth request answering service.

* test(notification-processing): [PM-19877] System Notification Implementation - Added tests.
2025-08-28 13:47:05 -04:00
Patrick Pimentel
82a053358f Merge remote-tracking branch 'origin' into auth/pm-25130/inactive-user-server-notification 2025-08-26 16:46:22 -04:00
Todd Martin
ad2dfe1e99 feat(notifications): [PM-19388] Enable push notifications on locked clients
* Add back notifications connection on locked accounts

* Updated tests.

* Make sure web push connection service is started synchronously

* Fixed merge conflicts.

---------

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
2025-08-26 11:41:15 -04:00
Patrick Pimentel
bd028cce47 fix(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Fixed dep. 2025-08-25 16:31:39 -04:00
Patrick Pimentel
6f1661e247 feat(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Added feature flag. 2025-08-25 16:24:04 -04:00
Patrick Pimentel
aa7984cfb7 feat(inactive-user-server-notification): [PM-25130] Inactive User Server Notify - Adds in tests and feature for notifying inactive users. 2025-08-25 15:37:09 -04:00
Patrick-Pimentel-Bitwarden
719a43d050 Feat PM-19877 System Notification Processing (#15611)
* feat(notification-processing): [PM-19877] System Notification Implementation - Minor changes to popup logic and removed content in login component.

* docs(notification-processing): [PM-19877] System Notification Implementation - Added more docs.

* docs(notification-processing): [PM-19877] System Notification Implementation - Added markdown document.

* fix(notification-processing): [PM-19877] System Notification Implementation - Updated condition for if notification is supported.

* fix(notification-processing): [PM-19877] System Notification Implementation - Updated services module with correct platform utils service.
2025-08-20 12:42:16 -04:00