1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-11 19:40:47 +01:00
bitwarden-browser/apps/web
rr-bw 2a0e21b4bb
[PM-5085] Create InputPasswordComponent ()
* setup for InputPasswordComponent and basic story

* add all input fields

* add translated error messages

* update validation

* add password-callout

* update hint text

* use PolicyService in component

* setup SetPasswordComponent

* remove div

* add default button text

* add mocks for InputPassword storybook

* simplify ngOnInit

* change param and use PolicyApiService

* check for breaches and validate against policy

* user toastService

* use useValue for mocks

* hash before emitting

* validation cleanup and use PreloadedEnglishI18nModule

* add ngOnDestroy

* create validateFormInputsDoNotMatch fn

* update validateFormInputsComparison and add deprecation jsdocs

* rename validator fn

* fix bugs in validation fn

* cleanup and re-introduce services/logic

* toggle password inputs together

* update hint help text

* remove SetPassword test

* remove master key creation / hashing

* add translations to browser/desktop

* mock basic password-strength functionality

* add check for controls

* hash before emitting

* type the EventEmitter

* use DEFAULT_KDF_CONFIG

* emit master key

* clarify comment

* update password mininum help text to match org policy requirement
2024-06-17 14:56:24 -07:00
..
.vscode
config [SM-1031] Remove SecretsManager & showDDG compile flags () 2024-04-08 17:46:24 +02:00
scripts [deps] Autofill: Update prettier to v3 () 2023-11-29 16:15:20 -05:00
src [PM-5085] Create InputPasswordComponent () 2024-06-17 14:56:24 -07:00
.dockerignore
.eslintrc.json [ADR-0006][AC-319] Migrate all tests to use jest mock instead of substitute () 2023-10-17 17:02:33 +00:00
.gitignore Noop notifications for dev () 2023-10-24 15:18:23 +02:00
config.js Use settings in base.json and merge config keys () 2022-10-18 12:00:40 +10:00
crowdin.yml
dev-server.shared.pem
Dockerfile
entrypoint.sh
jest.config.js Auth/PM-5268 - DeviceTrustCryptoService state provider migration () 2024-04-01 16:02:58 -04:00
package.json Bumped client version(s) () 2024-06-17 18:01:01 +00:00
postcss.config.js
README.md Update urls to match the contributing docs () 2022-12-06 11:20:27 +01:00
tailwind.config.js [PM-6825] Browser Refresh - Initial List Items () 2024-05-21 17:05:02 -04:00
test.setup.ts
tsconfig.json [PM-7289] Create generator libraries () 2024-05-30 15:38:31 -04:00
tsconfig.spec.json
webpack.config.js [PM-6788][PM-7755] add babel/preset-env and browserslist () 2024-05-30 18:42:26 -04:00

The Bitwarden web project is an Angular application that powers the web vault (https://vault.bitwarden.com/).

Github Workflow build on master Crowdin DockerHub gitter chat

Documentation

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