MatrixSynapse/changelog.d
Patrick Cloke 01c88a09cd
Use direct references for some configuration variables (#10798)
Instead of proxying through the magic getter of the RootConfig
object. This should be more performant (and is more explicit).
2021-09-13 13:07:12 -04:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
10556.doc Fix documentation of directory name for remote thumbnails (#10556) 2021-09-02 14:07:53 +01:00
10566.feature Allow room creator to send MSC2716 related events in existing room versions (#10566) 2021-09-04 00:58:49 -05:00
10601.misc Add types to synapse.util. (#10601) 2021-09-10 17:03:18 +01:00
10643.feature Add config option to use non-default manhole password and keys (#10643) 2021-09-06 16:08:03 +01:00
10648.doc Document that /spaces & /hierarchy can be routed to workers. (#10648) 2021-09-08 11:02:31 -04:00
10658.bugfix Correctly include room avatars in email notifications (#10658) 2021-09-01 13:48:41 +01:00
10693.removal Remove unstable MSC2858 API, including `experimental.msc2858_enabled` config option (#10693) 2021-09-09 17:59:59 +01:00
10697.misc Populate `rooms.creator` field for easy lookup (#10697) 2021-09-01 16:27:58 +01:00
10704.bugfix Add logging to help debug #9424 (#10704) 2021-09-06 16:08:25 +01:00
10707.misc Additional type hints for the client REST servlets (part 3). (#10707) 2021-08-31 17:22:29 +00:00
10712.feature Skip the final GC on shutdown to improve restart times (#10712) 2021-09-01 11:55:31 +01:00
10714.feature Allow configuration of the oEmbed URLs. (#10714) 2021-08-31 18:37:07 -04:00
10727.misc Ignore rooms with unknown room versions in the spaces summary. (#10727) 2021-09-01 17:01:08 +00:00
10728.misc Additional type hints for client REST servlets (part 4) (#10728) 2021-09-01 11:59:32 -04:00
10730.bugfix Consider the `origin_server_ts` of the `m.space.child` event when ordering rooms. (#10730) 2021-09-01 12:59:52 -04:00
10733.bugfix Ask consent on SSO registration with default mxid (#10733) 2021-09-10 10:36:45 +01:00
10735.doc Doc: Clarifying undoing room shutdowns (#10480) 2021-09-06 14:24:31 +01:00
10736.misc Additional type hints for client REST servlets (part 5) (#10736) 2021-09-03 09:22:22 -04:00
10738.misc Raise an error if an unknown preset is used to create a room. (#10738) 2021-09-03 13:46:18 +00:00
10743.bugfix Fix bug with reusing 'txn' when persisting event. (#10743) 2021-09-03 10:59:25 +01:00
10744.misc Stop using BaseHandler in `FederationEventHandler` (#10745) 2021-09-06 14:49:33 +01:00
10745.misc Stop using BaseHandler in `FederationEventHandler` (#10745) 2021-09-06 14:49:33 +01:00
10746.misc Underscore-prefix private fields in `FederationEventHandler` (#10746) 2021-09-07 11:15:51 +01:00
10748.misc Add a partial index to `presence_stream` to speed up startups (#10748) 2021-09-03 17:16:56 +01:00
10750.misc Ease searching for M_TOO_LARGE-related error codes (#10750) 2021-09-06 14:35:56 +01:00
10752.misc Pull out encrypted_by_default tests from user_directory tests (#10752) 2021-09-06 11:37:54 +01:00
10753.misc Use attrs internally for the URL preview code & add documentation. (#10753) 2021-09-07 13:10:34 +00:00
10754.misc Use `execute_values` more in PostgreSQL (#10754) 2021-09-03 15:35:49 +00:00
10755.misc Speed up MultiWriterIdGenerator when lots of IDs are in flight. (#10755) 2021-09-03 18:23:46 +01:00
10756.misc Speed up persisting redacted events (#10756) 2021-09-06 10:14:07 +01:00
10757.bugfix Allow `room_alias_name` parameter to be handled by /createRoom calls on workers (#10757) 2021-09-06 14:37:15 +01:00
10758.doc Improve the modules doc (#10758) 2021-09-08 17:14:54 +00:00
10759.feature Request JSON for oEmbed requests (and ignore XML only providers). (#10759) 2021-09-08 07:17:52 -04:00
10760.bugfix Return stripped m.space.child events via the space summary. (#10760) 2021-09-07 08:43:54 -04:00
10771.misc Persist auth events before the events that rely on them (#10771) 2021-09-08 10:37:50 +01:00
10772.feature Prefer room v9 for restricted rooms. (#10772) 2021-09-09 07:37:33 -04:00
10773.misc Add some assertions about outliers (#10773) 2021-09-08 10:41:13 +01:00
10774.bugfix Handle room upgrades for spaces (#10774) 2021-09-10 07:30:05 -04:00
10775.misc Add a constant for m.federate. (#10775) 2021-09-08 10:00:43 -04:00
10778.misc Add a script to update the debian changelog for non-Debian systems (#10778) 2021-09-08 17:03:25 +02:00
10779.misc Change logging of puppeted requests to better differentiate users (#10779) 2021-09-08 12:59:15 +00:00
10780.misc Skip handling of push actions for outlier events (#10780) 2021-09-08 15:18:35 +01:00
10781.misc Get rid of `_auth_and_persist_event` (#10781) 2021-09-08 19:03:08 +01:00
10783.bugfix Fix frontend_proxy jinja script in docker workers (#10783) 2021-09-08 17:24:53 +01:00
10784.misc Don't needlessly batch in `add_event_to_cache` (#10784) 2021-09-10 10:16:52 +01:00
10788.misc Remove fixed and flakey tests from the sytest blacklist (#10788) 2021-09-10 10:53:04 +01:00
10789.misc Easy refactors of the user directory (#10789) 2021-09-10 10:54:38 +01:00
10795.doc Fix 2 typos in docs/log_contexts.md (#10795) 2021-09-10 16:33:36 +01:00
10798.misc Use direct references for some configuration variables (#10798) 2021-09-13 13:07:12 -04:00
10799.misc Use the BaseReporter super-class for _WrappedRustReporter. (#10799) 2021-09-13 08:54:01 -04:00
10804.doc Fix copy-paste error in the password section of the sample-config. (#10804) 2021-09-13 08:58:34 -04:00