1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 11:13:46 +00:00
Commit Graph

11655 Commits

Author SHA1 Message Date
Chad Scharf
d86a929f00 Update jslib for SSO fix 2020-11-23 17:06:02 -05:00
Chad Scharf
eb243b6bce Update jslib for SSO fix 2020-11-23 17:05:40 -05:00
Chad Scharf
abb54f0073 Add normalized state compare for CLI (#211) 2020-11-23 16:45:09 -05:00
Chad Scharf
ea6fd5ac38 Update SSO component to parse state for comparison (#210)
* Update sso component to parse state for comparison

* No more truthy or dare

* fix lint errors for ===
2020-11-23 16:12:28 -05:00
Chad Scharf
74f0480942 Merge pull request #193 from Hinton/hotfix/update-jslib
Update jslib (PR 185)
2020-11-23 16:09:09 -05:00
Hinton
2afe4ecd61 Update jslib 2020-11-23 21:56:40 +01:00
Oscar Hinton
1e7c27fba1 Change supportsSecureStorage to false (#716) 2020-11-23 15:56:22 -05:00
Chad Scharf
d90dc6ccab Merge pull request #597 from Hinton/hotfix/update-jslib
Update jslib (PR 185)
2020-11-23 15:43:09 -05:00
Hinton
b1bd19f4dc Update jslib (PR 185) 2020-11-23 21:41:04 +01:00
Chad Scharf
cf3f9aa9bf Merge pull request #1471 from Hinton/hotfix/update-jslib
Update jslib (PR 185)
2020-11-23 15:34:55 -05:00
Hinton
dd4e6ce5d9 Update jslib (PR 185) 2020-11-23 21:31:55 +01:00
Hinton
efb7cc98ae *Wip* Run proxy app through electron 2020-11-23 18:37:04 +01:00
Chad Scharf
0a73b6fca8 Fix lint error (#209) 2020-11-23 12:21:45 -05:00
Chad Scharf
8c99762de1 Merge pull request #190 from fredrikekre/fe/sync
SyncCommand: Pass allowThrowOnError to fullSync
2020-11-23 12:10:54 -05:00
Fredrik Ekre
adcc618b42 sync: move try-catch out of needsSyncing and handle errors it in fullSync (#207)
The motivation for this is https://github.com/bitwarden/cli/issues/129
where failed sync's are swallowed by try-catch. By moving the try-catch
to the outside it is possible to reuse the already existing
allowThrowOnError argument which callers can use to signal whether
fullSync should throw or ignore errors silently. This patch is
companioned with a patch to the SyncCommand CLI command to pass
allowThrowOnError.
2020-11-23 12:09:09 -05:00
Vincent Salucci
03f575f66f [Bug] Update 2fa navigate action to pass along Org Identifier (#714)
* Add identifer in 2fa navigate action

* Update jslib (6563dcc -> d9d13bb)

* fixed breaking changes from jslib update
2020-11-23 09:12:12 -06:00
Matt Gibson
cd6b3d47c2 Include revision date in cipher requests (#203)
This is in conjunction with API changes that validates the last known
revision date provided here with the actual last revision date on the
server to block potential data loss due to client desyncs.

Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-11-23 08:48:40 -06:00
Hinton
f926f80d8c Wip start on login 2020-11-23 15:04:35 +01:00
Hinton
0e2432d6f4 Review comments 2020-11-23 14:27:36 +01:00
Vincent Salucci
d9d13bbf0e Update success route before navigate action (#208) 2020-11-22 08:46:56 -06:00
Hinton
2cbe7f3d0a Add support on mac for minimize to menu bar on close, minimize or start 2020-11-20 17:20:51 +01:00
Fredrik Ekre
179a6e8a96 SyncCommand: Pass allowThrowOnError to fullSync
This intends to make explicit calls to bw sync
throw if the syncing can not be performed,
fixes https://github.com/bitwarden/cli/issues/129.
2020-11-20 16:17:09 +01:00
Hinton
ae5a5082db Change "hide dock" to "always show dock" 2020-11-20 15:55:05 +01:00
Hinton
14181dc34d Fix jslib update 2020-11-20 14:34:23 +01:00
Hinton
002dd2752b Add setting for toggling hide dock 2020-11-20 14:05:50 +01:00
Hinton
27a0b44ff6 Update jslib 2020-11-19 19:19:31 +01:00
Hinton
4f466fba43 Update jslib 2020-11-19 19:19:28 +01:00
Hinton
6257764c37 Resolve review comments 2020-11-19 19:16:29 +01:00
Hinton
e9f7834a00 Merge branch 'master' of https://github.com/bitwarden/browser into feature/desktop-bridge 2020-11-19 19:04:20 +01:00
Hinton
77715443d9 Merge branch 'master' of https://github.com/bitwarden/desktop into feature/browser-communication 2020-11-19 18:49:40 +01:00
Matt Gibson
62196c9c34 Use mobile's trash message for item delete (#1467)
Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-11-19 11:39:54 -06:00
Matt Gibson
ac05ec4afc Merge pull request #594 from bitwarden/align-messages-for-delete-across-platforms
Use mobile's trash message for item delete
2020-11-19 11:39:13 -06:00
Matt Gibson
82b36c1b70 Use mobile's trash message for item delete (#710)
Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
2020-11-19 11:38:53 -06:00
Matt Gibson
f7b5968298 Use mobile's trash message for item delete 2020-11-19 10:39:23 -06:00
Kyle Spearrin
63eb0959a7 support for sr lang. resolve sendService deps (#1466) 2020-11-18 16:54:29 -05:00
Kyle Spearrin
a18a35fa0b support for sr lang. resolve sendService deps (#593) 2020-11-18 16:13:05 -05:00
Oscar Hinton
9e4d000b4d Browser <-> desktop communication (#185)
* Add electron constant for browser integration

* Add constant for browser biometrics. Ensure biometry is locked on lock.

* Avoid saving keys outside desktop

* Fix eslint warning

* Add supportsSecureStorage helper to platformUtils to improve readability
2020-11-18 16:10:57 -05:00
Kyle Spearrin
f44e99d74d sr lang (#206) 2020-11-18 15:58:12 -05:00
Kyle Spearrin
6878ab51fb send service implementation (#708)
* send service implementation

* update jslib
2020-11-18 15:18:13 -05:00
Kyle Spearrin
6563dccf3b send service and syncing send data (#205)
* send service and syncing send data

* Update send.service.ts
2020-11-18 13:56:41 -05:00
Chad Scharf
8662033979 re-enable send (#709) 2020-11-18 12:44:21 -05:00
Hinton
0a29b30b99 Merge branch 'master' of https://github.com/bitwarden/browser into feature/desktop-bridge
# Conflicts:
#	src/_locales/en/messages.json
2020-11-16 10:07:54 +01:00
Kyle Spearrin
0670970d2e change snap push to upload 2020-11-14 23:06:05 -05:00
Addison Beck
cb61cc7f41 Merge pull request #187 from bitwarden/UpdateJslib
Update jslib
2020-11-13 16:50:24 -05:00
Addison Beck
b7ded80ff0 updated version 2020-11-13 16:47:29 -05:00
Addison Beck
a60f8a5223 updated jslib 2020-11-13 16:41:39 -05:00
Kyle Spearrin
cf9263164c bump version 2020-11-13 15:46:32 -05:00
Chad Scharf
85faee21ee Fixed import for HttpsProxyAgent (#202)
* Fixed import for HttpsProxyAgent

* Try this fix again?

* One more effort, otherwise need to revert

* Syntax error

* Lint error fix

* revert https-proxy-agent version
2020-11-13 15:07:34 -05:00
Chad Scharf
fe26a0bed5 Merge pull request #186 from bitwarden/fix-build-error
Revert https-proxy-agent version
2020-11-13 15:00:58 -05:00
Chad Scharf
35b2ae848e Revert https-proxy-agent version 2020-11-13 14:54:33 -05:00