forked-synapse/synapse/rest/client/v2_alpha
Krombel 91ea0202e6 move handling of auto_join_rooms to RegisterHandler
Currently the handling of auto_join_rooms only works when a user
registers itself via public register api. Registrations via
registration_shared_secret and ModuleApi do not work

This auto_joins the users in the registration handler which enables
the auto join feature for all 3 registration paths.

This is related to issue #2725

Signed-Off-by: Matthias Kesler <krombel@krombel.de>
2018-03-14 16:45:37 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py rewrite based on PR feedback: 2018-01-19 15:33:55 +00:00
account_data.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
account.py trailing commas 2018-01-19 15:38:53 +00:00
auth.py window.postmessage for Interactive Auth fallback 2016-10-06 18:16:59 +01:00
devices.py Fix error when deleting devices 2017-12-05 09:49:22 +00:00
filter.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
groups.py Allow guest access to group APIs for reading 2017-11-28 11:23:00 +00:00
keys.py register some /unstable endpoints in /r0 as well 2017-10-26 15:22:50 +02:00
notifications.py register some /unstable endpoints in /r0 as well 2017-10-26 15:22:50 +02:00
openid.py Rename openid/token to openid/request_token 2016-05-05 15:15:00 +01:00
read_marker.py m.read_marker -> m.fully_read (#2128) 2017-04-18 17:46:15 +01:00
receipts.py Shuffle receipt handler around so that worker apps don't need to load it 2016-11-23 15:14:24 +00:00
register.py move handling of auto_join_rooms to RegisterHandler 2018-03-14 16:45:37 +01:00
report_event.py Add timestamp and auto incrementing ID 2016-05-04 15:19:12 +01:00
sendtodevice.py register some /unstable endpoints in /r0 as well 2017-10-26 15:22:50 +02:00
sync.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00
tags.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
thirdparty.py add release endpoints for /thirdparty 2017-10-26 16:58:20 +02:00
tokenrefresh.py Rip out more refresh_token code 2016-11-30 17:40:18 +00:00
user_directory.py replace 'except:' with 'except Exception:' 2017-10-23 15:52:32 +01:00