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

Share Megolm session keys when inviting a new user #5853

Merged

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    34713d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98b5545 View commit details
    Browse the repository at this point in the history
  3. Add roomId in InboundSessionEntity for better performance

    Add shared history flag to InboundSessionEntity
    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6e57aeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e861edd View commit details
    Browse the repository at this point in the history
  5. - Share only the first chunk of inbound sessions instead of the whole…

    … key history
    
    - Download keys if the user is unknown (first invite)
    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    b3bfd05 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd3928f View commit details
    Browse the repository at this point in the history
  7. Remove sharedHistory from OlmInboundGroupSessionWrapper2 while there …

    …are migration issues, and use only the equivalent DB entity value
    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    28a3ae2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d6358dc View commit details
    Browse the repository at this point in the history
  9. Rotate our session when there is a room history visibility change sin…

    …ce the last outboundSession
    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    497f7cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    395d48f View commit details
    Browse the repository at this point in the history
  11. Add logs

    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    243463a View commit details
    Browse the repository at this point in the history
  12. Add changelog

    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    45c80de View commit details
    Browse the repository at this point in the history
  13. Update copyright

    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    96f0d52 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    28dd507 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3a5b737 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2e88998 View commit details
    Browse the repository at this point in the history
  17. post rebase fix

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    93aac8f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9b8e45e View commit details
    Browse the repository at this point in the history
  19. cleaning

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    8c26592 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d8d808d View commit details
    Browse the repository at this point in the history
  21. quick format

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    fb352ff View commit details
    Browse the repository at this point in the history
  22. Add MXCryptoConfig flag for key history sharing

    Add shared_history flag to sessionBackupData
    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a9a7400 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d3a516b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    55fdff4 View commit details
    Browse the repository at this point in the history
  25. Fix broken unit test

    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    010cf54 View commit details
    Browse the repository at this point in the history
  26. Fix broken unit test

    ariskotsomitopoulos authored and BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    df241db View commit details
    Browse the repository at this point in the history
  27. post rebase fix

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    34145f0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    f64adeb View commit details
    Browse the repository at this point in the history
  29. Fix tests

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d9fb58f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8e829c6 View commit details
    Browse the repository at this point in the history
  31. kdoc

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    ddd8244 View commit details
    Browse the repository at this point in the history
  32. Fix migration

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    b0907de View commit details
    Browse the repository at this point in the history
  33. Fix test

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    a885ff5 View commit details
    Browse the repository at this point in the history
  34. reuse code for test

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    5a67c39 View commit details
    Browse the repository at this point in the history
  35. outdated configuration

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    e7322e8 View commit details
    Browse the repository at this point in the history
  36. Fix test compilation

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    fb5f0cb View commit details
    Browse the repository at this point in the history
  37. Fix migration

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    08cb6de View commit details
    Browse the repository at this point in the history
  38. update flacky test

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    90a4e71 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6fd99dc View commit details
    Browse the repository at this point in the history
  40. use XXX not TODO

    BillCarsonFr committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    d281f9d View commit details
    Browse the repository at this point in the history