Commit Graph

5326 Commits (e83520cc42cb174a5d3dc5ca1dcce299ad4abb25)

Author SHA1 Message Date
David Robertson 2bb4bd1269
Test that bans win a join against a race when computing `/sync` response (#11701) 3 years ago
Patrick Cloke 6bf81a7a61
Bundle aggregations outside of the serialization method. (#11612) 3 years ago
Patrick Cloke 6c68e874b1
Remove the /send_relation endpoint. (#11682) 3 years ago
Patrick Cloke 201c48c8de
Remove a Python 2-ism and improve type hints. (#11699) 3 years ago
Olivier Wilkinson (reivilibre) e87540abb1 Re-run Towncrier to add in the changelog entry for the Mjolnir workaround 3 years ago
Shay 70ce9aea71
Strip unauthorized fields from `unsigned` object in events received over federation (#11530) 3 years ago
reivilibre eec34b1f2a
Work around Mjolnir compatibility issue by adding an import for `glob_to_regex` in `synapse.util`, where it moved from. (#11696) 3 years ago
lukasdenk 2ef1fea8d2
Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` error to be returned, not `M_UNKNOWN` (#11672) 3 years ago
David Robertson c9eb678b73
Remove debug logging for #4422 (#11693) 3 years ago
Travis Ralston feb3e006d7
Fix space hierarchy endpoint to match MSC2946 (#11667) 3 years ago
Dirk Klimpel 3b51c763ba
Fix get federation status of destination if no error occured (#11593) 3 years ago
Shay d8f94eeec2
Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685) 3 years ago
Patrick Cloke 83acdb23fe Re-run towncrier. 3 years ago
Patrick Cloke 877b45e812
Include `io.element.thread` capability for MSC3440. (#11690) 3 years ago
David Robertson 88a78c6577
Cache empty responses from `/user/devices` (#11587) 3 years ago
Olivier Wilkinson (reivilibre) 9be5aacc2d 1.50.0rc1 3 years ago
Richard van der Hoff 0fb3dd0830
Refactor the way we set `outlier` (#11634) 3 years ago
Philipp Matthias Schäfer eedb4527f1
Fix link from generated configuration file to documentation (#11678) 3 years ago
Fr3shTea 0201c6371c
Fix SimpleHttpClient not sending Accept header in `get_json` (#11677) 3 years ago
Dirk Klimpel 7a1cefc6e3
Add admin API to get users' account data (#11664) 3 years ago
reivilibre 84bfe47b01
Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11505 (#11687) 3 years ago
reivilibre 84d790a32e
Clarify SSO mapping provider documentation by writing `def` or `async def` before the names of methods, as appropriate. (#11681) 3 years ago
Callum Macdonald 7013e06e2f
Improve Docker docs for use with Postgres (#11640) 3 years ago
Donny Johnson 0715e77b06
Correct Synapse install command for FreeBSD. (#11267) 3 years ago
Richard van der Hoff 79f6d3550a
update ngnix reverse-proxy example (#11680) 3 years ago
Richard van der Hoff b38bdae3a2
Fix AssertionErrors after purging events (#11642) 3 years ago
Richard van der Hoff 878aa55293
`FederationClient.backfill`: stop flagging events as outliers (#11632) 3 years ago
Richard van der Hoff 2359ee3864
Remove redundant `get_current_events_token` (#11643) 3 years ago
Richard van der Hoff bd9821f7f1
Better error messages from `get_create_event_for_room` (#11638) 3 years ago
Patrick Cloke 8422a7f7f6
Include the topic event in the prejoin state, per MSC3173. (#11666) 3 years ago
Shay 13c974ed35
Drop Bionic from Debian builds (#11633) 3 years ago
Patrick Cloke cbd82d0b2d
Convert all namedtuples to attrs. (#11665) 3 years ago
Dirk Klimpel 07a3b5daba
Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654) 3 years ago
reivilibre 2c7f5e74e5
Fix a type annotation in `test_account_data.py` and remove it from the Mypy exclusion list. (#11657) 3 years ago
Dirk Klimpel f82d38ed2e
Improve type hints in storage classes. (#11652) 3 years ago
Patrick Cloke f58b300d27
Do not attempt to bundled aggregations for /members and /state. (#11623) 3 years ago
Dirk Klimpel 15bb1c8511
Add type hints to `synapse/storage/databases/main/stats.py` (#11653) 3 years ago
Shay fcfe67578f
Update to the current version of Black and run it on Synapse codebase (#11596) 3 years ago
Patrick Cloke 66d7aa783a
Fix mypy error with opentracing.tags. (#11622) 3 years ago
AndrewFerr c500bf37d6
Add details for how to set up TURN behind NAT (#11553) 3 years ago
Shay 87da37374a
Drop EOL python 3.6 from CI (#11595) 3 years ago
Richard van der Hoff aa874a1390 1.49.2 3 years ago
Richard van der Hoff 2bf31f7807
Pin to frozendict<2.1.2 (#11625) 3 years ago
reivilibre e6897e7383
Refactor `tests.util.setup_test_homeserver` and `tests.server.setup_test_homeserver`. (#11503) 3 years ago
Patrick Cloke b6102230a7
Add type hints to event_push_actions. (#11594) 3 years ago
Richard van der Hoff 2215954147
Various opentracing enhancements (#11619) 3 years ago
Richard van der Hoff 8c36d332d5 1.49.1 3 years ago
Patrick Cloke dd47788752
Do not bundle aggregations for APIs which shouldn't include them. (#11592) 3 years ago
Richard van der Hoff c3e38b88f2
Improve opentracing support for `ResponseCache` (#11607) 3 years ago
Richard van der Hoff 60fa4935b5
Improve opentracing for incoming HTTP requests (#11618) 3 years ago