Daniel James Smith
Daniel James Smith
@kennethdhau Thank you for your report. This is currently expected behaviour as certain actions will require a connection. The `bw unlock`-command verifies the entered password: https://github.com/bitwarden/clients/blob/main/apps/cli/src/auth/commands/unlock.command.ts#L73 Assuming the CLI is...
@jayg2309 Thank you for your interest in contributing. As a starting guide please have a look at our [Contribution Guidelines](https://contributing.bitwarden.com/). These will get you started with setting up your development...
This has been addressed with #9523 and will be included in the next release (`2024.7`). Closing this now.
@belous-dp This might be a duplicate of https://github.com/bitwarden/clients/issues/2628
Closing this, as the issue was addressed with #9807 and the changes are included in `2024.7.1`
Hi @sunsky131221 and thank you for opening this PR! I had noticed your great work researching for a solution over the past couple of days, on the linked GH issues....
@sunsky131221 Thanks again for your time to investigate and your contribution I'm closing this as https://github.com/bitwarden/clients/pull/13210 supersedes this. QA has already tested https://github.com/bitwarden/clients/pull/13210 and the changes will get merged soon.
@addisonbeck Conflict was created by merging https://github.com/bitwarden/clients/pull/9741: `apps/web/src/app/admin-console/organizations/tools/vault-export/org-vault-export-routing.module.ts` has been deleted and the "export"-route has been moved into `apps/web/src/app/admin-console/organizations/settings/organization-settings-routing.module.ts`
Likely a duplicate or related to https://github.com/bitwarden/clients/issues/9561. A fix has been created but has not been released yet
@quexten Usually I'd say the conversion needs to happen on import, as the target system dictates what is supported. I'll need to look into libraries then to convert PKCS#8 to...