forked-synapse/synapse/handlers
Richard van der Hoff 40cbffb2d2 Further registration refactoring
* `RegistrationHandler.appservice_register` no longer issues an access token:
  instead it is left for the caller to do it. (There are two of these, one in
  `synapse/rest/client/v1/register.py`, which now simply calls
  `AuthHandler.issue_access_token`, and the other in
  `synapse/rest/client/v2_alpha/register.py`, which is covered below).

* In `synapse/rest/client/v2_alpha/register.py`, move the generation of
  access_tokens into `_create_registration_details`. This means that the normal
  flow no longer needs to call `AuthHandler.issue_access_token`; the
  shared-secret flow can tell `RegistrationHandler.register` not to generate a
  token; and the appservice flow continues to work despite the above change.
2016-07-19 18:46:19 +01:00
..
__init__.py Summary line 2016-07-19 10:28:27 +01:00
_base.py Fix a doc-comment 2016-07-18 09:48:10 +01:00
account_data.py copyrights 2016-01-07 04:26:29 +00:00
admin.py copyrights 2016-01-07 04:26:29 +00:00
appservice.py Move the AS handler out of the Handlers object. 2016-05-31 13:53:48 +01:00
auth.py Add device_id support to /login 2016-07-18 16:39:44 +01:00
device.py Add device_id support to /login 2016-07-18 16:39:44 +01:00
directory.py Move the AS handler out of the Handlers object. 2016-05-31 13:53:48 +01:00
events.py Move the presence handler out of the Handlers object 2016-05-16 18:56:37 +01:00
federation.py Comment 2016-07-15 09:29:54 +01:00
identity.py requestToken update 2016-06-30 17:51:28 +01:00
message.py Add ReadWriteLock for pagination and history prune 2016-07-05 15:30:25 +01:00
presence.py .values() returns list of sets 2016-06-06 16:00:09 +01:00
profile.py Remove registered_users from the distributor. 2016-06-17 19:14:16 +01:00
receipts.py Replaces calls to fetch_room_distributions_into with get_joined_hosts_for_room 2016-05-16 19:48:07 +01:00
register.py Further registration refactoring 2016-07-19 18:46:19 +01:00
room_member.py Remove unused get_joined_rooms_for_user 2016-05-17 10:20:51 +01:00
room.py Pull full state for each room all at once 2016-06-08 15:51:49 +01:00
search.py move filter_events_for_client out of base handler 2016-05-11 13:42:37 +01:00
sync.py Load push rules in storage layer, so that they get cached 2016-06-03 11:10:00 +01:00
typing.py Don't hit DB for noop replications queries 2016-06-08 11:33:30 +01:00