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

11941 Commits

Author SHA1 Message Date
vachan-maker
a1b77dc9ef Update change-password.component.html (#941) 2021-04-22 09:34:16 -04:00
Oscar Hinton
1fa3e3d68b Revert "Popover arrow background color" (#1793) 2021-04-22 15:30:17 +02:00
Matt Gibson
42636d3d2e Update view DI 2021-04-22 08:28:47 -05:00
Matt Gibson
019966f6d5 Specify api url in Send file download request (#291) 2021-04-22 07:45:06 -05:00
Thomas Rittson
f7d2ab7d97 Merge pull request #847 from bitwarden/unauth-unlock-guards
Add unauthGuard and lockGuard to prevent unintended navigation
2021-04-22 18:14:03 +10:00
Thomas Rittson
9b38095aba Use jslib unauthGuard, add lockGuard support (#939)
* Use jslib unauthGuard, add lockGuard support

* bump jslib
2021-04-22 18:13:43 +10:00
Thomas Rittson
99fe9cf693 bump jslib 2021-04-22 07:56:53 +10:00
Thomas Rittson
d7e1fda17d Fix linting 2021-04-22 07:56:19 +10:00
Thomas Rittson
62ccf420a2 Add guards to lock and login routes 2021-04-22 07:56:19 +10:00
Thomas Rittson
36641f07b9 Add unauthGuard and lockGuard to prevent unintended navigation (#351)
* Lift web repo unauthGuardService up to jslib

* Add lockGuard (requires vault to be locked)

* Fix linting
2021-04-22 07:52:48 +10:00
Thomas Rittson
714a574028 Do not show free trial wording if upgrading plan (#940) 2021-04-22 07:15:37 +10:00
Matt Gibson
f3a78f1a14 Update jslib (#1794) 2021-04-21 14:25:09 -05:00
Matt Gibson
21ca15fb84 update jslib (#293)
* update jslib

* update jslib
2021-04-21 14:24:59 -05:00
Matt Gibson
cdc8191f39 Merge pull request #849 from bitwarden/update-jslib
Update jslib
2021-04-21 14:22:48 -05:00
Matt Gibson
3e8194a3f7 Update jslib (#942)
* Update jslib

* stub out new platformUtilsService method

* Throw not implemented

* Update jslib

* This interface method was reverted
2021-04-21 14:20:20 -05:00
Matt Gibson
cdd3aa6cdf Revert password reprompt 2021-04-21 14:18:08 -05:00
Matt Gibson
8b0d554316 Update jslib 2021-04-21 14:14:04 -05:00
Oscar Hinton
3c872e56f2 Revert "Password reprompt (#343)" (#353)
This reverts commit 372e139810.
2021-04-21 20:49:18 +02:00
Joseph Flinn
6e4782784c New client configuration pattern (#937)
* adding in initial config files

* working config files

* updating the client config pattern to default to dev instead of prod

* updating the npm script commands and docs

* Adding a helpful debugging log for the webpack build

* adding in more supporting documentation for running against production

* updating README.md and removing the unneeded ENV var
2021-04-21 11:29:33 -07:00
Matt Gibson
60af6b3d49 Update jslib 2021-04-21 08:48:06 -05:00
Matt Gibson
1f62b22285 CLI specifies bitwarden api for send download (#348)
This is needed for CLI to download Send files from non-configured
Bitwarden Servers. Web does not have this issue because it can assume
api from its own url.
2021-04-20 19:17:31 -05:00
Matt Gibson
3a1087456f Rename CipherString and CipherArrayBuffer to Enc (#352) 2021-04-20 19:16:19 -05:00
Joseph Flinn
ad40c38ca3 Build pipeline fix (#938)
* updating the build pipeline for the QA env

* changing the docker build context

* removed commented code

* moving commands to single line

* fixing typo

* removing unneeded build script
2021-04-20 13:27:09 -07:00
Matt Gibson
a5ccca05da Fix mistake and clarify api method name (#347) 2021-04-20 14:59:51 -05:00
Matt Gibson
754dfe9d80 Use Get command for final return value of edit (#290) 2021-04-20 14:55:04 -05:00
Thomas Rittson
16f726738d Update UI strings, remove autofillOnPageLoad enum 2021-04-16 13:46:56 +10:00
Thomas Rittson
68f2de171e Don't use tokenService to manage emailVerified (#932)
* update send add edit component dependencies
2021-04-15 16:28:21 +02:00
Oscar Hinton
372e139810 Password reprompt (#343)
Add support for password reprompt on cipher items
2021-04-15 16:14:33 +02:00
Matt Gibson
6d46dc4b87 If error is of unkown type, create and error response from it. (#289)
* If error is of unkown type, create and error response from it.

* Update src/commands/send/receive.command.ts

simplify error handling

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>

Co-authored-by: Oscar Hinton <oscar@oscarhinton.com>
2021-04-15 08:28:31 -05:00
Thomas Rittson
b029ead5f6 Don't use tokenService to manage emailVerified (#1788)
* Update send add-edit component dependencies
2021-04-15 11:39:38 +02:00
Thomas Rittson
0724041daf Don't use tokenService to manage emailVerified (#841)
* Update send add-edit component dependencies

* bump jslib
2021-04-15 10:29:26 +02:00
Oscar Hinton
a9ef011cf3 Remove dead code (#930)
* Remove last remnants of old analytics code
2021-04-14 23:43:40 +02:00
Oscar Hinton
6acfba4b40 Remove dead code (#839)
* Remove last remnants of old analytics code
2021-04-14 23:43:22 +02:00
Oscar Hinton
44463e7bc0 Remove dead code (#1787)
* Remove dead analytics code
2021-04-14 23:43:09 +02:00
Thomas Rittson
66eec2b022 Use sync instead of token to manage emailVerified (#344) 2021-04-15 07:00:49 +10:00
Oscar Hinton
92df633040 Remove last remnants of old analytics code (#345) 2021-04-14 21:34:30 +02:00
Matt Gibson
475efc4262 Update jslib (#288)
* Update jslib

* Convert NodeSecureStorage CipherArrayBuffer to string
2021-04-14 11:44:57 -05:00
Matt Gibson
6897b8562c Merge pull request #840 from bitwarden/update-jslib
Update jslib
2021-04-14 11:44:44 -05:00
Matt Gibson
8288bef567 Add required argument to output option (#287) 2021-04-14 11:09:47 -05:00
Matt Gibson
dd6b08bb2c Update jslib (#1786) 2021-04-14 11:09:15 -05:00
Matt Gibson
53bd9a3b14 Update jslib (#931) 2021-04-14 11:09:01 -05:00
Matt Gibson
b0b17e660d Update jslib 2021-04-14 10:56:48 -05:00
Matt Gibson
0a0cdaa7fd Fix cipher upload (#346)
* Upload correct data array

* Require BufferArray Encryption for upload to server

The CipherArrayBuffer tiny type is only created by CryptoService
and required by all upload methods

* Add test for attachment upload encryption
2021-04-14 10:47:10 -05:00
Chad Scharf
5f986c19fc Merge pull request #836 from bitwarden/desktop-714
Update jslib for macOS CMD+W close action
2021-04-13 15:34:37 -04:00
Chad Scharf
2dd88d4eed Update jslib for macOS CMD+W close action 2021-04-13 14:38:39 -04:00
kapitainsky
c832728b6d fix: cmd + w doesn't close the window on macOS (#714) (#342)
cmd + w doesn't close the window on macOS. Based on @cscharf explanation - https://github.com/bitwarden/desktop/issues/714#issuecomment-810554674 - it seems that issue was introduced in response to erroneous Apple Store approver request. The code change reversed this change.
2021-04-13 14:31:34 -04:00
Tomasz Zdybał
827674847f Skip FirefoxAccounts during Firefox CSV Import (#323)
* Skip FirefoxAccounts during Firefox CSV Import

Firefox exports 'chrome://FirefoxAccounts' if Firefox Accouts are used
in browser. It's quite hacky - password field in CSV is actually a JSON
encoded data, not a password.
Because it's not a useful record, it should be skipped during import.

* Fix indentation

* Move test Firefox test data to files, fix linter errors
2021-04-12 12:08:56 -05:00
Kyle Spearrin
5ed32739df revert pkg update 2021-04-12 12:54:16 -04:00
Matt Gibson
1466933e2c update jslib (#928) 2021-04-12 11:36:00 -05:00
Kyle Spearrin
8131d01c7a npm audit fix 2021-04-12 11:43:53 -04:00