0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-09 20:59:00 +02:00
synapse/tests/rest/client/v1
Daniel Wagner-Hall f522f50a08 Allow guests to register and call /events?room_id=
This follows the same flows-based flow as regular registration, but as
the only implemented flow has no requirements, it auto-succeeds. In the
future, other flows (e.g. captcha) may be required, so clients should
treat this like the regular registration flow choices.
2015-11-04 17:29:07 +00:00
..
__init__.py Move client rest tests back under rest 2015-01-22 16:13:27 +00:00
test_events.py Fix test. 2015-07-07 16:18:36 +01:00
test_presence.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
test_profile.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
test_rooms.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
test_typing.py Allow guests to register and call /events?room_id= 2015-11-04 17:29:07 +00:00
utils.py Attempt to validate macaroons 2015-08-26 13:22:23 +01:00