summary refs log tree commit diff
path: root/synapse (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add storage and module API methods to get monthly active users and their apps...Matt C2022-05-272-0/+65
* Easy type hints in synapse.logging.opentracing (#12894)David Robertson2022-05-273-57/+72
* Fix room deletion (#12889)Richard van der Hoff2022-05-271-9/+10
* Refactor have_seen_events to reduce OOMs (#12886)Richard van der Hoff2022-05-271-18/+24
* Remove backing code for groups/communities (#12558)Patrick Cloke2022-05-2610-1873/+3
* Fix ambiguous column name that would prevent use of MSC2716 History Import wh...reivilibre2022-05-261-1/+1
* Remove unstable APIs for /hierarchy. (#12851)Patrick Cloke2022-05-263-15/+2
* Avoid attempting to delete push actions for remote users. (#12879)Patrick Cloke2022-05-264-4/+7
* Pull out less state when handling gaps mk2 (#12852)Erik Johnston2022-05-264-109/+190
* Allow bigger responses to `/federation/v1/state` (#12877)Richard van der Hoff2022-05-252-29/+15
* Fix up `state_store` naming (#12871)Erik Johnston2022-05-2513-47/+55
* Remove user-visible groups/communities code (#12553)Patrick Cloke2022-05-2514-2043/+1
* Fix caching behavior for relations push rules. (#12859)Patrick Cloke2022-05-252-9/+11
* Misc clean-up of push rules datastore (#12856)Patrick Cloke2022-05-251-11/+5
* Add the `batch_send` endpoint to generic workers (#12868)Nick Mills-Barrett2022-05-251-0/+2
* Don't create empty AS txns when the AS is down (#12869)Nick Mills-Barrett2022-05-251-1/+5
* Add the `/account/whoami` endpoint to generic workers (#12866)Nick Mills-Barrett2022-05-251-1/+2
* Make sure `prev_ids` defaults to empty list (#12829)Carl Bordum Hansen2022-05-251-0/+4
* Correct annotation of `_iterate_over_text` (#12860)David Robertson2022-05-241-1/+1
* Fixes to MSC3787 implementation (#12858)David Robertson2022-05-242-19/+19
* Remove `dont_notify` from the `.m.rule.room.server_acl` rule (#12849)Šimon Brandner2022-05-241-1/+1
* Add authentication to thirdparty bridge APIs (#12746)Will Hunt2022-05-241-3/+12
* Experimental support for MSC3772 (#12740)Patrick Cloke2022-05-248-3/+205
* Marker events as state - MSC2716 (#12718)Eric Eastwood2022-05-231-1/+25
* Uniformize spam-checker API, part 2: check_event_for_spam (#12808)David Teller2022-05-237-21/+82
* Prevent expired events from being filtered out when retention is disabled (#1...Brendan Abolivier2022-05-234-24/+35
* add SpamChecker callback for silently dropping inbound federated events (#12744)Jess Porter2022-05-233-4/+89
* Fix media thumbnails being unusable before the index had been added in the ba...reivilibre2022-05-231-0/+2
* Send `USER_IP` commands on a different Redis channel, in order to reduce traf...reivilibre2022-05-202-3/+15
* Uniformize spam-checker API, part 1: the `Code` enum. (#12703)David Teller2022-05-201-2/+9
* Update EventContext `get_current_event_ids` and `get_prev_event_ids` to accep...Shay2022-05-208-17/+63
* Fix `RetryDestinationLimiter` re-starting finished log contexts (#12803)Sean Quah2022-05-191-2/+2
* Add a unit test for copying over arbitrary room types when upgrading a room (...Andrew Morgan2022-05-191-1/+1
* Lay some foundation work to allow workers to only subscribe to some kinds of ...reivilibre2022-05-192-12/+57
* Properly close providers.json file stream. (#12794)Petr Vaněk2022-05-191-3/+3
* Add a unique index to `state_group_edges` to prevent duplicates being acciden...reivilibre2022-05-193-0/+48
* hash_password: raise an error if no config file is specified (#12789)Jae Lo Presti2022-05-191-5/+5
* Implement MSC3818: copy room type on upgrade (#12786)Aminda Suomalainen2022-05-191-8/+8
* Downgrade some OIDC exceptions to warnings (#12723)David Robertson2022-05-181-2/+2
* Skip waiting for full state if a StateFilter does not require it (#12498)Richard van der Hoff2022-05-181-4/+59
* Refactor `resolve_state_groups_for_events` to not pull out full state when no...Shay2022-05-183-23/+26
* Add some type hints to `event_federation` datastore (#12753)Dirk Klimpel2022-05-182-64/+125
* Do not keep going if there are 5 back-to-back background update failures. (#1...reivilibre2022-05-181-0/+8
* Give a meaningful error message when a client tries to create a room with an ...reivilibre2022-05-182-0/+18
* Discard null-containing strings before updating the user directory (#12762)David Robertson2022-05-184-11/+16
* Make handling of federation Authorization header (more) compliant with RFC723...Hubert Chathi2022-05-182-4/+6
* Move methods that call add_push_rule to PushRuleStore (#12772)Adam2022-05-181-51/+51
* Delete events from federation_inbound_events_staging table on purge (#12770)Mathieu Velten2022-05-171-0/+1
* allow `on_invalidate=None` in `@cached` methods (#12769)David Robertson2022-05-171-1/+2
* Add some type hints to datastore (#12717)Dirk Klimpel2022-05-178-159/+253
* Add a new room version for MSC3787's knock+restricted join rule (#12623)Travis Ralston2022-05-175-7/+67
* Remove code which updates `application_services_state.last_txn` (#12680)Richard van der Hoff2022-05-172-24/+28
* Fix push for m.read events (#12721)SpiritCroc2022-05-171-1/+1
* Merge branch 'master' into developDavid Robertson2022-05-171-1/+1
|\
| * Fix query performance for /sync (#12745)Erik Johnston2022-05-161-1/+1
* | Add index to cache invalidations (#12747)Erik Johnston2022-05-172-0/+26
* | Track in memory events using weakrefs (#10533)Erik Johnston2022-05-171-2/+33
* | Tidy up and type-hint the database engine modules (#12734)David Robertson2022-05-175-94/+178
* | Add `StreamKeyType` class and replace string literals with constants (#12567)Andrew Morgan2022-05-1618-80/+124
* | Avoid unnecessary copies when filtering private read receipts. (#12711)Šimon Brandner2022-05-162-35/+65
* | Merge tag 'v1.59.0rc2' into developDavid Robertson2022-05-161-8/+11
|\|
| * Fix bug /sync returning 404 (#12729)Erik Johnston2022-05-161-8/+11
* | Fix typo in listener config (#12742)Dirk Klimpel2022-05-161-1/+1
* | Fix room upgrades creating an empty room when auth fails (#12696)Sean Quah2022-05-161-43/+82
* | Consolidate logic for parsing relations. (#12693)Patrick Cloke2022-05-165-59/+91
* | Add config flags to allow for cache auto-tuning (#12701)Shay2022-05-133-51/+175
* | Don't create an empty room when checking for MAU limits (#12713)Brendan Abolivier2022-05-132-55/+55
* | Another batch of type annotations (#12726)David Robertson2022-05-139-79/+122
* | SpamChecker metrics (#12513)Jess Porter2022-05-132-24/+59
* | URL preview cache expiry logs: INFO -> DEBUG, text clarifications (#12720)Andrew Morgan2022-05-121-9/+21
* | Reduce the number of "untyped defs" (#12716)David Robertson2022-05-1214-69/+117
* | add default_power_level_content_override config option. (#12618)Andy Balaam2022-05-122-1/+62
* | Enable cancellation of `GET /members` and `GET /state` requests (#12708)Sean Quah2022-05-112-2/+8
* | No longer permit empty body when sending receipts (#12709)David Robertson2022-05-111-12/+1
* | Complain if a federation endpoint has the `@cancellable` flag (#12705)Sean Quah2022-05-111-1/+12
* | Reload cache factors from disk on SIGHUP (#12673)David Robertson2022-05-116-61/+166
* | Respect the `@cancellable` flag for `ReplicationEndpoint`s (#12700)Sean Quah2022-05-111-2/+19
* | Respect the `@cancellable` flag for `RestServlet`s and `BaseFederationServlet...Sean Quah2022-05-111-0/+5
* | Respect the `@cancellable` flag for `DirectServe{Html,Json}Resource`s (#12698)Sean Quah2022-05-111-0/+2
* | Remove unneeded `ActionGenerator` class. (#12691)Patrick Cloke2022-05-116-60/+16
* | Fix `/messages` throwing a 500 when querying for non-existent room (#12683)Eric Eastwood2022-05-102-16/+12
* | Refactor `EventContext` (#12689)Erik Johnston2022-05-108-197/+59
* | Capture the `Deferred` for request cancellation in `_AsyncResource` (#12694)Sean Quah2022-05-102-5/+8
* | Fix incorrect type hint in filtering code. (#12695)Patrick Cloke2022-05-101-2/+3
* | Add some type hints to datastore. (#12477)Dirk Klimpel2022-05-103-71/+121
* | Stop writing to `event_reference_hashes` (#12679)Richard van der Hoff2022-05-103-29/+4
* | Add ability to cancel disconnected requests to `SynapseRequest` (#12588)Sean Quah2022-05-101-1/+23
* | Add `@cancellable` decorator, for use on request handlers (#12586)Sean Quah2022-05-101-0/+61
* | Merge tag 'v1.59.0rc1' into developDavid Robertson2022-05-105-22/+9
|\|
| * Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-105-22/+9
* | Move free functions into PushRuleEvaluatorForEvent. (#12677)Patrick Cloke2022-05-102-34/+68
* | Add class-diagrams and notes for push. (#12676)Patrick Cloke2022-05-101-0/+79
|/
* Immediately retry any requests that have backed off when a server comes back ...Erik Johnston2022-05-104-6/+98
* Implement MSC3786: Add a default push rule to ignore m.room.server_acl events...Šimon Brandner2022-05-103-11/+55
* Update `replication.md` with info on TCP module structure (#12621)Shay2022-05-091-1/+1
* Fix inconsistent spelling of 'M_UNRECOGNIZED'. (#12665)Val Lorentz2022-05-091-1/+1
* Implement cancellation support/protection for module callbacks (#12568)Sean Quah2022-05-095-27/+85
* Fix mypy against latest pillow stubs (#12671)David Robertson2022-05-091-3/+3
* Use `ParamSpec` in a few places (#12667)David Robertson2022-05-0911-66/+143
* Don't error on unknown receipt types (#12670)Erik Johnston2022-05-091-12/+15
* Use `Concatenate` to annotate `do_execute` (#12666)David Robertson2022-05-091-5/+14
* Convert stringy power levels to integers on room upgrade (#12657)David Robertson2022-05-072-22/+53
* Prevent memory leak from reoccurring when presence is disabled. (#12656)Erik Johnston2022-05-062-28/+53
* Update mypy to 0.950 and fix complaints (#12650)David Robertson2022-05-065-14/+43
* Add the `notify_appservices_from_worker` configuration option (superseding `n...reivilibre2022-05-064-19/+109
* Support MSC3266 room summaries over federation (#11507)DeepBlueV7.X2022-05-052-5/+51
* Update `_on_new_receipts()` to work with MSC2285 changes. (#12636)Šimon Brandner2022-05-051-5/+3
* Improve comments and error messages around access tokens. (#12577)reivilibre2022-05-051-8/+11
* Use `private` instead of `hidden` in MSC2285 related code. (#12635)Šimon Brandner2022-05-054-7/+7
* Edits/annotations should not have any bundled aggregations calculated. (#12633)Patrick Cloke2022-05-051-20/+18
* Remove unused receipt datastore methods. (#12632)Patrick Cloke2022-05-051-54/+0
* Fix typo in some instances of enable_registration_token_3pid_bypass. (#12639)Will Hunt2022-05-053-4/+4
* Reduce log spam when running multiple event persisters (#12610)Erik Johnston2022-05-052-2/+16
* Add `mau_appservice_trial_days` config (#12619)Will Hunt2022-05-042-2/+14
* Use `getClientAddress` instead of `getClientIP`. (#12599)Patrick Cloke2022-05-049-20/+28
* Implement changes to MSC2285 (hidden read receipts) (#12168)Šimon Brandner2022-05-048-107/+197
* Disable device name lookup over federation by default (#12616)Andrew Morgan2022-05-041-5/+5
* Remove unstable/unspecced login types. (#12597)Patrick Cloke2022-05-041-11/+4
* Improve logging for cancelled requests (#12587)Sean Quah2022-05-041-0/+30
* Include bundled aggregations for the latest event in a thread. (#12273)Patrick Cloke2022-05-043-50/+90
* remove constantly lib use and switch to enums. (#12624)andrew do2022-05-049-35/+35
* Add a consistency check on events read from the database (#12620)Richard van der Hoff2022-05-031-0/+12
* Remove unstable identifiers for MSC3069. (#12596)Patrick Cloke2022-05-031-2/+0
* Add extra debug logging to federation sender (#12614)Richard van der Hoff2022-05-031-2/+18
* fix importsRichard van der Hoff2022-05-031-1/+2
* minor wording fix in docstringRichard van der Hoff2022-05-031-3/+2
* Exclude OOB memberships from the federation sender (#12570)Richard van der Hoff2022-05-032-4/+50
* Fix race when persisting an event and deleting a room (#12594)Erik Johnston2022-05-032-2/+21
* Remove special-case for `twisted` logger (#12589)Richard van der Hoff2022-04-291-7/+0
* Improve the docstrings for the receipts store. (#12581)Patrick Cloke2022-04-281-5/+51
* Fix logging of incorrect status codes for disconnected requests (#12580)Sean Quah2022-04-281-3/+9
* Prefer `make_awaitable` over `defer.succeed` in tests (#12505)Sean Quah2022-04-271-9/+17
* Add a module API to allow modules to edit push rule actions (#12406)Brendan Abolivier2022-04-276-103/+235
* Remove unused `# type: ignore`s (#12531)David Robertson2022-04-2712-27/+27
* Consistently use collections.abc.Mapping to check frozendict. (#12564)Patrick Cloke2022-04-274-9/+10
* Add option to enable token registration without requiring 3pids (#12526)Will Hunt2022-04-273-2/+18
* Add some type hints to datastore (#12485)Dirk Klimpel2022-04-2711-84/+187
* Bound ephemeral events by key (#12544)Nick Mills-Barrett2022-04-262-4/+4
* Mark remote device list updates as already handled (#12557)Erik Johnston2022-04-262-3/+5
* Comment out dodgy log-kv (#12554)David Robertson2022-04-261-3/+6
* Fix sending opentracing contexts to remote servers (#12555)Erik Johnston2022-04-261-1/+11
* Optimise backfill calculation (#12522)Richard van der Hoff2022-04-264-106/+167
* Handle cancellation in `EventsWorkerStore._get_events_from_cache_or_db` (#12529)Sean Quah2022-04-251-34/+49
* Misc. clean-ups to the relations code (#12519)Patrick Cloke2022-04-252-63/+33
* Update `delay_cancellation` to accept any awaitable (#12468)Sean Quah2022-04-222-12/+43
* MSC3202: Fix device_unused_fallback_keys -> device_unused_fallback_key_types ...Will Hunt2022-04-222-2/+2
* Await un-partial-stating after a partial-state join (#12399)Richard van der Hoff2022-04-215-4/+156
* Dump setuptools; correct pyproject version number (#12478)David Robertson2022-04-202-152/+3
* Fix Jinja templating error when generating thumbnail URLs. (#12510)Patrick Cloke2022-04-201-1/+1
* Implement MSC2815: allow room moderators to view redacted event content (#12427)Tulir Asokan2022-04-206-3/+99
* Fix returned count of delete extremities admin API (#12496)Erik Johnston2022-04-191-3/+5
* Fix `/room/.../event/...` to return the *original* event after any edits (#12...Richard van der Hoff2022-04-192-9/+16
* Implement MSC3383: include destination in X-Matrix auth header (#11398)Jan Christian Grünhage2022-04-192-10/+41
* Merge branch 'master' into developOlivier Wilkinson (reivilibre)2022-04-191-1/+1
|\
| * 1.57.0Olivier Wilkinson (reivilibre)2022-04-191-1/+1
* | Back out implementation of MSC2314 (#12474)Richard van der Hoff2022-04-192-18/+10
* | Fix grammatical error in error message (#12483)Travis Ralston2022-04-181-1/+1
* | Only send out device list updates for our own users (#12465)Erik Johnston2022-04-142-4/+10
* | Limit `device_id` size to 512B (#12454)Shay2022-04-131-0/+9
* | Prevent a sync request from removing a user's busy presence status (#12213)David Baker2022-04-133-18/+53
* | Fix missing sync events during historical batch imports (#12319)Nick Mills-Barrett2022-04-133-17/+38
* | Rename Mutual Rooms `unstable_features` flag to match MSC (#12445)Jonathan de Jong2022-04-131-1/+1
* | Process device list updates asynchronously (#12365)Erik Johnston2022-04-124-91/+12
* | Remove the unstable event field for `/send_join` per MSC3083. (#12395)Patrick Cloke2022-04-122-12/+0
* | Merge branch 'release-v1.57' into developErik Johnston2022-04-121-1/+1
|\|
| * 1.57.0rc1Erik Johnston2022-04-121-1/+1
* | Disable groups/communities by default. (#12344)Patrick Cloke2022-04-121-1/+1
* | Resync state after partial-state join (#12394)Richard van der Hoff2022-04-127-0/+288
* | Remove references to unstable identifiers from MSC3440. (#12382)Patrick Cloke2022-04-129-95/+19
|/
* Add some type hints to datastore (#12423)Dirk Klimpel2022-04-128-77/+122
* Specify tls extra for Twisted dependency. (#12444)Erik Johnston2022-04-121-2/+1
* Remove experimental configuration flag for MSC3666. (#12436)Patrick Cloke2022-04-112-19/+13
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-1147-140/+239
* Do not consider events by ignored users for bundled aggregations (#12235)Patrick Cloke2022-04-112-39/+357
* Disallow untyped defs in synapse._scripts (#12422)David Robertson2022-04-1111-109/+186
* Add Module API for reading and writing global account data. (#12391)reivilibre2022-04-111-0/+76
* Optimise `_update_client_ips_batch_txn` to batch together database operations...reivilibre2022-04-082-35/+132
* Make `synapse._scripts` pass typechecks (#12421)David Robertson2022-04-084-38/+49
* Unify HTTP query parameter type hints (#12415)David Robertson2022-04-085-38/+42
* Update the server notices user profile in room if changed. (#12115)Jorge Florian2022-04-081-4/+55
* Fix rejecting invites over federation (#12409)Erik Johnston2022-04-071-20/+33
* Fix fetching public rooms over federation (#12410)Erik Johnston2022-04-071-1/+1
* Do not add groups to sync results if disabled. (#12408)Patrick Cloke2022-04-072-10/+10
* Add opentracing spans to calls to external cache (#12380)Erik Johnston2022-04-072-11/+23
* Support the v1 endpoint for `/relations`. (#12403)Patrick Cloke2022-04-071-1/+1
* Remove support for the unstable identifier from MSC3288. (#12398)Patrick Cloke2022-04-061-2/+0
* Narrow the `importlib_metadata` dependency (#12400)David Robertson2022-04-061-1/+1
* Fix `synapse_event_persisted_position` metric (#12390)Richard van der Hoff2022-04-061-3/+3
* Update type annotations for compatiblity with prometheus_client 0.14 (#12389)Richard van der Hoff2022-04-067-18/+66
* Generate historic pagination token for `/messages` when no `?from` token prov...Eric Eastwood2022-04-064-14/+23
* Add missing dependency on importlib_metadata (#12384)David Robertson2022-04-051-0/+3
* Post 1.56.0 release tidy up (#12379)Sean Quah2022-04-051-1/+1
* Fix edge case where a `Linearizer` could get stuck (#12358)Sean Quah2022-04-051-1/+5
* Make `StreamToken` and `RoomStreamToken` methods propagate cancellations (#12...Sean Quah2022-04-051-0/+5
* Refactor and convert `Linearizer` to async (#12357)Sean Quah2022-04-0519-113/+101
* Merge branch 'master' into developSean Quah2022-04-052-2/+2
|\
| * 1.56.0Sean Quah2022-04-051-1/+1
| * Pin signedjson to <= 1.1.1 as a temporary workaround for #12324Sean Quah2022-04-051-1/+1
| * Bump `black` and `click` versions (#12320)David Robertson2022-04-0511-18/+21
* | Prefill more stream change caches. (#12372)Erik Johnston2022-04-055-61/+91
* | Fix a spec compliance issue where requests to the `/publicRooms` federation A...reivilibre2022-04-051-2/+2
* | Merge tag 'v1.56.0rc1' into developRichard van der Hoff2022-04-051-1/+1
|\|
| * 1.56.0rc1Brendan Abolivier2022-03-291-1/+1
* | Explain how to decipher live and historic pagination tokens (#12317)Eric Eastwood2022-04-051-11/+85
* | Allow non-member state sent in room batch to resolve for historic events (MSC...Eric Eastwood2022-04-041-26/+12
* | Prefill the device_list_stream_cache (#12367)Erik Johnston2022-04-042-2/+22
* | Track device list updates per room. (#12321)Erik Johnston2022-04-048-37/+362
* | Default to `private` room visibility rather than `public` when a client does ...reivilibre2022-04-011-1/+3
* | Use a sequence to generate AS transaction IDs, drop `last_txn` AS state (#12209)Nick Mills-Barrett2022-04-013-44/+67
* | Move `update_client_ip` background job from the main process to the backgroun...reivilibre2022-04-019-153/+159
* | Raise an exception when getting state at an outlier (#12191)Richard van der Hoff2022-04-012-4/+32
* | Optimise `_get_state_after_missing_prev_event`: use `/state` (#12040)Richard van der Hoff2022-04-012-9/+42
* | Add a module callback to react to account data changes (#12327)Brendan Abolivier2022-04-012-1/+66
* | Add set_user_admin function to the module API (#12341)Amanda Graven2022-04-011-0/+11
* | Move MSC2654 support behind an experimental configuration flag. (#12295)Patrick Cloke2022-03-312-1/+6
* | Handle outliers in `/federation/v1/event` (#12332)Richard van der Hoff2022-03-311-106/+128
* | Add more type hints to the main state store. (#12267)Patrick Cloke2022-03-312-9/+15
* | Add a callback to react to 3PID associations (#12302)Brendan Abolivier2022-03-313-0/+32
* | Remove an unnecessary class from the relations code. (#12338)Patrick Cloke2022-03-313-74/+31
* | Ensure the type of URL attributes is always str when matching against preview...Brendan Abolivier2022-03-311-2/+7
* | Remove the unused and unstable `/aggregations` endpoint. (#12293)Patrick Cloke2022-03-304-271/+16
* | Send device list updates to application services (MSC3202) - part 1 (#11881)Andrew Morgan2022-03-3011-62/+317
* | Start application service stream token tracking from 1 (#12193)Andrew Morgan2022-03-302-2/+3
* | Disable proactive sends for remote joins (#12330)Richard van der Hoff2022-03-301-0/+6
* | Add a configuration to exclude rooms from sync response (#12310)Brendan Abolivier2022-03-304-21/+66
* | Fix typechecker problems exposed by signedjson 1.1.2 (#12326)David Robertson2022-03-295-17/+20
* | Room batch: fix up handling of unknown prev_event_ids (#12316)Richard van der Hoff2022-03-291-8/+13
* | Update `LoggingTransaction.call_after` and `call_on_exception` docstrings (#1...Sean Quah2022-03-291-3/+20
* | Bump `black` and `click` versions (#12320)David Robertson2022-03-2911-18/+21
|/
* Remove unused `auth_event_ids` argument plumbing (#12304)Eric Eastwood2022-03-292-27/+0
* Exclude outliers in `on_backfill_request` (#12314)Richard van der Hoff2022-03-281-3/+9
* Add some type hints to datastore. (#12255)Dirk Klimpel2022-03-288-39/+60
* Un-revert Jinja2 fix (#12313)Brendan Abolivier2022-03-282-6/+9
* Allow modules to store already existing 3PID associations (#12195)Brendan Abolivier2022-03-281-1/+26
* Improve type annotations for `execute_values`. (#12311)reivilibre2022-03-281-10/+7
* Add restrictions by default to open registration in Synapse (#12091)Shay2022-03-252-1/+30
* Add cache for `get_membership_from_event_ids` (#12272)Erik Johnston2022-03-255-22/+71
* Enhance logging for inbound federation events (#12301)Richard van der Hoff2022-03-251-1/+1
* Refactor `create_new_client_event` to use a new parameter, `state_event_ids`,...Eric Eastwood2022-03-254-65/+164
* Always allow the empty string as an avatar_url. (#12261)David Robertson2022-03-251-0/+6
* Merge branch 'master' into developRichard van der Hoff2022-03-243-8/+7
|\
| * 1.55.2Richard van der Hoff2022-03-241-1/+1
| * Pin Jinja to <3.1.0 (#12297)Andrew Morgan2022-03-241-1/+2
| * Revert "Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Mark...Andrew Morgan2022-03-242-6/+4
* | Merge branch 'master' into developAndrew Morgan2022-03-243-5/+7
|\|
| * 1.55.1Andrew Morgan2022-03-241-1/+1
| * Replace instances of deprecated `Jinja2.Markup` with `markupsafe.Markup` (#12...Andrew Morgan2022-03-242-4/+6
* | Do not consider events by ignored users for relations (#12285)Patrick Cloke2022-03-241-1/+8
* | Optionally include account validity in MSC3720 account status responses (#12266)Brendan Abolivier2022-03-242-0/+15
* | Refuse to start if DB has an unsafe locale (#12262)Shay2022-03-232-15/+36