Commit Graph

5996 Commits (bf14883a04c702a553cc81b3f4ee66608be663fa)
 

Author SHA1 Message Date
Erik Johnston b13035cc91 Implement logout 9 years ago
Erik Johnston c081228439 Fix SQL statement 9 years ago
Erik Johnston b5afe6bc38 Merge pull request #641 from matrix-org/dbkr/fix_change_password 9 years ago
David Baker 2dee03aee5 more pep8 9 years ago
David Baker af59826a2f Make select more sensible when dseleting access tokens, rename pusher deletion to match access token deletion and make exception arg optional. 9 years ago
David Baker f523177850 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. 9 years ago
David Baker 57c444b3ad Dear PyCharm, please indent sensibly for me. Thx. 9 years ago
Erik Johnston d5fda6e3b0 Merge pull request #640 from matrix-org/erikj/keyclient_host 9 years ago
Erik Johnston 58443a022d Merge pull request #635 from matrix-org/erikj/sync_order 9 years ago
David Baker aa11db5f11 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 415c2f0549 9 years ago
Erik Johnston 2e2be463f8 Make key client send a Host header 9 years ago
Daniel Wagner-Hall 379c60b08d Merge pull request #638 from matrix-org/daniel/appserviceid 9 years ago
Daniel Wagner-Hall 465605d616 Store appservice ID on register 9 years ago
Erik Johnston 703826886c Merge pull request #639 from matrix-org/erikj/as_user_update_batch 9 years ago
Erik Johnston 9669a99d1a Update users table in a batched manner 9 years ago
Erik Johnston c22a3f37a9 Merge pull request #637 from blide/develop 9 years ago
blide 1be438f2a6 Flake8 fix 9 years ago
blide 40160e24ab Register endpoint returns refresh_token 9 years ago
Erik Johnston 8a88684736 Add comment 9 years ago
Erik Johnston af2fe6110c Return the correct token form 9 years ago
Erik Johnston 3ecaabc7fd Use topological orders for initial sync timeline 9 years ago
Erik Johnston 1309b8ca97 Merge pull request #634 from matrix-org/erikj/pin_saml2_version 9 years ago
Erik Johnston 07cf96ebf7 Pin pysaml2 version to 3.x 9 years ago
Mark Haines b7b899cae6 Merge pull request #628 from matrix-org/markjh/parse_json 9 years ago
Mark Haines b7dbe5147a Add a parse_json_object function 9 years ago
Erik Johnston 158a322e82 Ensure integer is an integer 9 years ago
Richard van der Hoff ce829c2aef Reinstate coverage checks for integ tests 9 years ago
Richard van der Hoff 4814e7c9b2 Specify synapse-directory for integ tests 9 years ago
Richard van der Hoff 866d0e7cb8 Only build py27 tox env for integ tests 9 years ago
Richard van der Hoff 1748d4b739 Use sytest build scripts, rather than reinventing the wheel 9 years ago
Mark Haines 5f5817ab05 Merge pull request #632 from matrix-org/markjh/py3v2 9 years ago
Daniel Wagner-Hall b117f67227 Merge pull request #633 from matrix-org/daniel/ick 9 years ago
Daniel Wagner-Hall 3b97797c8d Merge branch 'develop' into daniel/ick 9 years ago
Daniel Wagner-Hall edca2d9891 Idempotent-ise schema update script 9 years ago
David Baker c00f4e48ba Merge pull request #630 from matrix-org/dbkr/post_urlencoded_encode_params 9 years ago
Mark Haines 7076082ae6 Fix relative imports so they work in both py3 and py27 9 years ago
Mark Haines ea72bd9600 Merge pull request #631 from matrix-org/markjh/py3v1 9 years ago
David Baker f40131b4d9 Merge pull request #627 from matrix-org/dbkr/guest_reuse_send_user_id 9 years ago
David Baker 9a3c80a348 pep8 9 years ago
David Baker 7bcee4733a Encode unicode objects given to post_urlencode* otherwise urllib.urlencode chokes. 9 years ago
Mark Haines 239badea9b Use syntax that works on both py2.7 and py3 9 years ago
David Baker 316c00936f Fix tests 9 years ago
David Baker 874fd43257 Send the user ID matching the guest access token, since there is no Matrix API to discover what user ID an access token is for. 9 years ago
Erik Johnston 80916e6884 Merge pull request #626 from matrix-org/erikj/visibility 9 years ago
Erik Johnston 2ab0bf4b97 Send history visibility on boundary changes 9 years ago
Mark Haines b7a3be693b Merge pull request #618 from matrix-org/markjh/pushrule_stream 9 years ago
Erik Johnston beebc0a40f Merge pull request #625 from matrix-org/erikj/kick_ban_sync 9 years ago
Mark Haines 9848b54cac Prefill from the correct stream 9 years ago
Mark Haines deda48068c prefill the push rules stream change cache 9 years ago
Mark Haines ebcbb23226 s/stream_ordering/event_stream_ordering/ in push 9 years ago