forked-synapse/synapse/rest/client/v1
Richard van der Hoff 0bf5ec0db7 Check room visibility for /event/ requests
Make sure that the user has permission to view the requeseted event for
/event/{eventId} and /room/{roomId}/event/{eventId} requests.

Also check that the event is in the given room for
/room/{roomId}/event/{eventId}, for sanity.
2018-08-02 15:03:27 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
admin.py check isort by travis 2018-07-16 13:57:33 +02:00
base.py Make auth & transactions more testable (#3499) 2018-07-14 07:34:49 +10:00
directory.py add changelog 2018-07-13 22:19:19 +02:00
events.py Check room visibility for /event/ requests 2018-08-02 15:03:27 +01:00
initial_sync.py check isort by travis 2018-07-16 13:57:33 +02:00
login.py run isort 2018-07-09 16:09:20 +10:00
logout.py Make auth & transactions more testable (#3499) 2018-07-14 07:34:49 +10:00
presence.py run isort 2018-07-09 16:09:20 +10:00
profile.py run isort 2018-07-09 16:09:20 +10:00
push_rule.py Fix develop because I broke it :( (#3535) 2018-07-14 09:51:00 +10:00
pusher.py rename assert_params_in_request to assert_params_in_dict 2018-07-13 21:53:01 +02:00
register.py Merge pull request #3534 from krombel/use_parse_and_asserts_from_servlet 2018-07-14 09:09:19 +10:00
room.py Check room visibility for /event/ requests 2018-08-02 15:03:27 +01:00
voip.py run isort 2018-07-09 16:09:20 +10:00