Commit Graph

7644 Commits (927a67ee1a31565ead7b1fd6bffd9a92f090fa9d)
 

Author SHA1 Message Date
Paul "LeoNerd" Evans bdbcfc2a80 appease pep8 8 years ago
Paul "LeoNerd" Evans 6eb0c8a2e4 Python isn't JavaScript; have to quote dict keys 8 years ago
Mark Haines 6b54fa81de Merge pull request #1089 from matrix-org/markjh/direct_to_device_stream 8 years ago
Paul "LeoNerd" Evans 25eb769b26 Efficiency fix for lookups of a single protocol 8 years ago
Erik Johnston 0b6b999e7b Merge pull request #1090 from matrix-org/erikj/transaction_queue_check 8 years ago
Paul "LeoNerd" Evans 3328428d05 Allow lookup of a single 3PE protocol query metadata 8 years ago
Erik Johnston 4598682b43 Fix tightloop on sending transaction 8 years ago
Paul "LeoNerd" Evans 033d43e419 Don't corrupt shared cache on subsequent protocol requests 8 years ago
Mark Haines 647c724573 Use the previous MAX value if any to set the stream_id 8 years ago
Erik Johnston a15ba15e64 Merge pull request #1088 from matrix-org/erikj/transaction_queue_check 8 years ago
Mark Haines 6a6cbfcf1e Track the max_stream_device_id in a separate table, since we delete from the inbox table 8 years ago
Erik Johnston d2688d7f03 Correctly guard against multiple concurrent transactions 8 years ago
Mark Haines 303b6f29f0 Merge pull request #1087 from matrix-org/markjh/reapply_delta 8 years ago
Erik Johnston 1fe7ca1362 Merge branch 'release-v0.17.3' of github.com:matrix-org/synapse into develop 8 years ago
Erik Johnston 9bba6ebaa9 Merge branch 'release-v0.17.3' of github.com:matrix-org/synapse 8 years ago
Erik Johnston 66efcbbff1 Bump changelog and version 8 years ago
Mark Haines 0877157353 Just move the schema and add some DROPs 8 years ago
Erik Johnston 2ffec928e2 Reduce batch size to be under SQL limit 8 years ago
Erik Johnston b390756150 Update last_device_stream_id_by_dest if there is nothing to send 8 years ago
Matthew Hodgson b8f84f99ff Merge pull request #1081 from matrix-org/dbkr/notifications_only_highlight 8 years ago
Mark Haines 43b77c5d97 Only catch databas errors 8 years ago
Paul "LeoNerd" Evans 2f267ee160 Collect up all the "instances" lists of individual AS protocol results into one combined answer to the client 8 years ago
Mark Haines 7d5b142547 Add a stub run_upgrade 8 years ago
David Baker c3276aef25 Merge pull request #1080 from matrix-org/dbkr/fix_notifications_api_with_from 8 years ago
Mark Haines fa722a699c Reapply 34/device_outbox in 35/device_outbox_again.py since the schema was bumped before it landed on develop 8 years ago
Erik Johnston 023143f9ae Merge pull request #1085 from matrix-org/erikj/reindex_state_groups 8 years ago
Erik Johnston 5c688739d6 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/reindex_state_groups 8 years ago
Erik Johnston ebb46497ba Add delta file 8 years ago
Mark Haines 91ec972277 Merge pull request #1084 from matrix-org/markjh/direct_to_device_wildcard 8 years ago
Erik Johnston 5beda10bbd Reindex state_groups_state after pruning 8 years ago
Erik Johnston 257025ac89 Merge pull request #1082 from matrix-org/erikj/remote_public_rooms 8 years ago
Erik Johnston 3f9889bfd6 Use parse_string 8 years ago
Erik Johnston caa22334b3 Merge branch 'master' of github.com:matrix-org/synapse into develop 8 years ago
Erik Johnston 5834c6178c Merge branch 'release-v0.17.2' of github.com:matrix-org/synapse 8 years ago
Erik Johnston b152ee71fe Bump version and changelog 8 years ago
Erik Johnston d987353840 Merge pull request #1083 from matrix-org/erikj/check_origin 8 years ago
Mark Haines a1c8f268e5 Support wildcard device_ids for direct to device messages 8 years ago
Erik Johnston 8b93af662d Check the user_id for presence/typing matches origin 8 years ago
Mark Haines 2117c409a0 Merge pull request #1074 from matrix-org/markjh/direct_to_device_federation 8 years ago
Mark Haines fa9d36e050 Merge branch 'develop' into markjh/direct_to_device_federation 8 years ago
David Baker 4ef222ab61 Implement `only=highlight` on `/notifications` 8 years ago
Erik Johnston 61cd9af09b Log delta files we're applying 8 years ago
Erik Johnston 791658b576 Add server param to /publicRooms 8 years ago
Erik Johnston 2982d16e07 Merge pull request #1079 from matrix-org/erikj/state_seqscan 8 years ago
David Baker c5b49eb7ca Fix /notifications API when used with `from` param 8 years ago
Erik Johnston b568ca309c Temporarily disable sequential scans for state fetching 8 years ago
Mark Haines 3c320c006c Merge pull request #1077 from matrix-org/markjh/device_logging 8 years ago
Mark Haines 85b51fdd6b Log the types and values when failing to store devices 8 years ago
Mark Haines 43954d000e Add a new method to enqueue the device messages rather than sending a dummy EDU 8 years ago
Mark Haines 2a0159b8ae Fix the stream change cache to work over replication 8 years ago