1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00
Commit Graph

11778 Commits

Author SHA1 Message Date
Oscar Hinton
ef331aba0b Remove entryComponents (#1044) 2021-06-24 16:01:04 +02:00
Matt Gibson
2be717d0fb Redefine cipher "share" to "move to organization" (#1903)
* Redefine cipher "share" to "move to organization"

* PR review

* update jslib
2021-06-22 15:44:06 -05:00
Matt Gibson
d510b35c06 update jslib (#1043) 2021-06-22 15:23:43 -05:00
Matt Gibson
f35f3550a7 Get either 'Bitwarden' and 'Bitwarden_biometric' keys. (#1904)
* Get either 'Bitwarden' and 'Bitwarden_biometric' keys.

* Fix let var typo

* Fix string handling error

* Retrieve biometric key from Desktop

* Null check key
2021-06-22 15:11:29 -05:00
Thomas Rittson
9ee31ad2fb Improve URL parsing (#411)
* Check hostname is valid in getDomain

* fix linting

* Update noop implementation

* Fix tests

* Fix tests
2021-06-23 06:00:14 +10:00
Kyle Spearrin
f74c296ad5 add captcha connector (#1042)
* add captcha connector

* Update src/connectors/captcha.html

Co-authored-by: Addison Beck <abeck@bitwarden.com>

* Update src/connectors/captcha.scss

Co-authored-by: Addison Beck <abeck@bitwarden.com>

Co-authored-by: Addison Beck <abeck@bitwarden.com>
2021-06-22 15:35:33 -04:00
Matt Gibson
65160f3bf4 Fix cli lock and logout (#334)
* Ensure order of operations

* Key removal is necessary to properly lock

* Update jslib
2021-06-22 12:37:30 -05:00
Matt Gibson
18bf616e2e Correct typo (#416) 2021-06-22 07:10:47 -05:00
Matt Gibson
56a1cfe277 Redefine cipher "share" to "move to organization" (#961)
* Redefine cipher "share" to "move to organization"

* Update jslib

* PR review
2021-06-21 19:26:37 -05:00
Matt Gibson
58fb7958fe Redefine cipher "share" to "move" (#330)
* Redefine cipher "share" to "move"

* PR fixes
2021-06-21 19:26:28 -05:00
Matt Gibson
20df6fe230 update jslib (#1910) 2021-06-21 19:26:16 -05:00
Matt Gibson
98867748e7 Update jslib (#333) 2021-06-21 19:25:55 -05:00
Matt Gibson
f8a7439675 Redefine cipher "share" to "move to organization" (#1039)
* Redefine cipher "share" to "move to organization"

* Bump jslib

Co-authored-by: = <=>
2021-06-21 18:27:27 -05:00
Matt Gibson
78ae9383fb Persist API key creds for token refresh. (#414)
* Persist API key creds for token refresh.

* Linter fixes
2021-06-21 17:48:06 -05:00
Matt Gibson
5e24a70a87 Vault should be locked if key is not in memory (#413)
Key is loaded on startup if auto key exists.
2021-06-21 17:47:44 -05:00
Thomas Rittson
d6d71c94f5 Remove bump-jslib Github Action (#1040) 2021-06-22 07:37:34 +10:00
Oscar Hinton
9c4ea9b491 Add reprompt help link (#963) 2021-06-21 20:56:37 +02:00
Oscar Hinton
78b1ae9a6a Add reprompt help link (#1908) 2021-06-21 20:55:39 +02:00
Oscar Hinton
34cb26416c Add reprompt help link (#1041) 2021-06-21 20:52:34 +02:00
Matt Gibson
10643be8bb Use getKey to actually retrieve key. (#332)
`hasKey` just validates it's available
2021-06-21 12:26:45 -05:00
Matt Gibson
62b5a05c40 Use cryptoservice to compare key to local keyhash (#331)
* Use cryptoservice to compare key to local keyhash

* Fix bugs

Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
2021-06-21 12:23:30 -05:00
Matt Gibson
f568c87289 Add org name to moved to org success toast (#412) 2021-06-18 07:17:42 -05:00
Matt Gibson
12b36557bd Fix reference after NodeCryptoFunctionService moved to jslib-node (#329) 2021-06-18 07:12:00 -05:00
Vincent Salucci
e0d1923237 [Toast] - BUG - Fixed styles (#957) 2021-06-16 14:44:17 -05:00
Vincent Salucci
8a75d0a1cf [Toast] - BUG - Fixed styles (#1900) 2021-06-16 14:43:48 -05:00
Vincent Salucci
988f4168a0 [Toast] - BUG - Fixed styles (#1036)
* [Toast] BUG - Fixed toast stylings

* Updated toast-content padding
2021-06-16 14:43:15 -05:00
Oscar Hinton
76210c30a8 Add boilerplate for bitwarden_license (#1032) 2021-06-16 20:28:05 +02:00
Matt Gibson
17ab740914 Allow import to organization (#325)
* Allow import to organization vaults

* Use organization-aware Importer
2021-06-16 08:50:29 -05:00
Matt Gibson
5251ed2853 Must await to get stored value (#1899) 2021-06-16 08:36:14 -05:00
Matt Gibson
c1a7b85f8b Must await to get a value (#1035) 2021-06-16 08:36:05 -05:00
Thomas Rittson
c19d4f882d Merge pull request #1898 from dltmurphy/deprecated
Use addEventListener instead of addListener (deprecated)
2021-06-15 21:00:27 -07:00
Thomas Rittson
44bf90cf6a Update storageService implementations (#1033)
* Add htmlStorageService.has

* Add memoryStorageService.has
2021-06-16 07:34:54 +10:00
github-actions[bot]
7c64c812fc Auto bump jslib (#1029)
* Bump jslib

* Bump jslib
2021-06-16 06:46:11 +10:00
Thomas Rittson
f2c9c9ebbb Improve bump-jslib GH action (#1030)
* Change reviewer to dept-engineering

* Use modern command substitution instead of backticks

* Fix truncation of git log, improve Github syntax

* Change PR title
2021-06-16 06:17:15 +10:00
Oscar Hinton
14e9784297 Refactor accept-organization and accept-emergency (#1026) 2021-06-15 21:02:04 +02:00
Matt Gibson
5a377f8ef9 Implement has for storage services (#328)
* Implement `has` for storage services

* Update jslib
2021-06-15 13:41:17 -05:00
Matt Gibson
a54ce615c8 Update jslib (#1895)
* Update jslib

* Update jslib

* Revert `isDesktopClient`
2021-06-15 13:40:49 -05:00
Matt Gibson
bd0fb024c1 Always get key from storage to ensure biometric prompt. (#952)
* Always get key from storage to ensure biometric prompt.

* Update jslib

* Update jslib
2021-06-15 13:40:34 -05:00
Matt Gibson
1f83c3c1ba Fix separate key storage for non desktop (#409)
* Handle non-desktop, non-split key storage

* Reset vaultTimeoutService on clear.

Fixes issues where unlock was required after login

* Specify electron as desktop client

* Use ElelectronCryptoService to handle desktop-specific tasks

* Linter fixes
2021-06-15 09:55:57 -05:00
Chad Scharf
81a6cc092e Merge pull request #1896 from TritzA/patch-1
English mistake correction
2021-06-15 10:38:35 -04:00
Kyle Spearrin
b8aff13ce2 add support for bitwarden license 2021-06-15 10:25:45 -04:00
Danny Murphy
6cdadc6bdf Fix Deprecation Issue 2021-06-15 10:43:56 +01:00
Thomas Rittson
3e2e7b8622 Add bump-jslib Github action (#1024)
* Add bump-jslib Github action

* Add to existing PR if present, fix PR refs in log

* Use specific commit hash for actions/checkout

Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com>

* Fix formatting and echo output

Co-authored-by: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com>
2021-06-15 08:03:14 +10:00
Thomas Rittson
d63ee1858d Add backwards compatability for new local hashing method (#407)
* Add backwards compatability for existing keyHash

* Minor changes for review comments
2021-06-15 07:35:58 +10:00
Thomas Rittson
75e47f2f62 Merge pull request #1858 from bitwarden/cdk-virtual-scroll
Use cdk-virtual-scroll for long cipher lists
2021-06-14 14:35:35 -07:00
Antonin Tritz
71f2c3e8cd English mistake correction
Change "Enable Auto-fill On Page Load" to "Enable Auto-fill on Page Load".
The word "on" should not be capitalize on title because it is a preposition.

Source : https://www.grammarly.com/blog/capitalization-in-the-titles/
2021-06-14 16:59:33 -04:00
Joseph Flinn
c3f128182c Add qa container (#1028)
* adding an almost duplicate job to build qa

* adding ~/.npm cache and testing the qa build

* switching the AZ creds to the QA ones for the QA workflow

* fixing initial qa container name

* removing the cache since the self hosted instance needs the  instead of the ci

* fixing the testing code

* removing the testing code and renaming some of the jobs
2021-06-14 12:20:49 -07:00
Matt Gibson
d2ca46b6f5 Add get key from storage for ensuring biometric browser integration (#408) 2021-06-14 14:03:13 -05:00
Vincent Salucci
6d54740aaf [Reset Password] Custom Permission pairing (#1027) 2021-06-14 13:12:15 -05:00
Matt Gibson
3b4142bd0d Merge pull request #946 from bitwarden/authenticate-with-secure-storage-service
Authenticate with secure storage service
2021-06-11 16:42:52 -05:00