Commit Graph

11682 Commits

Author SHA1 Message Date
addison 9cea47aaf1 [bug] Clean state service on logout 2022-02-07 15:09:43 -05:00
Thomas Rittson 1b28a4b954
Update client for authService refactor (#1387)
Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-02-07 20:24:49 +01:00
Addison Beck 322568b40e
[chore] Update jslib (#467) 2022-02-07 12:08:24 -05:00
Addison Beck 143a262743
[chore] Update jslib (#1296) 2022-02-07 12:08:15 -05:00
Addison Beck 6320498fb3
[chore] Update jslib (#1447) 2022-02-07 12:04:51 -05:00
Addison Beck f9851285d5
Merge pull request #2317 from bitwarden/Bug/AccountSwitching/QABugBonanza
[bug] Fix several regression bugs
2022-02-07 11:59:54 -05:00
addison ff62c8072e [chore] Update jslib 2022-02-07 11:44:31 -05:00
addison 9c7f399a76 [bug] Don't force an active user to init activity recording functions 2022-02-07 11:44:16 -05:00
addison 6da6e46900 [bug] await the vault timeout dropdown change event 2022-02-07 11:44:16 -05:00
addison 693e1e76b5 [bug] Point autofill at the correct storage key 2022-02-07 11:44:16 -05:00
Addison Beck 6c08b40847
[bug] Make activity a top level storage key (#656)
* [bug] Make activity a top level storage key

* [bug] use correct index for migration

* [bug] use correct index for migration part 2
2022-02-07 11:36:53 -05:00
Addison Beck 0760b53296
[bug] Default the state version check function to 1 (#657) 2022-02-07 11:08:07 -05:00
Matt Gibson 7afb748791
Feature/password protected export (#612)
* Add password protected export

* Run prettier

* Test password protected export service

* Create type for known import type strings

* Test import service changes

* Test bitwarden password importer

* Run prettier

* Remove unnecessary class properties

* Run prettier

* Tslint fixes

* Add KdfType to password protected export

* Linter fixes

* run prettier
2022-02-07 09:33:10 -06:00
Oscar Hinton bfd5f3e564
Fix register button using wrong icon (#1446) 2022-02-07 12:28:28 +01:00
Daniel James Smith 2844e06aa8
Fix regression in notificationBar (#2314) 2022-02-07 11:31:18 +01:00
Thomas Rittson c755443735
Make husky pre-commit hook executable (#1432) 2022-02-07 12:18:33 +10:00
Thomas Rittson 9caea70ea2
[authService refactor] Fix browser by not using instanceof (#647)
* use authenticationType enum instead of instanceof
2022-02-07 07:33:19 +10:00
Matt Gibson c3f9e1053b
Add deleted date to items (#465) 2022-02-04 16:50:59 -06:00
Justin Baur 0e5f2530a9
Switch option values to be a number (#1444) 2022-02-04 16:59:20 -05:00
Vincent Salucci 5105633fa4
[Icons] Fix button icon/text margins (#1443) 2022-02-04 13:49:44 -06:00
Matt Gibson 380a7c7ee5
Use Identity server routes (#649)
* Use Identity server routes

We've moved `prelogin` and `register` endpoints to the Indentity project
Reflecting that change here

* Only update path for dev environment
2022-02-04 08:22:19 -06:00
github-actions[bot] e975056c21
Autosync the updated translations (#1441)
Co-authored-by: github-actions <>
2022-02-04 12:48:56 +01:00
github-actions[bot] 672772d043
Autosync the updated translations (#2309)
Co-authored-by: github-actions <>
2022-02-04 12:42:27 +01:00
Jake Howard 4252501620
Add lazy loading and decoding to images (#591)
The lazy loading will work in addition to any already being done, rather
than conflicting with it.

Co-authored-by: Daniel James Smith <djsmith@web.de>
2022-02-04 12:38:56 +01:00
Daniel James Smith be21167ef8
Pull jslib for https://github.com/bitwarden/jslib/pull/654 (#1439) 2022-02-03 23:44:28 +01:00
Daniel James Smith c2ae1bd565
Pull jslib for https://github.com/bitwarden/jslib/pull/654 (#464) 2022-02-03 23:40:15 +01:00
Thomas Rittson ec9559520b
Fix bug where no passwords recorded in history (#650) 2022-02-04 07:59:55 +10:00
Daniel James Smith f6ba252139
Temporarily remove keeper json import for the Feb release (#654) 2022-02-03 22:24:22 +01:00
Addison Beck c1a3178538
Update jslib (#1293)
* Update jslib

* [style] Ran prettier
2022-02-03 14:39:49 -05:00
Addison Beck e4cf8bf656
Merge pull request #2308 from bitwarden/UpdateJslib
Update jslib
2022-02-03 14:08:53 -05:00
Addison Beck af9b8b94f8
Update jslib (#462) 2022-02-03 14:08:45 -05:00
addison 901b88b21f Update jslib 2022-02-03 13:55:06 -05:00
Addison Beck e09898e4d8
Update jslib (#1436) 2022-02-03 13:54:15 -05:00
Oscar Hinton 166c459da4
Potentially improve path detection of regedit vbs files (#1288) 2022-02-03 19:39:23 +01:00
Oscar Hinton 9dccd3198f
Fix avatar error when src is undefined (#652) 2022-02-03 19:37:51 +01:00
Addison Beck 067cd1e0e1
[bug] Assign client specific account settings during migration (#653)
* [bug] Assign client specific account settings during migration

* [refactor] Write State type arguements in consistent order

* [style] Ran prettier
2022-02-03 13:32:42 -05:00
Daniel James Smith 94b561382d
fix announcement of security header (#1292) 2022-02-03 17:58:55 +01:00
Daniel James Smith 2b58861296
[AccountSwitching]Make account switcher accessible (#1289)
* Make account switcher keyboard accessible

* ScreenReader: Announce submenu and expansion

* ScreenReader: Announc switch account button with account info

* Fix tab focus on dropdown

* Fix esc not changing state

* Fix linting issues

Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-02-03 17:46:14 +01:00
Vincent Salucci 3e8705d548
[Icons] FF - requested icon changes (#1291)
* [Icons] Remove FA

* Icon changes // webpack correction
2022-02-03 10:28:34 -06:00
Vincent Salucci 9c60563939
[Icons] FF - requested icon changes (#2306)
* [Icons] Remove FA

* Icon changes
2022-02-03 10:25:38 -06:00
Vincent Salucci 868d235faa
[Icons] FF - requested icon changes (#1435)
* [Icons] Removed FA

* Icon changes // Webpack correction // Padding updates
2022-02-03 10:20:31 -06:00
Oscar Hinton 1e877f6cf8
Set minimumSystemVersion (#1287) 2022-02-03 14:13:50 +01:00
Oscar Hinton 5c764a95f4
Add CSP for development (#1431) 2022-02-03 10:17:33 +01:00
Jake Fink 596c3e86e9
Master password policy is not checked when accepting invite from an existing account (#1371)
* validate password against org policy and create update-password component

* linting and prettier

* [bug] Default rememberEmail to true (#1429)

* switching the dashes to underscores for the branch name (#1433)

(cherry picked from commit 8910430dfb)

* fix merge conflicts

* Update src/app/accounts/update-password.component.html

Co-authored-by: Justin Baur <admin@justinbaur.com>

* Update src/locales/en/messages.json

Co-authored-by: Justin Baur <admin@justinbaur.com>

* update jslib

* prettier

Co-authored-by: Addison Beck <abeck@bitwarden.com>
Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com>
Co-authored-by: Justin Baur <admin@justinbaur.com>
2022-02-03 00:00:57 -05:00
Jake Fink ca5c6a9c32
Master password policy is not checked when accepting invite from an existing account (#597)
* create update-password component

* linting and prettier
2022-02-02 23:31:37 -05:00
Joseph Flinn 9151fc0164
Switching the way we are pulling secrets for the EV SSL cert (#1285) 2022-02-02 14:35:03 -08:00
Addison Beck 8030da2ed5
[bug] Default rememberEmail to true (#1429) 2022-02-02 11:20:15 -05:00
Addison Beck 03eed41d86
[bug] Remove scroll from login screen (#1283) 2022-02-02 10:32:06 -05:00
Joseph Flinn 8910430dfb
switching the dashes to underscores for the branch name (#1433) 2022-02-02 07:30:19 -08:00
Addison Beck cad6e9481f
[bug] Attempt to resolve windows portable build issues (#1280) 2022-02-02 10:28:36 -05:00