- Mar 15, 2016
-
-
Mark Haines authored
-
- Mar 14, 2016
-
-
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
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Mar 08, 2016
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Mark Haines authored
Fix relative imports so they work in both py3 and py27
-
Daniel Wagner-Hall authored
Idempotent-ise schema update script
-