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

Allow admins to proactively block rooms #11228

Merged
merged 15 commits into from
Nov 9, 2021
Merged

Commits on Nov 1, 2021

  1. Fix doc typo

    David Robertson committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    7e6e9da View commit details
    Browse the repository at this point in the history
  2. Note that new_room_id may be null

    David Robertson committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    33afbeb View commit details
    Browse the repository at this point in the history
  3. Avoid confusion with other meanings of "event".

    David Robertson committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    47fd059 View commit details
    Browse the repository at this point in the history
  4. Enforce the type of the shutdown_room response

    David Robertson committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    033adb7 View commit details
    Browse the repository at this point in the history
  5. Test that you can block an unknown room

    David Robertson committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    0ed7a31 View commit details
    Browse the repository at this point in the history
  6. Allow blocking an unknown room

    David Robertson committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    933197b View commit details
    Browse the repository at this point in the history
  7. Changelog

    David Robertson committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    3bd4984 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Update tests/rest/admin/test_room.py

    Co-authored-by: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com>
    David Robertson and dklimpel authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    92efc62 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Update changelog.d/11228.feature

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    David Robertson and anoadragon453 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b820b60 View commit details
    Browse the repository at this point in the history
  2. Update synapse/handlers/room.py

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    David Robertson and anoadragon453 authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    8f9bf40 View commit details
    Browse the repository at this point in the history
  3. Cast safety comment

    David Robertson committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a2da438 View commit details
    Browse the repository at this point in the history
  4. Update docs(trings)

    David Robertson committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    de6aa37 View commit details
    Browse the repository at this point in the history
  5. Lint

    David Robertson committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c5fccfa View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Update docs/admin_api/rooms.md

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    David Robertson and anoadragon453 authored Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e397068 View commit details
    Browse the repository at this point in the history
  2. Update docstring to match

    David Robertson committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5402a69 View commit details
    Browse the repository at this point in the history