forked-synapse/synapse/api
Richard van der Hoff b58d17e44f Refactor the membership check methods in Auth
these were getting a bit unwieldy, so let's combine `check_joined_room` and
`check_user_was_in_room` into a single `check_user_in_room`.
2020-02-18 23:21:44 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
auth.py Refactor the membership check methods in Auth 2020-02-18 23:21:44 +00:00
constants.py Fix detecting unknown devices from remote encrypted events. (#6848) 2020-02-04 17:25:54 +00:00
errors.py Add get_room_version method 2020-01-31 10:28:15 +00:00
filtering.py Fixup synapse.api to pass mypy (#6733) 2020-01-20 17:34:13 +00:00
ratelimiting.py Fixup synapse.api to pass mypy (#6733) 2020-01-20 17:34:13 +00:00
room_versions.py Implement updated auth rules from MSC2260 2020-01-28 14:20:10 +00:00
urls.py Remove unused, undocumented "content repo" resource (#6628) 2020-01-03 17:10:52 +00:00