1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-16 10:45:20 +01:00
Commit Graph

568 Commits

Author SHA1 Message Date
Andreas Coroiu
77bbd72c53
[EC-598] fix: messenger crashing
The messenger is listening to all DOM communcation, most of which is formatted differently. We were not handling these cases properly which resulted in attempts to access undefined fields.
2023-01-13 15:00:37 +01:00
Andreas Coroiu
e41c849c18
[EC-598] fix: user interaction not being awaited sometimes
Only one handler can return a response. That handler needs to return true to indicated it's intention to eventually do so.
Our issue was that multiple handlers were returning truthy values, causing a race condition.
2023-01-13 14:56:17 +01:00
Andreas Coroiu
64f60aa870
[EC-598] feat: fix google issues
Google does not like self-signed packed format. I've removed the attestation statement all-together untill further notice. We're don't really have any statements so
2023-01-10 10:17:46 +01:00
Andreas Coroiu
7bd7cbfd9a
[EC-598] chore: clean up console logs 2023-01-09 14:33:10 +01:00
Andreas Coroiu
6392ad82d1
[EC-598] feat: show all available data 2023-01-05 17:20:24 +01:00
Andreas Coroiu
ac4389743a
[EC-598] feat: show user name as sub title 2023-01-05 16:56:33 +01:00
Andreas Coroiu
4168f49911
[EC-598] feat: add some padding to popout 2023-01-05 15:36:37 +01:00
Andreas Coroiu
f7a74c8cf2
[EC-598] feat: differntiate between resident auth and 2fa 2023-01-05 15:30:00 +01:00
Andreas Coroiu
132c3fe04d
[EC-598] feat: allow user to pick which credential to use 2023-01-05 15:18:23 +01:00
Andreas Coroiu
f0b8d32ee6
[EC-598] feat: show new cipher being added 2023-01-05 14:30:00 +01:00
Andreas Coroiu
6c7548c7ec
[EC-598] feat: add basic support for managing passkeys 2023-01-04 13:39:06 +01:00
Andreas Coroiu
f56971aa89
[EC-598] feat: successfully store passkeys in vault 2023-01-04 12:36:44 +01:00
Andreas Coroiu
555c132fe1
[EC-598] feat: transparent passthrough of platform authenticators 2022-12-16 15:15:41 +01:00
Andreas Coroiu
7630ce881c
[EC-598] feat: rudimentar error handling 2022-12-16 15:01:49 +01:00
Andreas Coroiu
98f11362ce
[EC-598] feat: fully working register and assert flow 2022-12-16 14:12:47 +01:00
Andreas Coroiu
91daba5991
[EC-598] feat: fully working credential creation 2022-12-16 11:42:32 +01:00
Andreas Coroiu
1ca9d73f10
[EC-598] feat: confirm new credentials 2022-12-16 10:13:52 +01:00
Andreas Coroiu
1d8dfaaf8d
[EC-598] feat: add basic cancel button 2022-12-16 09:33:38 +01:00
Andreas Coroiu
f6b58d812d
[EC-598] feat: center popup 2022-12-16 09:26:57 +01:00
Andreas Coroiu
2259519724
[EC-598] feat: initial working user verification 2022-12-05 15:44:27 +01:00
Andreas Coroiu
8e955a7ccd
[EC-598] feat: half-implemented user interfacing 2022-12-05 15:11:16 +01:00
Andreas Coroiu
def0015188
[EC-598] feat: half-implemented params mapping 2022-11-18 17:01:36 +01:00
Andreas Coroiu
dc91cfda69
[EC-598] feat: add ability to return responses 2022-11-18 15:24:46 +01:00
Andreas Coroiu
88ebb6a4b0
[EC-598] feat: implement calls to new service 2022-11-18 15:03:57 +01:00
Andreas Coroiu
e52e3dba45
[EC-598] feat: add better support for messaging 2022-11-18 13:32:07 +01:00
Andreas Coroiu
02fe5bf0c5
[EC-598] feat: succesfully intercept methods 2022-11-18 10:20:51 +01:00
Andreas Coroiu
62cfcb6dc0
[EC-598] feat: load page script from content script 2022-11-18 10:01:33 +01:00
Andreas Coroiu
ac3cd6ab6a
[EC-598] feat: scaffold content scripting 2022-11-18 09:47:49 +01:00
github-actions[bot]
166e5a747e
Autosync the updated translations (#4087)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2022-11-18 04:40:39 +01:00
github-actions[bot]
1e5147697b
Autosync the updated translations (#4084)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2022-11-18 01:13:08 +01:00
github-actions[bot]
dedd2bb647
Autosync the updated translations (#4085)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2022-11-18 01:04:33 +01:00
github-actions[bot]
768e89a243
Autosync the updated translations (#4083)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2022-11-18 01:03:46 +01:00
Justin Baur
a57424df75
[PS-1829] Fix Service Worker Startup in MV3 (#4000)
* Fix Service Worker Startup in MV3

* Removed unneeded plugin from shared main config
* Added plugin back behind MV2 check
* Added background entry behind MV2 check
* Added totally new config for MV3 behind check
* Target `webworker` for MV3 background
* Export array of configs

* Address PR feedback

* Remove comment
2022-11-17 15:15:34 -05:00
Daniel James Smith
6049e588e4
Rename nodeCryptoFunctionService (#4070) 2022-11-17 15:46:49 +01:00
cyprain-okeke
df0a148ed8
[PS 1624]CLI get and delete folder command, fails if using GUID and Session key (#4026)
* Resolve get&delete folder cmd on cli using GUID&Sessionkey

* Using the getFromState on the edit.command.ts

Co-authored-by: dynwee <onwudiweokeke@gmail.com>
2022-11-17 12:52:48 +01:00
Sammy Chang
b5e927c2c8
[PS-1783] Fix file selector input bug from PS-1465 ( #3502 ) (#3928)
* Fix file selector input

* Add file selector state changes back

* Remove async pipe
2022-11-16 19:22:10 +01:00
Ash Leece
0ddbafd116
Added Mastodon to follow us menu (#4029) 2022-11-16 14:01:45 +01:00
DanHillesheim
ea8d2b91c0
[EC-665] Fix biometrics button style (#3979)
* fix biometrics button style

* expand button to fill space

this is a result of it being used outside the box-content

* remove padding from box-footer
2022-11-15 14:35:44 -07:00
Oscar Hinton
7fca2d722c
[SM-330] Disable managed environments for safari (#3953) 2022-11-15 14:13:37 +01:00
Shane Melton
635973d458
[EC-750] Specify organizationId for credit and adjust payment components (#4061) 2022-11-14 17:07:43 -08:00
Jared Snider
c73f48bb2f
SG-725 - Desktop - Moved DuckDuckGo setting down so that the Biometric browser settings are not separated (#4059) 2022-11-14 17:27:31 -05:00
Thomas Rittson
64bbc08ee2
Add organization-options menu to single org (#3678) (#4051)
Re-apply commit 7c3255d (#3678) which was accidentally reverted by
the Org Admin Refresh changes in commit 09c3bc8 (#3925)
2022-11-15 06:40:24 +10:00
Thomas Rittson
55b46a2c62
Hide My Vault if Remove Individual Vault is on (#4052) 2022-11-14 10:14:01 +10:00
Vincent Salucci
4366e15602
[EC-743] Call super to ngOnInit to include policy observable changes (#4047) 2022-11-12 07:12:54 -06:00
Jared Snider
b45704d513
SG-428 - Browser Extension - Send - Expiration / Deletion date calendar icon +… (#4034)
* Browser Extension - Send - Expiration / Deletion date calendar icon + datepicker pop up now respect theme better in Chrome / Chromium based browsers and Safari (Firefox datepicker pop up doesn't seem to have an easy mechanism for theming)

* SG-428 - Extension - Iconography for date inputs for Chromium browsers now reflects theme colors properly + hover states; icon not shown on non-Chromium browsers

* Variables.scss - ran prettier locally after tweaking comments to pass eslint checks
2022-11-11 15:41:07 -05:00
Robyn MacCallum
8d128b01b9
Use loginService to get and set remember email values (#3941) 2022-11-11 14:15:45 -05:00
dgoodman-bw
af2e03bdf8
PS-1798 - ensure admin users can edit ciphers (#4025) 2022-11-11 11:01:31 -07:00
Rui Tomé
7dae65daee
[EC-746] Call BaseAddEditComponent.ngOnInit on Desktop AddEditComponent (#4044) 2022-11-11 17:47:47 +00:00
Daniel James Smith
0e78910582
[PS-1805] BEEEP: Renamed importers based on agreed naming-convention (#3978)
* Rename all importer related files

Renamed all files based on our naming convention which we decided on with https://github.com/bitwarden/adr/blob/master/decisions/0012-angular-filename-convention.md

* Removed entries from whitelist-capital-letters.txt

* Rename missing safeInCloud test data

* Fix broken import

* Renamed folders (removed capital letters)

* Fix filename of BitwardenCsvImporter

* Fix imports of onepassword mac/win importer tests

* Remove already renamed folders from whitelist

* Rename dashlaneImporters to dashlane

Rename the folder
Fix all the imports
Remove dashlaneImporters from white-list

* Rename keeperImporters to keeper

Rename the folder
Fix all the imports
Remove keeperImporters from white-list

* Rename onepasswordImporters to onepassword

Rename the folder
Fix all the imports
Remove onepasswordImporters from white-list

* Rename safeinCloud test data folder

* Fix onepassword importer type imports
2022-11-11 16:20:03 +01:00
Oscar Hinton
d3321ebe1c
[SM-340] Fix share modal not closing on cancel (#4041) 2022-11-11 15:43:19 +01:00