Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-8301] Invert crates relationship #798

Merged
merged 36 commits into from
Jun 26, 2024
Merged

[PM-8301] Invert crates relationship #798

merged 36 commits into from
Jun 26, 2024

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    17c9957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    677ba47 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    83818b9 View commit details
    Browse the repository at this point in the history
  2. Use a client wrapper

    Hinton committed May 27, 2024
    Configuration menu
    Copy the full SHA
    fba8dd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	Cargo.lock
    #	crates/bitwarden-core/src/client/client.rs
    #	crates/bitwarden-core/src/client/test_accounts.rs
    #	crates/bitwarden-core/src/error.rs
    #	crates/bitwarden-core/src/mobile/vault/client_sends.rs
    #	crates/bitwarden-core/src/mobile/vault/client_vault.rs
    #	crates/bitwarden-core/src/platform/domain.rs
    #	crates/bitwarden-core/src/platform/fido2/crypto.rs
    #	crates/bitwarden-core/src/platform/fido2/types.rs
    #	crates/bitwarden-core/src/platform/sync.rs
    #	crates/bitwarden-core/src/tool/mod.rs
    #	crates/bitwarden-core/src/tool/send.rs
    #	crates/bitwarden-core/src/vault/client_vault.rs
    #	crates/bitwarden-core/src/vault/domain.rs
    #	crates/bitwarden-core/src/vault/send.rs
    #	crates/bitwarden-core/src/vault/sync.rs
    #	crates/bitwarden/Cargo.toml
    #	crates/bitwarden/src/lib.rs
    #	crates/bitwarden/src/mobile/tool/client_sends.rs
    #	crates/bitwarden/src/mobile/vault/client_sends.rs
    #	crates/bitwarden/src/platform/domain.rs
    #	crates/bitwarden/src/platform/sync.rs
    #	crates/bitwarden/src/vault/send.rs
    Hinton committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    d147aff View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Create bitwarden-send crate

    Hinton committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    66d191d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15abebb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    90ec269 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	Cargo.lock
    #	crates/bitwarden-core/Cargo.toml
    #	crates/bitwarden-core/src/error.rs
    #	crates/bitwarden-core/src/lib.rs
    #	crates/bitwarden-core/src/uniffi_support.rs
    #	crates/bitwarden-exporters/src/models.rs
    #	crates/bitwarden-send/src/send.rs
    #	crates/bitwarden-sm/src/projects/delete.rs
    #	crates/bitwarden-sm/src/projects/project_response.rs
    #	crates/bitwarden-sm/src/secrets/delete.rs
    #	crates/bitwarden-sm/src/secrets/list.rs
    #	crates/bitwarden-sm/src/secrets/secret_response.rs
    #	crates/bitwarden-sm/src/secrets/sync.rs
    #	crates/bitwarden/Cargo.toml
    Hinton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c4d06f7 View commit details
    Browse the repository at this point in the history
  2. fmt

    Hinton committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3c996db View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	crates/bitwarden-core/src/auth/auth_request.rs
    #	crates/bitwarden-core/src/auth/client_auth.rs
    #	crates/bitwarden-core/src/auth/password/validate.rs
    #	crates/bitwarden-core/src/client/internal.rs
    #	crates/bitwarden-core/src/lib.rs
    #	crates/bitwarden-core/src/mobile/crypto.rs
    #	crates/bitwarden-core/src/mobile/vault/client_attachments.rs
    #	crates/bitwarden-core/src/mobile/vault/client_ciphers.rs
    #	crates/bitwarden-core/src/vault/cipher/attachment.rs
    #	crates/bitwarden-core/src/vault/cipher/card.rs
    #	crates/bitwarden-core/src/vault/cipher/cipher.rs
    #	crates/bitwarden-core/src/vault/cipher/field.rs
    #	crates/bitwarden-core/src/vault/cipher/identity.rs
    #	crates/bitwarden-core/src/vault/cipher/linked_id.rs
    #	crates/bitwarden-core/src/vault/cipher/local_data.rs
    #	crates/bitwarden-core/src/vault/cipher/login.rs
    #	crates/bitwarden-core/src/vault/cipher/mod.rs
    #	crates/bitwarden-core/src/vault/cipher/secure_note.rs
    #	crates/bitwarden-core/src/vault/collection.rs
    #	crates/bitwarden-core/src/vault/domain.rs
    #	crates/bitwarden-core/src/vault/folder.rs
    #	crates/bitwarden-core/src/vault/password_history.rs
    #	crates/bitwarden-core/src/vault/sync.rs
    #	crates/bitwarden-core/src/vault/totp.rs
    #	crates/bitwarden-exporters/src/models.rs
    #	crates/bitwarden-sm/src/projects/create.rs
    #	crates/bitwarden-sm/src/projects/update.rs
    #	crates/bitwarden-sm/src/secrets/create.rs
    #	crates/bitwarden-sm/src/secrets/update.rs
    #	crates/bitwarden-vault/src/cipher/attachment.rs
    #	crates/bitwarden-vault/src/cipher/card.rs
    #	crates/bitwarden-vault/src/cipher/cipher.rs
    #	crates/bitwarden-vault/src/cipher/field.rs
    #	crates/bitwarden-vault/src/cipher/identity.rs
    #	crates/bitwarden-vault/src/cipher/linked_id.rs
    #	crates/bitwarden-vault/src/cipher/local_data.rs
    #	crates/bitwarden-vault/src/cipher/login.rs
    #	crates/bitwarden-vault/src/cipher/mod.rs
    #	crates/bitwarden-vault/src/cipher/secure_note.rs
    #	crates/bitwarden-vault/src/collection.rs
    #	crates/bitwarden-vault/src/domain.rs
    #	crates/bitwarden-vault/src/folder.rs
    #	crates/bitwarden-vault/src/password_history.rs
    #	crates/bitwarden-vault/src/totp.rs
    #	crates/bitwarden/Cargo.toml
    #	crates/bitwarden/src/error.rs
    #	crates/bitwarden/src/tool/exporters/client_exporter.rs
    #	crates/bitwarden/src/vault/cipher/attachment.rs
    #	crates/bitwarden/src/vault/cipher/card.rs
    #	crates/bitwarden/src/vault/cipher/cipher.rs
    #	crates/bitwarden/src/vault/cipher/field.rs
    #	crates/bitwarden/src/vault/cipher/identity.rs
    #	crates/bitwarden/src/vault/cipher/linked_id.rs
    #	crates/bitwarden/src/vault/cipher/local_data.rs
    #	crates/bitwarden/src/vault/cipher/login.rs
    #	crates/bitwarden/src/vault/cipher/mod.rs
    #	crates/bitwarden/src/vault/cipher/secure_note.rs
    #	crates/bitwarden/src/vault/collection.rs
    #	crates/bitwarden/src/vault/domain.rs
    #	crates/bitwarden/src/vault/folder.rs
    #	crates/bitwarden/src/vault/password_history.rs
    #	crates/bitwarden/src/vault/totp.rs
    Hinton committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    207ec64 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	crates/bitwarden-core/src/auth/password/validate.rs
    #	crates/bitwarden-core/src/auth/register.rs
    #	crates/bitwarden-core/src/auth/renew.rs
    #	crates/bitwarden-core/src/client/encryption_settings.rs
    #	crates/bitwarden-core/src/mobile/crypto.rs
    #	crates/bitwarden-core/src/platform/client_platform.rs
    #	crates/bitwarden-core/src/platform/fido2/authenticator.rs
    #	crates/bitwarden-core/src/platform/get_user_api_key.rs
    #	crates/bitwarden-exporters/Cargo.toml
    #	crates/bitwarden-exporters/src/lib.rs
    #	crates/bitwarden-exporters/src/models.rs
    #	crates/bitwarden-generators/src/client_generator.rs
    #	crates/bitwarden-send/src/client_sends.rs
    #	crates/bitwarden-sm/src/projects/create.rs
    #	crates/bitwarden-sm/src/projects/update.rs
    #	crates/bitwarden-sm/src/secrets/create.rs
    #	crates/bitwarden-sm/src/secrets/update.rs
    #	crates/bitwarden-uniffi/src/platform/mod.rs
    #	crates/bitwarden-uniffi/src/tool/mod.rs
    #	crates/bitwarden-uniffi/src/vault/ciphers.rs
    #	crates/bitwarden-uniffi/src/vault/mod.rs
    #	crates/bitwarden-vault/src/lib.rs
    #	crates/bitwarden-vault/src/mobile/client_attachments.rs
    #	crates/bitwarden-vault/src/mobile/client_ciphers.rs
    #	crates/bitwarden-vault/src/mobile/client_collection.rs
    #	crates/bitwarden-vault/src/mobile/client_folders.rs
    #	crates/bitwarden-vault/src/mobile/client_password_history.rs
    #	crates/bitwarden-vault/src/sync.rs
    #	crates/bitwarden/src/client/client.rs
    #	crates/bitwarden/src/error.rs
    #	crates/bitwarden/src/tool/exporters/client_exporter.rs
    #	crates/bitwarden/src/tool/exporters/mod.rs
    #	crates/bitwarden/src/vault/client_vault.rs
    Hinton committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    1423058 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	Cargo.lock
    #	Cargo.toml
    #	crates/bitwarden-core/src/platform/client_fido.rs
    #	crates/bitwarden-core/src/platform/client_platform.rs
    #	crates/bitwarden-core/src/platform/fido2/authenticator.rs
    #	crates/bitwarden-core/src/platform/fido2/client.rs
    #	crates/bitwarden-core/src/platform/fido2/crypto.rs
    #	crates/bitwarden-core/src/platform/fido2/mod.rs
    #	crates/bitwarden-core/src/platform/fido2/traits.rs
    #	crates/bitwarden-core/src/platform/fido2/types.rs
    #	crates/bitwarden-fido/src/authenticator.rs
    #	crates/bitwarden-fido/src/client.rs
    #	crates/bitwarden-fido/src/crypto.rs
    #	crates/bitwarden-fido/src/lib.rs
    #	crates/bitwarden-fido/src/traits.rs
    #	crates/bitwarden-fido/src/types.rs
    #	crates/bitwarden-json/src/client.rs
    #	crates/bitwarden-send/Cargo.toml
    #	crates/bitwarden-send/src/lib.rs
    #	crates/bitwarden-send/src/send.rs
    #	crates/bitwarden-send/src/uniffi_support.rs
    #	crates/bitwarden-uniffi/src/vault/ciphers.rs
    #	crates/bitwarden/Cargo.toml
    #	crates/bitwarden/src/error.rs
    #	crates/bitwarden/src/platform/fido2/authenticator.rs
    #	crates/bitwarden/src/platform/fido2/client.rs
    #	crates/bitwarden/src/platform/fido2/crypto.rs
    #	crates/bitwarden/src/platform/fido2/mod.rs
    #	crates/bitwarden/src/platform/fido2/traits.rs
    #	crates/bitwarden/src/platform/fido2/types.rs
    #	crates/bitwarden/src/secrets_manager/client_projects.rs
    #	crates/bitwarden/src/secrets_manager/client_secrets.rs
    #	crates/bitwarden/src/tool/mod.rs
    Hinton committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    77cdfb2 View commit details
    Browse the repository at this point in the history
  3. Fix merge issues

    Hinton committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7a42a36 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Resolve more merge issues

    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a2928e4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	crates/bitwarden-core/README.md
    #	crates/bitwarden-json/src/client.rs
    #	crates/bitwarden-vault/src/cipher/cipher.rs
    #	crates/bw/src/main.rs
    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a6faee8 View commit details
    Browse the repository at this point in the history
  3. Undo some moves

    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    54d97cd View commit details
    Browse the repository at this point in the history
  4. Fix clippy

    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7be9217 View commit details
    Browse the repository at this point in the history
  5. Cleanup readmes

    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    da2e0dd View commit details
    Browse the repository at this point in the history
  6. Simplify errors

    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ecab942 View commit details
    Browse the repository at this point in the history
  7. Remove comment

    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    214cad3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4336a0a View commit details
    Browse the repository at this point in the history
  9. Fix renew token

    Hinton committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5b4487e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Cleanup unnecessary code

    Hinton committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    606d6d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4650642 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	Cargo.lock
    #	crates/bitwarden-core/src/platform/mod.rs
    #	crates/bitwarden-fido/src/authenticator.rs
    #	crates/bitwarden-fido/src/client_fido.rs
    #	crates/bitwarden-fido/src/lib.rs
    #	crates/bitwarden-uniffi/src/platform/fido2.rs
    #	crates/bitwarden/Cargo.toml
    Hinton committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    534fede View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    69d45dd View commit details
    Browse the repository at this point in the history
  2. Undo changes to core/uniffi

    Hinton committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    148110d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge branch 'main' of github.com:bitwarden/sdk into ps/core

    # Conflicts:
    #	crates/bitwarden-core/src/auth/auth_request.rs
    #	crates/bws/src/main.rs
    Hinton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1c2451f View commit details
    Browse the repository at this point in the history
  2. Fix compile errors

    Hinton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0b934ee View commit details
    Browse the repository at this point in the history
  3. fmt

    Hinton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3121b97 View commit details
    Browse the repository at this point in the history
  4. Fix readme

    Hinton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5bb63ef View commit details
    Browse the repository at this point in the history
  5. Remove wasm-bindgen feature

    Hinton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bc59e32 View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Hinton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a3e2e18 View commit details
    Browse the repository at this point in the history
  7. Cleanup cargo files

    Hinton committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b1ef717 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Fix android

    Hinton committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    0059e79 View commit details
    Browse the repository at this point in the history