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

MSC3030 Jump to date API endpoint #178

Merged
merged 23 commits into from
Mar 3, 2022

Commits on Jul 28, 2021

  1. Configuration menu
    Copy the full SHA
    1889d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55385ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a360a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

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

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    5990efe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8b88a9 View commit details
    Browse the repository at this point in the history
  3. Update to use direction paremeter

    Also as side-effect we also get less flakey tests because
    it will always pick the event we expect instead of the one
    behind it because it happened to be created closer
    to the given timestamp.
    MadLittleMods committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    42af51a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5233383 View commit details
    Browse the repository at this point in the history
  5. Add some comments

    MadLittleMods committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    4348803 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

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

Commits on Nov 17, 2021

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

Commits on Nov 30, 2021

  1. Add potential history visibility test

    This test does not work because redacted versions of the events
    are backfilled which include the event_id and origin_server_ts
    necessary to find it. We just can't see the contents of the message.
    So it's ok that this test fails.
    
    See matrix-org/synapse#9445 (comment)
    MadLittleMods committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    97a287f View commit details
    Browse the repository at this point in the history
  2. Remove superfluous history visibility test

    The history visiblity of the room does not matter.
    We still return redacted versions of the events regardless
    of if you can see the event according to the history visiblity.
    MadLittleMods committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d96622b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    e8787c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f71f88f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94957f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

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

Commits on Feb 18, 2022

  1. Merge remote-tracking branch 'origin/main' into madlittlemods/msc3030-…

    …jump-to-date
    
    Conflicts:
    	dockerfiles/synapse/homeserver.yaml
    MadLittleMods committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    2486df7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Merge branch 'main' into madlittlemods/msc3030-jump-to-date

    Conflicts:
    	dockerfiles/synapse/homeserver.yaml
    	dockerfiles/synapse/workers-shared.yaml
    MadLittleMods committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    5678986 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    148387e View commit details
    Browse the repository at this point in the history
  2. Fix message A vs B typo

    As discovered in #178 (comment)
    MadLittleMods committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    ccb51a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b914c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a383a08 View commit details
    Browse the repository at this point in the history