Commit Graph

7811 Commits (b69f76c1069ac4daa570102ab3dac0bf08e8dcc1)
 

Author SHA1 Message Date
Erik Johnston b69f76c106 Merge branch 'develop' of github.com:matrix-org/synapse into erikj/split_out_fed_txn 8 years ago
Erik Johnston 4d9b5c60f9 Comment 8 years ago
Erik Johnston 4c79a63fd7 Explicit federation ack 8 years ago
Erik Johnston 54fed21c04 Fix tests and flake8 8 years ago
Erik Johnston 90565d015e Invalidate retry cache in both directions 8 years ago
Kegsay 0cf2a64974 Merge pull request #1640 from matrix-org/kegan/sync-perf 8 years ago
Kegan Dougal 83bcdcee61 Return early on /sync code paths if a '*' filter is used 8 years ago
Kegsay d4a459f7cb Merge pull request #1638 from matrix-org/kegan/sync-event-fields 8 years ago
Kegan Dougal c3d963ac24 Review comments 8 years ago
Kegan Dougal 6d4e6d4cba Also check for dict since sometimes they aren't frozen 8 years ago
Erik Johnston baf9e74a73 Merge branch 'master' of github.com:matrix-org/synapse into develop 8 years ago
Erik Johnston f9834a3d1a Merge branch 'release-v0.18.4' of github.com:matrix-org/synapse 8 years ago
Erik Johnston aac06e8f74 Bump changelog 8 years ago
Erik Johnston 2bbc4cab60 Merge branch 'dbkr/work_around_devicename_bug' of github.com:matrix-org/synapse into release-v0.18.4 8 years ago
Kegan Dougal cea4e4e7b2 Glue only_event_fields into the sync rest servlet 8 years ago
Kegan Dougal 0a8b0eeca1 More tests 8 years ago
Erik Johnston 51e89709aa Comments 8 years ago
Kegan Dougal 53b27bbf06 Add remaining tests 8 years ago
Kegan Dougal 70a2157b64 Start adding some tests 8 years ago
Kegan Dougal f97511a1f3 Move event_fields filtering to serialize_event 8 years ago
Erik Johnston 73dc099645 Add federation-sender to sytest 8 years ago
Erik Johnston 88d85ebae1 Add some metrics 8 years ago
Erik Johnston 50934ce460 Comments 8 years ago
Kegan Dougal e90fcd9edd Add filter_event_fields and filter_field to FilterCollection 8 years ago
Erik Johnston 9687e039e7 Remove explicit calls to send_pdu 8 years ago
Kegsay a28ec23273 Merge pull request #1636 from matrix-org/kegan/filter-error-msg 8 years ago
Kegan Dougal a2a6c1c22f Fail with a coherent error message if `/sync?filter=` is invalid 8 years ago
Erik Johnston 524d61bf7e Fix tests 8 years ago
Erik Johnston 7c9cdb2245 Store federation stream positions in the database 8 years ago
Mark Haines a289150943 Fix flake8 8 years ago
David Baker 544722bad2 Work around client replacing reg params 8 years ago
Erik Johnston f8ee66250a Handle sending events and device messages over federation 8 years ago
Erik Johnston ed787cf09e Hook up the send queue and create a federation sender worker 8 years ago
Erik Johnston 1587b5a033 Add initial cut of federation send queue 8 years ago
Erik Johnston 59ef517e6b Use new federation_sender DI 8 years ago
Erik Johnston 847d5db1d1 Add transaction queue and transport layer to DI 8 years ago
Erik Johnston daec6fc355 Move logic into transaction_queue 8 years ago
Erik Johnston 0e830d3770 Rename transaction queue functions to send_* 8 years ago
Erik Johnston dc6cede78e Merge pull request #1628 from matrix-org/erikj/ldap_split_out 8 years ago
Erik Johnston c7546b3cdb Merge pull request #1617 from matrix-org/erikj/intern_state_dict 8 years ago
Erik Johnston d56c39cf24 Use external ldap auth pacakge 8 years ago
Erik Johnston f9d156d270 New Flake8 fixes 8 years ago
Erik Johnston 9d58ccc547 Bump changelog and version 8 years ago
Kegsay 9355a5c42b Merge pull request #1624 from matrix-org/kegan/idempotent-requests 8 years ago
Kegan Dougal 3991b4cbdb Clean transactions based on time. Add HttpTransactionCache tests. 8 years ago
Kegan Dougal af4a1bac50 Move .observe() up to the cache to make things neater 8 years ago
Erik Johnston 0964005d84 Merge pull request #1625 from DanielDent/patch-1 8 years ago
Daniel Dent 1c93cd9f9f Add support for durations in minutes 8 years ago
Kegan Dougal 8ecaff51a1 Review comments 8 years ago
Kegan Dougal f6c48802f5 More flake8 8 years ago