Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add query parameter ts to allow appservices set the origin_server_ts for state events #11866

Merged
merged 30 commits into from
Oct 3, 2022
Merged

Commits on Jan 31, 2022

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

Commits on Feb 1, 2022

  1. Apply suggestion to synapse/rest/client/room.py

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    lukasdenk and anoadragon453 authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    1a0fc0c View commit details
    Browse the repository at this point in the history
  2. Apply missing default value

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    lukasdenk and anoadragon453 authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    f5804c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae1fbcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    248ddde View commit details
    Browse the repository at this point in the history
  5. fix linting problem

    lukasdenk committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    c1abcf0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69320e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb2d34c View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    c0c7a66 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into ts_for_states

    # Conflicts:
    #	tests/rest/client/utils.py
    lukasdenk committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    72d606f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40eeae7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcfb170 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d44470 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f00f240 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6e28bc View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Merge remote-tracking branch 'origin/develop' into ts_for_states

    # Conflicts:
    #	synapse/handlers/room_member.py
    lukasdenk committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    4329180 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Fix memory import

    lukasdenk committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    e54b2c2 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into ts_for_states

    # Conflicts:
    #	synapse/handlers/room_member.py
    #	tests/rest/client/test_rooms.py
    #	tests/rest/client/utils.py
    lukasdenk committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    6b87d69 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. fix linting probs

    lukasdenk committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ee295e0 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Update changelog.d/11866.feature

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    lukasdenk and richvdh authored Mar 2, 2022
    Configuration menu
    Copy the full SHA
    13b81ed View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. add comment to Update tests/rest/client/test_rooms.py

    Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
    lukasdenk and richvdh authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    331cb48 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. test

    lukasdenk committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    d3e957a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'fork2/ts_for_states' into ts_for_states

    # Conflicts:
    #	tests/rest/client/test_rooms.py
    lukasdenk committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    5fab986 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Configuration menu
    Copy the full SHA
    6b56dfc View commit details
    Browse the repository at this point in the history
  2. Use the proper urlencode.

    clokep committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    fd62763 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a320d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0bc7b54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3a0166 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. Manually call /createRoom.

    clokep committed Oct 3, 2022
    Configuration menu
    Copy the full SHA
    d6149af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65a79c0 View commit details
    Browse the repository at this point in the history