Commit Graph

14042 Commits (7bf2d6c268bb9fb6a1b22cff4287ce5f8224ac7b)

Author SHA1 Message Date
Andrew Morgan 7bf2d6c268
Partially revert #11675; prevent attempting to create pushers on workers (#11770) 3 years ago
Patrick Cloke 91221b6961
Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client_location`. (#11774) 3 years ago
David Robertson f160fe18e3
Debug for device lists updates (#11760) 3 years ago
Sean Quah af13a3be29
Fix a bug that corrupted the cache of federated space hierarchies (#11775) 3 years ago
Richard van der Hoff 5572e6cc4b
Comments and typing for `_update_outliers_txn` (#11776) 3 years ago
Patrick Cloke c072c0b829
Fix mypy for platforms without epoll support. (#11771) 3 years ago
Andrew Morgan 7ad7a47e5a
Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768) 3 years ago
Philippe Daouadi 15ffc4143c
Fix preview of imgur and Tenor URLs. (#11669) 3 years ago
Patrick Cloke 68acb0a29d
Include whether the requesting user has participated in a thread. (#11577) 3 years ago
Andrew Morgan ab12c909a2 1.50.1 3 years ago
Andrew Morgan d93ec0a0ba
Partially revert #11602 to prevent webclient overriding client resource (#11764) 3 years ago
Richard van der Hoff 251b5567ec
Remove `log_function` and its uses (#11761) 3 years ago
Andrew Morgan 3ba9389699 1.50.0 3 years ago
lukasdenk d8be9924ef
Add a flag to the `synapse_review_recent_signups` script to ignore and filter appservice users. (#11675) 3 years ago
Richard van der Hoff 86615aa965
Fix up docs for `track_puppeted_user_ips` (again) (#11757) 3 years ago
Richard van der Hoff b0352f9c08
Update documentation for configuring facebook login (#11755) 3 years ago
Richard van der Hoff 6a78ede569
Improve `reactor_tick_time` metric (#11724) 3 years ago
Daniel Sonck 6b241f5286
Make pagination of rooms in admin api stable (#11737) 3 years ago
Andrew Morgan 18862f20b5
Remove the 'password_hash' from the Users Admin API endpoint response dictionary (#11576) 3 years ago
Jason Robinson 904bb04409
Fix sample_config.yaml in regards track_puppeted_user_ips (#11749) 3 years ago
Olivier Wilkinson (reivilibre) 867443472c 1.50.0rc2 3 years ago
Patrick Cloke 3e0536cd2a
Replace uses of simple_insert_many with simple_insert_many_values. (#11742) 3 years ago
David Robertson d70169bf9b
Fix missing app variable in mail subject (#11745) 3 years ago
reivilibre b602ba194b
Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could fail because too many EDUs were produced for device updates. (#11730) 3 years ago
qwertyforce b9632046fb
update room spec url in config files (#11739) 3 years ago
Patrick Cloke 0c40c619aa
Include bundled aggregations in the sync response cache. (#11659) 3 years ago
Richard van der Hoff 20c6d85c6e
Simplify GC prometheus metrics (#11723) 3 years ago
Patrick Cloke 10a88ba91c
Use auto_attribs/native type hints for attrs classes. (#11692) 3 years ago
Jason Robinson 2560b1b6b2
Allow tracking puppeted users for MAU (#11561) 3 years ago
reivilibre 22abfca8d9
Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not be sent to remote homeservers if there were too many to send at once. (#11729) 3 years ago
reivilibre ffd227c382
Fix docstring on `add_account_data_for_user`. (#11716) 3 years ago
Patrick Cloke 8e57584a58
Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695) 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
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 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