1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-01-31 22:51:28 +01:00
Commit Graph

992 Commits

Author SHA1 Message Date
Andreas Coroiu
1e5e8e7dd5
[EC-598] fix: race condition when opening new popout 2023-04-28 11:37:11 +02:00
Andreas Coroiu
4eb68ccc8c
[EC-598] chore: update unsupported UV copy 2023-04-28 11:22:15 +02:00
Andreas Coroiu
23d3435c0f
[EC-598] chore: add name to polyfill classes 2023-04-28 11:11:12 +02:00
Andreas Coroiu
41b0c38c94
[EC-598] fix: reponse not correctly polyfilled 2023-04-28 11:09:04 +02:00
Andreas Coroiu
8e08190620
[EC-598] feat: only show fallback options if supported 2023-04-28 10:58:26 +02:00
Andreas Coroiu
c3ce8d87f0
[EC-598] feat: polyfill platform authenticator support 2023-04-28 10:19:15 +02:00
Andreas Coroiu
0e528f35f0
[EC-598] feat: add webauthn polyfill 2023-04-28 10:09:14 +02:00
Andreas Coroiu
f70feebd73
[EC-598] chore: clean up page-script 2023-04-28 09:27:44 +02:00
Andreas Coroiu
cc31f1efc0
[EC-598] feat: close popout directly from bg script 2023-04-28 09:20:42 +02:00
Andreas Coroiu
2d390f0492
[EC-598] feat: add logging to fido2 client 2023-04-27 15:51:51 +02:00
Andreas Coroiu
89bfdbf03e
[EC-598] feat: add logging to fido2 authenticator 2023-04-27 14:51:36 +02:00
Andreas Coroiu
b28fc00865
[EC-598] feat: show unsupported user verification error 2023-04-27 13:31:07 +02:00
Andreas Coroiu
7cbddf7278
[EC-598] chore: refactor observables a little bit 2023-04-27 11:59:01 +02:00
Andreas Coroiu
3a1b56860e
[EC-598] feat: add support for user verifiction using MP during assertion 2023-04-20 16:34:53 +02:00
Andreas Coroiu
757050430d
[EC-598] feat: add support for user verifiction using MP during attestation 2023-04-20 15:43:49 +02:00
Andreas Coroiu
9b2f8b9462
[EC-598] fix: bug in result mapping 2023-04-18 11:29:03 +02:00
Andreas Coroiu
0493565658
[EC-598] fix: response prototype chains 2023-04-18 09:44:37 +02:00
Andreas Coroiu
c574747778
[EC-598] feat: very basic scroll when picking credentials 2023-04-17 14:04:39 +02:00
Andreas Coroiu
11f9c8b065
[EC-598] chore: add some more console logs for debugging 2023-04-17 14:04:21 +02:00
Andreas Coroiu
69e36b972b
[EC-598] feat: inform user when no credentials are found 2023-04-17 11:20:25 +02:00
Andreas Coroiu
a3a102fad7
[EC-598] chore: continue rename webauthn to fido2 2023-04-14 14:55:29 +02:00
Andreas Coroiu
b8d53c3147
[EC-598] chore: rename webauthn folder to fido2 2023-04-14 13:30:39 +02:00
Andreas Coroiu
260dc839b4
[EC-598] fix: remove platform attachment check 2023-04-14 13:16:41 +02:00
Andreas Coroiu
a06b9ad020
[EC-598] feat: wait for session close before closing window 2023-04-11 16:02:45 +02:00
Andreas Coroiu
2992142681
[EC-598] fix: send correct excluded cipher ids 2023-04-05 16:47:48 +02:00
Andreas Coroiu
034f16f29e
[EC-598] feat: add rudimentary support for excluded credentials 2023-04-05 16:43:13 +02:00
Andreas Coroiu
183af55491
[EC-598] feat: make fallback working again 2023-04-05 16:28:46 +02:00
Andreas Coroiu
cd70b17b9a
[EC-598] feat: fully refactored user interface
Now uses sessions instead of single request-response style communcation
2023-04-05 16:17:40 +02:00
Andreas Coroiu
11d340bc97
[EC-598] feat: add initial implementation of UI sessions 2023-04-05 11:38:32 +02:00
Andreas Coroiu
55cd736ec3
[EC-598] feat: fully wokring non-discoverable implementation 2023-04-04 16:21:43 +02:00
Andreas Coroiu
9dfd85dcd7
[EC-598] chore: clean up unusued function 2023-04-04 10:46:27 +02:00
Andreas Coroiu
c74ae9dd15
Merge branch 'master' into EC-598-beeep-properly-store-passkeys-in-bitwarden 2023-04-04 09:41:22 +02:00
SmithThe4th
a78ed4c548
[AC-1260] Removed ssoRequired field from the sso details response (#5123)
* Removed ssoRequired field from the sso details response

* Fixed PR comment
2023-04-03 11:45:22 -04:00
Vincent Salucci
68e973a865
fix: update import paths for index move, refs AC-1202 2023-03-31 10:42:49 -05:00
Vincent Salucci
1e5d9d6686
refactor: move shared org index to admin-console, refs AC-1202 2023-03-31 10:28:15 -05:00
Andreas Coroiu
3edd7887a4
[EC-598] fix: some smaller bugs 2023-03-31 15:53:10 +02:00
Bernd Schoolmann
1f472ea309
[PS-2264] Make password protected exports support account's iterations and argon2 (#4479)
* Fix encrypted export using fixed PBKDF2 iterations

* Replace hardcoded KdfType in importer

* Clean up kdf handling in password-protected export

* Extract BitwardenPasswordProtectedFileFormat

* Rename bitwarden-json-types

* Move StateService import to fix linting issue

* Make linter happy

* Use abstraction instead of implementation

---------

Co-authored-by: Daniel James Smith <djsmith@web.de>
2023-03-31 13:49:07 +02:00
Andreas Coroiu
1d9dde95b7
[EC-598] feat: remove orgigin 2023-03-31 12:32:07 +02:00
Andreas Coroiu
380e545c90
[EC-598] feat: make everything compile again 2023-03-31 10:26:19 +02:00
github-actions[bot]
1c88465316
Autosync the updated translations (#5125)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-03-31 02:48:10 +02:00
github-actions[bot]
136606d3bd
Autosync the updated translations (#5126)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-03-31 02:41:17 +02:00
github-actions[bot]
4a56b3067e
Autosync the updated translations (#5124)
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com>
2023-03-31 02:39:53 +02:00
SmithThe4th
b79554a13b
[PM-283] Fix Reports UI behavior for premium and free users (#4926)
* Prevent rerouting to dispaly modal message, and refactored components where thsi was used

* Added upgrade badge to organization reports view

* created guard to prevent free organization users from accessing reports

* Added isUpgradeRequired getter to organization class

* Modifiewd reports home to pass upgrade badge and add new guard to organization reports module

* Fixed routing bug when routing to billing subscription page

* Refactored to use async pipe and observables

* Renamed getter name to be more descriptive

* Removed checkAccess from reports

* Renamed guard

* Removed unused variables

* Lint fix

* Lint fix

* prettier fix

* Corrected organiztion service reference

* Moved homepage to ngonInit

* [PM-1629] Update the upgrade dialog for users without billing rights (#5102)

* Show dialog with description when user does not have access to the billing page

* switched conditions to nested if to make the logic clearer
2023-03-30 16:27:03 -04:00
Vincent Salucci
a462e93a64
refactor: move organizations folder to admin-console, refs AC-1202 (#5118) 2023-03-30 14:23:01 -05:00
Vincent Salucci
50556619d9
refactor: move sm enroll component to billing, refs AC-1202 (#5108) 2023-03-29 13:17:47 -05:00
Robyn MacCallum
e00bed7003
Desktop help menu adjustments (#5089) 2023-03-29 13:19:58 -04:00
Vincent Salucci
3bf9930642
fix: update imports, refs AC-1202
fix: prettier, refs AC-1202
2023-03-29 10:40:53 -05:00
Vincent Salucci
492be0544d
refactor: move organization.module to admin-console, refs AC-1202 2023-03-29 10:18:38 -05:00
Daniel James Smith
e238ea20a9
[PM-328] Move Send to Tools (#5104)
* Move send in libs/common

* Move send in libs/angular

* Move send in browser

* Move send in cli

* Move send in desktop

* Move send in web
2023-03-29 16:23:37 +02:00
Vincent Salucci
5008acfd13
fix: update downstream imports for org-api-key.request file move, refs AC-1202 2023-03-28 14:28:58 -05:00