summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release-v1.53' into matrix-org-hotfixesSean Quah2022-02-15148-2262/+4233
|\
| * Update CHANGES.md v1.53.0rc1Sean Quah2022-02-151-7/+7
| * 1.53.0rc1Sean Quah2022-02-1560-58/+86
| * Revert "Pin to frozendict<2.1.2 (#11625)" and allow frozendict>2.1.2 (#11969)Pascal Bach2022-02-142-1/+2
| * Fix M_WRONG_ROOM_KEYS_VERSION error not including `current_version` field (#1...Michael Telatynski2022-02-142-0/+4
| * Note when unstable MSC3283 prefixes will be removed (#11989)Andrew Morgan2022-02-142-1/+2
| * remove empty file, reword/rename newsfragment, and add line to upgrade docH. Shay2022-02-144-1/+2
| * Require that modules register their callbacks using keyword arguments. (#11975)Patrick Cloke2022-02-142-0/+7
| * Use version string helper from matrix-common (#11979)David Robertson2022-02-1413-112/+42
| * Notify users, rather than rooms, of device list updates (#11905)Andrew Morgan2022-02-122-5/+4
| * Implement MSC3706: partial state in `/send_join` response (#11967)Richard van der Hoff2022-02-127-21/+262
| * Enable cache time-based expiry by default (#11849)Shay2022-02-115-11/+50
| * Support the MSC3715 for `/relations`. (#11941)Patrick Cloke2022-02-113-6/+36
| * Fetch thread summaries for multiple events in a single query (#11752)Patrick Cloke2022-02-113-74/+151
| * Prepare for rename of default complement branch (#11971)Richard van der Hoff2022-02-112-3/+4
| * Remove deprecated user_may_create_room_with_invites callback (#11950)Brendan Abolivier2022-02-116-179/+22
| * Fix NewsfileErik Johnston2022-02-111-0/+1
| * Fix NewsfileErik Johnston2022-02-111-1/+0
| * Fix to-device being dropped in limited sync in SQLite. (#11966)Erik Johnston2022-02-113-1/+45
| * fix import cycle (#11965)Richard van der Hoff2022-02-112-23/+32
| * Adds misc missing type hints (#11953)Patrick Cloke2022-02-119-41/+48
| * Tests: replace mocked Authenticator with the real thing (#11913)Richard van der Hoff2022-02-117-44/+117
| * Support the stable API endpoint for MSC3283: new settings in `/capabilities` ...Dirk Klimpel2022-02-114-49/+55
| * Drop support for EOL Ubuntu 21.04 (#11961)Shay2022-02-102-1/+1
| * Support pagination tokens from /sync and /messages in the relations API. (#11...Patrick Cloke2022-02-105-53/+217
| * Implement a content type allow list for URL previews (#11936)Denis Kasak2022-02-104-0/+99
| * Fix broken link in README to admin API. (#11955)Alexander Mnich2022-02-102-1/+2
| * Basic documentation for the release cycle. (#11954)Patrick Cloke2022-02-103-0/+39
| * Fix example for structured logging. (#11946)Brad Jones2022-02-092-1/+2
| * Update changelog from #11867 to be a single line.Patrick Cloke2022-02-091-5/+1
| * Add missing type hints to synapse.replication. (#11938)Patrick Cloke2022-02-0819-147/+209
| * Experimental support to include bundled aggregations in search results (MSC36...Patrick Cloke2022-02-085-8/+76
| * Remove unnecessary ignores due to Twisted upgrade. (#11939)Patrick Cloke2022-02-084-4/+5
| * Merge branch 'master' into developBrendan Abolivier2022-02-084-2/+34
| |\
| | * Merge branch 'release-v1.52'Brendan Abolivier2022-02-08102-814/+2743
| | |\
| | | * Fix wordingBrendan Abolivier2022-02-082-12/+14
| | | * Add words about the Twisted security fix v1.52.0Brendan Abolivier2022-02-082-2/+20
| | | * 1.52.0Brendan Abolivier2022-02-083-1/+13
| * | | Add missing type hints to synapse.replication.http. (#11856)Patrick Cloke2022-02-0813-162/+258
| * | | Fetch edits for multiple events in a single query. (#11660)Patrick Cloke2022-02-083-54/+101
| * | | Return JSON errors for unknown resources under /matrix/client. (#11930)Patrick Cloke2022-02-082-7/+3
| * | | Add a docstring to `add_device_change_to_streams` and fix some nearby types (...Andrew Morgan2022-02-082-6/+17
| * | | Add a callback to allow modules to deny 3PID (#11854)Brendan Abolivier2022-02-088-7/+161
| * | | Fix historical messages backfilling in random order on remote homeservers (MS...Eric Eastwood2022-02-079-149/+342
| * | | Remove optional state of `ApplicationService.is_interested`'s `store` paramet...Andrew Morgan2022-02-074-25/+39
| * | | Pass the proper type when uploading files. (#11927)Patrick Cloke2022-02-072-4/+10
| * | | Clean up an indirect reference to the homeserver datastore (#11914)Andrew Morgan2022-02-072-2/+3
| * | | Add a unit test for users receiving their own device list updates (#11909)Andrew Morgan2022-02-072-1/+57
| * | | Clarify that users' media are also preview images (#11862)Dirk Klimpel2022-02-043-1/+12
| * | | Run Complement tests sequentially (#11910)kegsay2022-02-042-1/+2
| * | | Stabilise MSC3231 (Token Based Registration) (#11867)Jonathan de Jong2022-02-048-9/+28
| * | | Delete MSC1711_certificates_FAQ.md (#11907)Richard van der Hoff2022-02-044-321/+3
| * | | Merge remote-tracking branch 'origin/master' into developRichard van der Hoff2022-02-040-0/+0
| |\| |
| | * | Use changelog from developDavid Robertson2022-01-251-9/+11
| * | | Remove support for the webclient listener. (#11895)Patrick Cloke2022-02-036-176/+29
| * | | Fix typo: unpind -> unbind (#11859)Christian Paul2022-02-032-1/+2
| * | | Add a ratelimiter for 3pid invite (#11892)Brendan Abolivier2022-02-034-1/+31
| * | | Allow specifying the application service-specific `user_id` parameter in the ...reivilibre2022-02-033-6/+28
| * | | Improve opentracing for federation requests (#11870)Richard van der Hoff2022-02-033-19/+61
| * | | Fixes for opentracing scopes (#11869)Richard van der Hoff2022-02-024-35/+255
| * | | Invalidate the get_users_in_room{_with_profile} caches only when necessary. (...Patrick Cloke2022-02-023-8/+20
| * | | Fix type errors introduced by new annotations in the Prometheus Client librar...reivilibre2022-02-023-3/+11
| * | | Fix losing incoming EDUs if debug logging enabled (#11890)David Robertson2022-02-022-2/+3
| * | | Disable coverage calculation for olddeps build. (#11888)Richard van der Hoff2022-02-022-1/+2
| * | | Describe `prune_unread_entries` in docstrings (#11876)David Robertson2022-02-024-2/+18
| * | | Revert experimental push rules from #7997. (#11884)Patrick Cloke2022-02-025-252/+14
| * | | Add a background database update to purge account data for deactivated users....reivilibre2022-02-025-55/+240
| * | | Expose the registered device ID from the `register_appservice_user` test help...reivilibre2022-02-025-8/+14
| * | | Convert `ApplicationServiceTestCase` to use `simple_async_mock` (#11880)Andrew Morgan2022-02-012-10/+10
| * | | Allow modules to retrieve server and worker names (#11868)Brendan Abolivier2022-02-012-0/+27
| * | | Send to-device messages to application services (#11215)Andrew Morgan2022-02-0114-162/+856
| | |/ | |/|
* | | Printf debugging for MSISDN validation (#11882)David Robertson2022-02-082-2/+5
* | | Hotfixes: Revert `commit()` OpenTracing hackery (#11906)reivilibre2022-02-041-39/+1
* | | Merge branch 'release-v1.52' into matrix-org-hotfixesDavid Robertson2022-02-01102-839/+2798
|\| |
| * | Don't mention 3.6 EOL under misc v1.52.0rc1David Robertson2022-02-011-2/+1
| * | 1.52.0rc1David Robertson2022-02-0140-38/+68
| * | Add type hints to `tests/rest/admin` (#11851)Dirk Klimpel2022-01-315-232/+184
| * | Consolidate the `access_token` information in the admin api (#11861)Dirk Klimpel2022-01-3110-95/+30
| * | Remove the obsolete MSC1849 configuration flag. (#11843)Patrick Cloke2022-01-313-6/+1
| * | Remove not needed old table of contents in documentation (#11860)Dirk Klimpel2022-01-314-53/+1
| * | Configurable limits on avatars (#11846)Brendan Abolivier2022-01-287-2/+363
| * | Pass `isolation_level` to `runWithConnection` (#11847)Brendan Abolivier2022-01-272-0/+2
| * | Create singletons for `StateFilter.{all,none}()` (#11836)Richard van der Hoff2022-01-272-5/+10
| * | Fix some indentation inconsistencies in the sample config (modules) (#11838)Dirk Klimpel2022-01-273-10/+11
| * | Update installation docs to indicate that we support Python 3.10 (#11820)Shay2022-01-262-1/+2
| * | Include `prev_content` field in AS events (#11798)Vaishnav Nair2022-01-262-1/+2
| * | Add a module callback to set username at registration (#11790)Brendan Abolivier2022-01-266-3/+231
| * | Improvements to bundling aggregations. (#11815)Patrick Cloke2022-01-2612-139/+212
| * | Don't print HTTPStatus.* in "Processed..." logs (#11827)David Robertson2022-01-262-1/+5
| * | Avoid type annotation problems in prom-client (#11834)David Robertson2022-01-262-1/+3
| * | Add a config flag to inhibit `M_USER_IN_USE` during registration (#11743)Brendan Abolivier2022-01-266-12/+89
| * | Fix another jsonschema typecheck error (#11830)David Robertson2022-01-253-5/+4
| * | Check that `gc` method is available before using in `synapse/app/_base` (#11...Shay2022-01-252-6/+9
| * | Add admin API to get a list of federated rooms (#11658)Dirk Klimpel2022-01-256-25/+444
| * | CI: run Complement on the VM, not inside Docker (#11811)kegsay2022-01-252-10/+19
| * | Log modules at startup (#11813)Brendan Abolivier2022-01-252-1/+3
| * | Db txn set isolation level (#11799)Nick Barrett2022-01-255-5/+61
| * | Minor updates, and docs, for schema delta files (#11823)Richard van der Hoff2022-01-253-3/+61
| * | Docs: add missing PR submission process how-tos (#11821)Forest Johnson2022-01-252-1/+3
| * | Merge branch 'master' into developDavid Robertson2022-01-253-2/+21
| |\|
| | * Merge branch 'release-v1.51'David Robertson2022-01-251-1/+1
| | |\
| | | * Point to upgrade notes in changelogDavid Robertson2022-01-251-1/+1
| | * | Merge tag 'v1.51.0'David Robertson2022-01-25135-1646/+2592
| | |\|
| | | * Correct version number v1.51.0David Robertson2022-01-251-1/+1
| | | * Call out deprecationDavid Robertson2022-01-251-1/+2
| | | * 1.51.0David Robertson2022-01-253-1/+13
| * | | Add admin API to reset connection timeouts for remote server (#11639)Dirk Klimpel2022-01-2510-33/+183
| * | | Ignore the jsonschema type. (#11817)Patrick Cloke2022-01-252-1/+4
| * | | Skip the initial amd64-only Docker build (#11810)Richard van der Hoff2022-01-242-12/+3
| * | | Apply a timeout to reading the body when fetching a file. (#11784)Patrick Cloke2022-01-242-3/+13
| * | | Merge branch 'master' into developAndrew Morgan2022-01-242-3/+14
| |\| |
| | * | 1.50.2 v1.50.2Andrew Morgan2022-01-244-2/+16
| | * | Fix logic for dropping old events in fed queue (#11806)Andrew Morgan2022-01-243-7/+27
| * | | Support rendering previews with data: URLs in them (#11767)Patrick Cloke2022-01-246-74/+299
| * | | Merge tag 'v1.51.0rc2' into developAndrew Morgan2022-01-245-8/+44
| |\ \ \ | | | |/ | | |/|
| | * | 1.51.0rc2 v1.51.0rc2Andrew Morgan2022-01-244-2/+16
| | * | Fix logic for dropping old events in fed queue (#11806)Andrew Morgan2022-01-243-7/+29
| * | | Remove account data (including client config, push rules and ignored users) u...reivilibre2022-01-245-3/+299
| * | | Drop support for and remove references to EOL Python 3.6 (#11683)Shay2022-01-2113-28/+25
| * | | Remove obsolete newsfileOlivier Wilkinson (reivilibre)2022-01-211-1/+0
| * | | Merge tag 'v1.51.0rc1' into developOlivier Wilkinson (reivilibre)2022-01-2157-56/+82
| |\| |
| | * | Edit the changelog according to feedback v1.51.0rc1Olivier Wilkinson (reivilibre)2022-01-211-3/+3
| | * | Edit the changelog for grammar and clarityOlivier Wilkinson (reivilibre)2022-01-211-16/+15
| * | | Add `state_key` and `rejection_reason` to `events` (#11792)Richard van der Hoff2022-01-215-5/+42
| * | | Do not try to serialize raw aggregations dict. (#11791)Patrick Cloke2022-01-217-54/+85
| * | | Drop unused table `public_room_list_stream`. (#11795)Richard van der Hoff2022-01-215-3/+22
| * | | Stop reading from `event_reference_hashes` (#11794)Richard van der Hoff2022-01-215-33/+31
| * | | Add `FrozenEvent.get_state_key` and use it in a couple of places (#11793)Richard van der Hoff2022-01-213-5/+11
| * | | Make the `get_global_account_data_by_type_for_user` cache be a tree-cache who...reivilibre2022-01-216-9/+10
| * | | Make `get_account_data_for_room_and_type` a tree cache (#11789)reivilibre2022-01-212-1/+2
* | | | Fix logic for dropping old events in fed queueRichard van der Hoff2022-01-231-1/+4
* | | | Merge branch 'release-v1.51' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-2170-171/+535
|\ \ \ \ | | |/ / | |/| |
| * | | 1.51.0rc1Olivier Wilkinson (reivilibre)2022-01-2159-58/+83
| * | | Do not try to serialize raw aggregations dict. (#11791)Patrick Cloke2022-01-217-54/+85
| |/ /
| * | Correctly await on_logged_out callbacks (#11786)Brendan Abolivier2022-01-203-2/+29
| * | Fix redirecting to the webclient for non-HTTP(S) web_client_location. (#11783)Patrick Cloke2022-01-202-1/+9
| * | Add a regression test for using both webclient and client resources simultane...Andrew Morgan2022-01-202-0/+109
| * | Partially revert #11675; prevent attempting to create pushers on workers (#11...Andrew Morgan2022-01-202-7/+6
| * | installation.md: drop python 3.6 support (#11781)Richard van der Hoff2022-01-202-1/+2
| * | Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client...Patrick Cloke2022-01-205-28/+40
| * | Debug for device lists updates (#11760)David Robertson2022-01-204-0/+46
| * | Allow overriding the complement ref. (#11766)Nicolas Werner2022-01-203-7/+10
| * | Fix a bug that corrupted the cache of federated space hierarchies (#11775)Sean Quah2022-01-204-12/+102
| * | Comments and typing for `_update_outliers_txn` (#11776)Richard van der Hoff2022-01-192-12/+24
| * | Fix mypy for platforms without epoll support. (#11771)Patrick Cloke2022-01-192-2/+3
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2022-01-192-1/+2
|\| |
| * | Add missing `auto_attribs=True` to the `_WrappedRustReporter` class (#11768)Andrew Morgan2022-01-192-1/+2
* | | Merge branch 'develop' of github.com:matrix-org/synapse into matrix-org-hotfixesAndrew Morgan2022-01-19173-1556/+2172
|\| |
| * | Fix preview of imgur and Tenor URLs. (#11669)Philippe Daouadi2022-01-184-14/+39
| * | Merge branch 'master' into developAndrew Morgan2022-01-184-3/+29
| |\|
| | * Wording fixes to 1.50.0/1 changelog entries v1.50.1Andrew Morgan2022-01-181-3/+3
| | * Reword 1.50.0 warning a bit in the changelogAndrew Morgan2022-01-181-1/+3
| | * 1.50.1Andrew Morgan2022-01-184-2/+20
| | * Partially revert #11602 to prevent webclient overriding client resource (#11764)Andrew Morgan2022-01-182-2/+8
| * | Include whether the requesting user has participated in a thread. (#11577)Patrick Cloke2022-01-189-18/+85
| * | Remove `log_function` and its uses (#11761)Richard van der Hoff2022-01-1813-155/+1
| * | Merge branch 'master' into developAndrew Morgan2022-01-183-4/+15
| |\|
| | * Move python/postgres deprecation notice to the top of 1.50 changelog v1.50.0Andrew Morgan2022-01-181-2/+2
| | * 1.50.0Andrew Morgan2022-01-183-4/+15
| * | Add a flag to the `synapse_review_recent_signups` script to ignore and filter...lukasdenk2022-01-173-8/+23
| * | Warn against using Let's Encrypt certs for encrypted TURN (#11686)AndrewFerr2022-01-172-0/+17
| * | Fix up docs for `track_puppeted_user_ips` (again) (#11757)Richard van der Hoff2022-01-175-10/+27
| * | Update documentation for configuring facebook login (#11755)Richard van der Hoff2022-01-174-18/+26
| * | Improve `reactor_tick_time` metric (#11724)Richard van der Hoff2022-01-175-109/+86
| * | Make pagination of rooms in admin api stable (#11737)Daniel Sonck2022-01-173-28/+38
| * | Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-145-20/+277
| |\|
| | * Tweak the changelog summary section v1.50.0rc2Olivier Wilkinson (reivilibre)2022-01-141-4/+3
| | * 1.50.0rc2Olivier Wilkinson (reivilibre)2022-01-147-5/+33
| * | Remove the 'password_hash' from the Users Admin API endpoint response diction...Andrew Morgan2022-01-145-43/+86
| * | Fix sample_config.yaml in regards track_puppeted_user_ips (#11749)Jason Robinson2022-01-143-10/+13
| * | Replace uses of simple_insert_many with simple_insert_many_values. (#11742)Patrick Cloke2022-01-1319-298/+263
| * | Fix missing app variable in mail subject (#11745)David Robertson2022-01-133-2/+4
| * | Invite PR submitters to credit themselves (#11744)David Robertson2022-01-132-0/+2
| * | update room spec url in config files (#11739)qwertyforce2022-01-133-2/+3
| * | Mention python3-venv and libpq-dev dependencies in contribution guide (#11740)Andy Balaam2022-01-132-1/+4
| * | Include bundled aggregations in the sync response cache. (#11659)Patrick Cloke2022-01-134-19/+19
| * | Simplify GC prometheus metrics (#11723)Richard van der Hoff2022-01-134-160/+209
| * | Use auto_attribs/native type hints for attrs classes. (#11692)Patrick Cloke2022-01-1340-307/+300
| * | Fix typo in demo docs: differnt (#11735)Andy Balaam2022-01-132-1/+2
| * | Allow tracking puppeted users for MAU (#11561)Jason Robinson2022-01-125-0/+63
| * | Fix documentation of supported PostgreSQL version (#11725)haslersn2022-01-122-1/+2
| * | Use buildkit's cache feature to speed up docker builds (#11691)Richard van der Hoff2022-01-124-5/+28
| * | Complement environment variable name change and update .gitignore. (#11718)Michael Kaye2022-01-103-1/+6
| * | Document the `SYNAPSE_TEST_PERSIST_SQLITE_DB` unit test env var (#11715)Andrew Morgan2022-01-102-0/+22
| * | Fix docstring on `add_account_data_for_user`. (#11716)reivilibre2022-01-103-2/+3
| * | Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714)David Robertson2022-01-102-1/+8
| * | Prettier complement logs (#11707)kegsay2022-01-102-1/+3
| * | Support spaces with > 50 rooms in the /hierarchy endpoint. (#11695)Patrick Cloke2022-01-073-8/+55
| * | Optionally use an on-disk sqlite db in tests (#11702)David Robertson2022-01-073-1/+23
| * | Test that bans win a join against a race when computing `/sync` response (#1...David Robertson2022-01-073-3/+105
| * | Merge branch 'release-v1.50' into developOlivier Wilkinson (reivilibre)2022-01-0778-73/+117
| |\ \
| * | | Bundle aggregations outside of the serialization method. (#11612)Patrick Cloke2022-01-0717-156/+249
| * | | Remove the /send_relation endpoint. (#11682)Patrick Cloke2022-01-063-133/+19
| * | | Remove a Python 2-ism and improve type hints. (#11699)Patrick Cloke2022-01-062-12/+8
| * | | Strip unauthorized fields from `unsigned` object in events received over fede...Shay2022-01-063-0/+99
| * | | Make room creations denied by `user_may_create_room` cause an `M_FORBIDDEN` e...lukasdenk2022-01-062-2/+7
| * | | Remove debug logging for #4422 (#11693)David Robertson2022-01-062-37/+2
| * | | Fix space hierarchy endpoint to match MSC2946 (#11667)Travis Ralston2022-01-052-2/+5
| * | | Fix get federation status of destination if no error occured (#11593)Dirk Klimpel2022-01-054-25/+88
| * | | Run `pyupgrade --py37-plus --keep-percent-format` on Synapse (#11685)Shay2022-01-053-2/+2
| * | | Cache empty responses from `/user/devices` (#11587)David Robertson2022-01-055-5/+114
* | | | Merge branch 'release-v1.50' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-1410-22/+258
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix a bug introduced in Synapse v1.50.0rc1 whereby outbound federation could ...reivilibre2022-01-133-17/+190
| * | | Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not ...reivilibre2022-01-123-2/+57
| * | | Deal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714)David Robertson2022-01-122-1/+8
| * | | Fix documentation of supported PostgreSQL version (#11725)haslersn2022-01-122-1/+2
| | |/ | |/|
| * | Move changelog entry for drop of support to 'Deprecations and Removals'Olivier Wilkinson (reivilibre)2022-01-071-1/+1
| * | Re-run Towncrier to add in the changelog entry for the Mjolnir workaround v1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-062-1/+1
* | | Updates to opentracing hackeryRichard van der Hoff2022-01-071-12/+37
* | | Wrap connection.commit with OpenTracingRichard van der Hoff2022-01-071-1/+14
* | | Merge branch 'release-v1.50' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-064-1/+13
|\| |
| * | Work around Mjolnir compatibility issue by adding an import for `glob_to_rege...reivilibre2022-01-062-0/+8
| * | Tweak changelog for #11677Olivier Wilkinson (reivilibre)2022-01-051-1/+1
| * | Re-run towncrier.Patrick Cloke2022-01-052-1/+1
| * | Include `io.element.thread` capability for MSC3440. (#11690)Patrick Cloke2022-01-052-0/+4
* | | Merge branch 'release-v1.50' into matrix-org-hotfixesOlivier Wilkinson (reivilibre)2022-01-05205-2756/+4965
|\| |
| * | Mention drop of support in changelogOlivier Wilkinson (reivilibre)2022-01-051-0/+3
| * | Add support removal notice to the upgrade notesOlivier Wilkinson (reivilibre)2022-01-051-0/+11
| * | Tweak changelogOlivier Wilkinson (reivilibre)2022-01-051-9/+8
| * | 1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-0575-73/+92
| |/
| * Refactor the way we set `outlier` (#11634)Richard van der Hoff2022-01-055-47/+16
| * Fix link from generated configuration file to documentation (#11678)Philipp Matthias Schäfer2022-01-053-2/+3
| * Fix SimpleHttpClient not sending Accept header in `get_json` (#11677)Fr3shTea2022-01-052-1/+2
| * Add admin API to get users' account data (#11664)Dirk Klimpel2022-01-055-0/+198
| * Re-apply: Move glob_to_regex and re_word_boundary to matrix-python-common #11...reivilibre2022-01-059-123/+14
| * Clarify SSO mapping provider documentation by writing `def` or `async def` be...reivilibre2022-01-052-12/+13
| * Improve Docker docs for use with Postgres (#11640)Callum Macdonald2022-01-053-0/+6
| * Correct Synapse install command for FreeBSD. (#11267)Donny Johnson2022-01-052-1/+2
| * update ngnix reverse-proxy example (#11680)Richard van der Hoff2022-01-042-1/+2
| * Fix AssertionErrors after purging events (#11642)Richard van der Hoff2022-01-046-6/+30
| * `FederationClient.backfill`: stop flagging events as outliers (#11632)Richard van der Hoff2022-01-043-2/+5
| * Remove redundant `get_current_events_token` (#11643)Richard van der Hoff2022-01-047-36/+20
| * Better error messages from `get_create_event_for_room` (#11638)Richard van der Hoff2022-01-042-1/+6
| * Include the topic event in the prejoin state, per MSC3173. (#11666)Patrick Cloke2022-01-044-0/+13
| * Drop Bionic from Debian builds (#11633)Shay2022-01-034-7/+5
| * Convert all namedtuples to attrs. (#11665)Patrick Cloke2021-12-3022-206/+231
| * Add type hints to `synapse/storage/databases/main/events_bg_updates.py` (#11654)Dirk Klimpel2021-12-303-30/+44
| * Fix a type annotation in `test_account_data.py` and remove it from the Mypy e...reivilibre2021-12-293-3/+3
| * Improve type hints in storage classes. (#11652)Dirk Klimpel2021-12-2910-34/+44
| * Do not attempt to bundled aggregations for /members and /state. (#11623)Patrick Cloke2021-12-292-3/+2
| * Add type hints to `synapse/storage/databases/main/stats.py` (#11653)Dirk Klimpel2021-12-293-42/+57
| * Update to the current version of Black and run it on Synapse codebase (#11596)Shay2021-12-235-4/+3
| * Fix mypy error with opentracing.tags. (#11622)Patrick Cloke2021-12-232-0/+2
| * Add details for how to set up TURN behind NAT (#11553)AndrewFerr2021-12-232-15/+53
| * Drop EOL python 3.6 from CI (#11595)Shay2021-12-213-7/+8
| * Merge branch 'master' into developRichard van der Hoff2021-12-216-5/+43
| |\
| | * Merge branch 'release-v1.49'Richard van der Hoff2021-12-217-10/+57
| | |\
| | | * update changelog v1.49.2Richard van der Hoff2021-12-211-1/+1
| | | * 1.49.2Richard van der Hoff2021-12-214-3/+19
| | | * Pin to frozendict<2.1.2 (#11625)Richard van der Hoff2021-12-212-1/+3