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

Return 403 when GETing /joined_members after leaving #13374

Merged
merged 29 commits into from
Aug 3, 2022

Commits on May 4, 2022

  1. remove constantly lib use and switch to enums.

    Signed-off-by: Andrew Do <andrewddo@gmail.com>
    andrewdoh committed May 4, 2022
    Configuration menu
    Copy the full SHA
    3c10c80 View commit details
    Browse the repository at this point in the history
  2. add changlog for pr 12624.

    andrewdoh committed May 4, 2022
    Configuration menu
    Copy the full SHA
    9a450fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    317065a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed6b772 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b1fe9a View commit details
    Browse the repository at this point in the history
  6. Update changelog.

    clokep authored May 4, 2022
    Configuration menu
    Copy the full SHA
    7c9e5db View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

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

Commits on Jul 6, 2022

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

Commits on Jul 7, 2022

  1. add room_type to list room and room details API response.

    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    32759dc View commit details
    Browse the repository at this point in the history
  2. refactor changelog file to expected number.

    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    db7010b View commit details
    Browse the repository at this point in the history
  3. add room_type definition and examples to documentation.

    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    24004a7 View commit details
    Browse the repository at this point in the history
  4. make room_type definition in documentation more specific.

    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    453321a View commit details
    Browse the repository at this point in the history
  5. remove old changelog file.

    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8cc95ae View commit details
    Browse the repository at this point in the history
  6. refactored changelog file to features, and made various updates to de…

    …finitions and code per PR comments.
    
    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    13e015a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Update docs/admin_api/rooms.md

    Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    andrewdoh and anoadragon453 authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    01c97a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Configuration menu
    Copy the full SHA
    2162421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd8b26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fca4c0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

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

Commits on Jul 22, 2022

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

Commits on Jul 24, 2022

  1. Change joined_member endpoint to return NotImplementedError -> Synaps…

    …eError when trying to obtain joined_members after having left the room.
    
    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    25b3b04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05fc5e7 View commit details
    Browse the repository at this point in the history
  3. add changelog file for PR 13374.

    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    ba10ef5 View commit details
    Browse the repository at this point in the history
  4. add type annotation for test function.

    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    c9bb0db View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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

    Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
    andrewdoh and babolivier authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    cc8ac71 View commit details
    Browse the repository at this point in the history
  2. Update changelog.d/13374.bugfix

    Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
    andrewdoh and babolivier authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    02f0681 View commit details
    Browse the repository at this point in the history
  3. Update tests/rest/admin/test_room.py

    Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
    andrewdoh and babolivier authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    7248f39 View commit details
    Browse the repository at this point in the history
  4. update per feedback. made error message returned more descriptive and…

    … correct.
    
    Signed-off-by: Andrew Doh <andrewddo@gmail.com>
    andrewdoh committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b2f418d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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