- Mar 16, 2016
-
-
Richard van der Hoff authored
Replace the bash/perl gen_password script with a python one, and write a note on how to use it.
-
- Mar 15, 2016
-
-
Erik Johnston authored
Persist rejection of invites over federation
-
Erik Johnston authored
-
Erik Johnston authored
-
- Mar 14, 2016
-
-
Erik Johnston authored
Add config to create guest account on 3pid invite
-
Erik Johnston authored
Currently, when a 3pid invite request is sent to an identity server, it includes a provisioned guest access token. This allows the link in the, say, invite email to include the guest access token ensuring that the same account is used each time the link is clicked. This flow has a number of flaws, including when using different servers or servers that have guest access disabled. For now, we keep this implementation but hide it behind a config option until a better flow is implemented.
-
Erik Johnston authored
-
Mark Haines authored
Fix regression where synapse checked whether push rules were valid
-
Mark Haines authored
Fix regression where synapse checked whether push rules were valid JSON before the compatibility hack that handled clients sending invalid JSON
-
- Mar 11, 2016
-
-
Erik Johnston authored
Implement logout
-
Mark Haines authored
Use parse_json_object_from_request to parse JSON out of request bodies
-
Erik Johnston authored
-
Mark Haines authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix logout on password change
-
David Baker authored
-
David Baker authored
Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional.
-
David Baker authored
Delete old, unused methods and rename new one to just be `user_delete_access_tokens` with an `except_token_ids` argument doing what it says on the tin.
-
David Baker authored
-
Erik Johnston authored
Make key client send a Host header
-
Erik Johnston authored
Use topological orders for initial sync timeline
-
David Baker authored
Fix cache invalidation so deleting access tokens (which we did when changing password) actually takes effect without HS restart. Reinstate the code to avoid logging out the session that changed the password, removed in 415c2f05
-
Erik Johnston authored
-
- Mar 10, 2016
-
-
Daniel Wagner-Hall authored
Store appservice ID on register
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
Update users table in a batched manner
-
Erik Johnston authored
-
Erik Johnston authored
SYN-646 - Register endpoint returns refresh_token
-
blide authored
-
blide authored
Guest registration still doesn't return refresh_token
-
- Mar 09, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Pin pysaml2 version to 3.x
-
Erik Johnston authored
This is due to the fact that `from saml2 import config` fails in version 4.x
-
Mark Haines authored
Add a parse_json_object function to deduplicate all the copy+pasted _parse_json functions. Also document the parse_.* functions.
-
Mark Haines authored
to deduplicate all the copy+pasted _parse_json functions. Also document the parse_.* functions.
-
Erik Johnston authored
-