aboutsummaryrefslogtreecommitdiff
path: root/are-we-synapse-yet.list
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2020-04-24 10:38:21 +0100
committerKegan Dougal <kegan@matrix.org>2020-04-24 10:39:11 +0100
commitbe558f02aa956cfff51c5dfcf57575b46254b0db (patch)
tree11cbb5e4962f60a519eed95224023f1b1495d22a /are-we-synapse-yet.list
parenta202d88fe527c83179d2ebf57ac0d146c3173f9d (diff)
Add new sytests to list
Diffstat (limited to 'are-we-synapse-yet.list')
-rw-r--r--are-we-synapse-yet.list7
1 files changed, 6 insertions, 1 deletions
diff --git a/are-we-synapse-yet.list b/are-we-synapse-yet.list
index 5a900b3e..71b05d1c 100644
--- a/are-we-synapse-yet.list
+++ b/are-we-synapse-yet.list
@@ -28,6 +28,10 @@ log POST /login returns the same device_id as that in the request
log POST /login can log in as a user with just the local part of the id
log POST /login as non-existing user is rejected
log POST /login wrong password is rejected
+log Interactive authentication types include SSO
+log Can perform interactive authentication with SSO
+log The user must be consistent through an interactive authentication session with SSO
+log The operation must be consistent through an interactive authentication session
v1s GET /events initially
v1s GET /initialSync initially
csa Version responds 200 OK with valid structure
@@ -44,6 +48,7 @@ dev DELETE /device/{deviceId}
dev DELETE /device/{deviceId} requires UI auth user to match device owner
dev DELETE /device/{deviceId} with no body gives a 401
dev The deleted device must be consistent through an interactive auth session
+dev Users receive device_list updates for their own devices
pre GET /presence/:user_id/status fetches initial status
pre PUT /presence/:user_id/status updates my presence
crm POST /createRoom makes a public room
@@ -827,4 +832,4 @@ syn Multiple calls to /sync should not cause 500 errors
gst Guest user can call /events on another world_readable room (SYN-606)
gst Real user can call /events on another world_readable room (SYN-606)
gst Events come down the correct room
-pub Asking for a remote rooms list, but supplying the local server's name, returns the local rooms list \ No newline at end of file
+pub Asking for a remote rooms list, but supplying the local server's name, returns the local rooms list