forked-synapse/synapse/rest/client/v1
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 copyrights 2016-01-07 04:26:29 +00:00
admin.py Add rest servlet. Fix SQL. 2016-07-06 15:56:59 +01:00
base.py copyrights 2016-01-07 04:26:29 +00:00
directory.py Add published room list edit API 2016-03-21 15:06:07 +00:00
events.py Remove redundant exception log in /events 2016-06-09 11:15:04 +01:00
initial_sync.py Fix relative imports so they work in both py3 and py27 2016-03-08 11:45:50 +00:00
login.py Add device_id support to /login 2016-07-18 16:39:44 +01:00
logout.py Implement logout 2016-03-11 16:27:50 +00:00
presence.py Move the presence handler out of the Handlers object 2016-05-16 18:56:37 +01:00
profile.py Use parse_json_object_from_request to parse JSON out of request bodies 2016-03-11 16:41:03 +00:00
push_rule.py Load push rules in storage layer, so that they get cached 2016-06-03 11:10:00 +01:00
pusher.py Working unsubscribe links going straight to the HS 2016-06-02 17:21:31 +01:00
register.py Further registration refactoring 2016-07-19 18:46:19 +01:00
room.py Don't make rooms visibile by default 2016-06-08 14:47:42 +01:00
transactions.py copyrights 2016-01-07 04:26:29 +00:00
voip.py Fix relative imports so they work in both py3 and py27 2016-03-08 11:45:50 +00:00