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

Add support for sending encrypted to_device #101

Merged
merged 20 commits into from
Aug 22, 2024

Commits on Feb 26, 2024

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

Commits on Mar 4, 2024

  1. review: Better doc

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    BillCarsonFr and richvdh authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d81a6b7 View commit details
    Browse the repository at this point in the history
  2. Review improve comment

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    BillCarsonFr and richvdh authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    dbc0893 View commit details
    Browse the repository at this point in the history
  3. review: improve comment

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    BillCarsonFr and richvdh authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2b6b301 View commit details
    Browse the repository at this point in the history
  4. review: Improve doc

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    BillCarsonFr and richvdh authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6c03c26 View commit details
    Browse the repository at this point in the history
  5. Review: better test name

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    BillCarsonFr and richvdh authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    18cd7e3 View commit details
    Browse the repository at this point in the history
  6. Review: better test name

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    BillCarsonFr and richvdh authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    688c41e View commit details
    Browse the repository at this point in the history
  7. code review

    BillCarsonFr committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    880411d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. code review

    BillCarsonFr committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    85de25c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ad2eea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35e703e View commit details
    Browse the repository at this point in the history
  4. review: test cleaning

    BillCarsonFr committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8665c4b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0920323 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Ivan Enderlin <ivan@mnt.io>
    richvdh and Hywan authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    45bdcfb View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/valere/send_encrypted_to_device_…

    …support' into valere/send_encrypted_to_device_support
    richvdh committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c1aa3f9 View commit details
    Browse the repository at this point in the history
  4. Return JSON instead of an object

    There's not a lot of point jumping through hoops to turn the json-serialized
    content back into an object in the Rust layer. Might as well leave it for
    javascript.
    richvdh committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    6956941 View commit details
    Browse the repository at this point in the history
  5. simplify implementation

    richvdh committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    88f0cc8 View commit details
    Browse the repository at this point in the history
  6. lint

    richvdh committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ae3c197 View commit details
    Browse the repository at this point in the history
  7. comment

    richvdh committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f10d768 View commit details
    Browse the repository at this point in the history
  8. changelog

    richvdh committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    aa1edef View commit details
    Browse the repository at this point in the history