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

11941 Commits

Author SHA1 Message Date
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
Chad Scharf
023a7af65c Merge pull request #183 from kitos9112/master
Bump https-proxy-agent dep. to 5.0.0 - This PR hopes to fix #181
2020-11-13 14:09:39 -05:00
Marcos Soutullo Rodriguez
37682e7146 Bump https-proxy-agent dep. to 5.0.0 (#201) 2020-11-13 14:06:30 -05:00
Marcos Soutullo Rodriguez
e6e5f805e9 Roll back package.json patch version 2020-11-13 18:35:36 +00:00
Addison Beck
51c5aed765 bumped version (#185) 2020-11-13 13:32:18 -05:00
Addison Beck
3155029c32 bumped version (#1463) v1.47.0 2020-11-13 13:31:38 -05:00
Addison Beck
7faf75a69a version bump (#588)
* version bump

* also reset the patch version
2020-11-13 13:31:21 -05:00
Kyle Spearrin
f662e38517 box-content-row-checkbox styling for left aligned (#1453) 2020-11-13 11:51:49 -05:00
Hinton
04c8b119e3 Merge branch 'master' of https://github.com/bitwarden/desktop into feature/browser-communication
# Conflicts:
#	src/locales/en/messages.json
2020-11-13 15:34:57 +01:00
Kyle Spearrin
ef61652fba bump version v2.17.0 2020-11-12 22:49:30 -05:00
Kyle Spearrin
933a66b24c disable send 2020-11-12 22:05:50 -05:00
Kyle Spearrin
e3c4d4f80d New Crowdin updates (#587)
* New translations messages.json (Romanian)

* New translations messages.json (Russian)

* New translations messages.json (Montenegrin (Latin))

* New translations messages.json (Malayalam)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Indonesian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Slovak)

* New translations messages.json (Portuguese)

* New translations messages.json (French)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Japanese)

* New translations messages.json (Hungarian)

* New translations messages.json (Hebrew)

* New translations messages.json (Finnish)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Spanish)
2020-11-12 21:45:03 -05:00
Kyle Spearrin
e2c6a5f8cd New Crowdin updates (#704)
* New translations messages.json (French)

* New translations messages.json (Slovak)

* New translations messages.json (Malayalam)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Indonesian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Russian)

* New translations messages.json (Spanish)

* New translations messages.json (Polish)

* New translations messages.json (Dutch)

* New translations messages.json (Hungarian)

* New translations messages.json (Finnish)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Czech)

* New translations messages.json (Catalan)

* New translations messages.json (Bulgarian)
2020-11-12 21:44:42 -05:00
Kyle Spearrin
90ad1847e7 New Crowdin updates (#1461)
* New translations messages.json (Romanian)

* New translations messages.json (Portuguese)

* New translations messages.json (Malayalam)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Indonesian)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Ukrainian)

* New translations copy.resx (Serbian (Cyrillic))

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (Slovak)

* New translations messages.json (Russian)

* New translations messages.json (Polish)

* New translations messages.json (French)

* New translations messages.json (Dutch)

* New translations messages.json (Japanese)

* New translations messages.json (Italian)

* New translations messages.json (Hungarian)

* New translations messages.json (Hebrew)

* New translations messages.json (Finnish)

* New translations messages.json (German)

* New translations messages.json (Danish)

* New translations messages.json (Catalan)

* New translations messages.json (Spanish)
2020-11-12 21:44:26 -05:00
Marcos Soutullo Rodriguez
4b65000c2f Bump https-proxy-agent dep. to 5.0.0 2020-11-12 23:46:55 +00:00