1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-26 12:25:20 +01:00
bitwarden-browser/apps/desktop
Addison Beck 101e1a4f2b
Migrate provider service to state provider (#8173)
* Migrate existing provider data to StateProvider

Migrate existing provider data to StateProvider

* Rework the ProviderService to call StateProvider

* Unit test the ProviderService

* Update DI to reflect ProviderService's new args

* Add ProviderService to logout chains across products

* Remove provider related stateService methods

* Update libs/common/src/state-migrations/migrations/28-move-provider-state-to-state-provider.spec.ts

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>

* Cover up a copy/paste job

* Compare equality over entire array in a test

---------

Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com>
2024-03-05 19:35:12 +00:00
..
.vscode
config
desktop_native [deps] Platform: Update Rust crate anyhow to v1.0.80 (#8185) 2024-03-04 16:51:39 +01:00
native-messaging-test-runner [deps] Platform: Update @types/node to v18.19.19 (#8113) 2024-02-28 11:42:11 +01:00
resources
scripts
src Migrate provider service to state provider (#8173) 2024-03-05 19:35:12 +00:00
stores
.eslintrc.json
.gitignore
crowdin.yml
electron-builder.json [PM-6547][deps] Tools: Update electron to v28.2.5 (#8150) 2024-03-04 09:54:40 +00:00
installer.nsh
jest.config.js
package.json Change versions to proper values (#8141) 2024-02-28 11:46:28 -07:00
postcss.config.js
README.md
sign.js
tailwind.config.js
test.setup.ts
tsconfig.json [PM-5459] Move libs/exporter to libs/tools/ (#7380) 2024-02-13 14:22:37 -05:00
tsconfig.renderer.json
tsconfig.spec.json
webpack.main.js [PM-6419] Change desktop argon implementation for Node (#8048) 2024-02-26 17:31:09 -05:00
webpack.preload.js
webpack.renderer.js [PM-3756] Disable node integration and enable context isolation in desktop (#6975) 2024-02-08 18:00:19 +01:00

Github Workflow build on master Crowdin Join the chat at https://gitter.im/bitwarden/Lobby

Bitwarden Desktop Application

Platforms

The Bitwarden desktop app is written using Electron and Angular. The application installs on Windows, macOS, and Linux distributions.

Desktop Vault

Documentation

Please refer to the Desktop section of the Contributing Documentation for build instructions, recommended tooling, code style tips, and lots of other great information to get you started.