From 688c37ebf4357064f9d9bac01797800cade991a5 Mon Sep 17 00:00:00 2001 From: Kegan Dougal Date: Mon, 15 Sep 2014 15:53:05 +0100 Subject: Updated CHANGES and UPGRADE to reflect registration API changes. --- UPGRADE.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'UPGRADE.rst') diff --git a/UPGRADE.rst b/UPGRADE.rst index da2a7a0a21..44c0af7282 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,3 +1,26 @@ +Upgrading to Latest +=================== + +This registration API now closely matches the login API. This introduces a bit +more backwards and forwards between the HS and the client, but this improves +the overall flexibility of the API. You can now GET on /register to retrieve a list +of valid registration flows. Upon choosing one, they are submitted in the same +way as login, e.g:: + + { + type: m.login.password, + user: foo, + password: bar + } + +The default HS supports 2 flows, with and without Identity Server email +authentication. Enabling captcha on the HS will add in an extra step to all +flows: ``m.login.recaptcha`` which must be completed before you can transition +to the next stage. There is a new login type: ``m.login.email.identity`` which +contains the ``threepidCreds`` key which were previously sent in the original +register request. For more information on this, see the specification. + + Upgrading to v0.2.0 =================== -- cgit 1.4.1 From 575852e6b57e5f1975144023042f5f03dd44e714 Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 17 Sep 2014 17:50:48 +0100 Subject: add note to upgrade.rst about web client spec breaking change. --- UPGRADE.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'UPGRADE.rst') diff --git a/UPGRADE.rst b/UPGRADE.rst index 44c0af7282..d3de460259 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -20,6 +20,14 @@ to the next stage. There is a new login type: ``m.login.email.identity`` which contains the ``threepidCreds`` key which were previously sent in the original register request. For more information on this, see the specification. +Web Client +---------- + +The VoIP specification has changed between v0.2.0 and v0.3.0. Users should +refresh any browser tabs to get the latest web client code. Users on +v0.2.0 of the web client will not be able to call those on v0.3.0 and +vice versa. + Upgrading to v0.2.0 =================== -- cgit 1.4.1 From 17db2b27bf9f1f3c55e596778921dee9869fd392 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Thu, 18 Sep 2014 11:27:52 +0100 Subject: Update version in UPGRADE --- UPGRADE.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'UPGRADE.rst') diff --git a/UPGRADE.rst b/UPGRADE.rst index d3de460259..713fb9ae83 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -1,4 +1,4 @@ -Upgrading to Latest +Upgrading to v0.3.0 =================== This registration API now closely matches the login API. This introduces a bit -- cgit 1.4.1