| Commit message (Expand) | Author | Files | Lines |
2022-05-19 | Add detail to `cache_autotuning` config option documentation (#12776) | Shay | 2 | -4/+11 |
2022-05-19 | Update configuration manual to document size-related suffixes (#12777) | Shay | 2 | -0/+10 |
2022-05-19 | Properly close providers.json file stream. (#12794) | Petr Vaněk | 2 | -3/+4 |
2022-05-19 | Add a unique index to `state_group_edges` to prevent duplicates being acciden... | reivilibre | 5 | -0/+139 |
2022-05-19 | hash_password: raise an error if no config file is specified (#12789) | Jae Lo Presti | 2 | -5/+6 |
2022-05-19 | Simplify untyped-defs config in mypy.ini (#12790) | David Robertson | 2 | -156/+18 |
2022-05-19 | Implement MSC3818: copy room type on upgrade (#12786) | Aminda Suomalainen | 2 | -8/+9 |
2022-05-19 | Add missing user directory search endpoint to the generic worker documentatio... | Sami Olmari | 2 | -0/+11 |
2022-05-19 | openid.md: fix some links | Richard van der Hoff | 1 | -9/+9 |
2022-05-18 | Downgrade some OIDC exceptions to warnings (#12723) | David Robertson | 2 | -2/+3 |
2022-05-18 | Fix federation in demo scripts. (#12783) | Patrick Cloke | 3 | -6/+11 |
2022-05-18 | Skip waiting for full state if a StateFilter does not require it (#12498) | Richard van der Hoff | 2 | -4/+60 |
2022-05-18 | Fix YAML parsing error in `url_preview_accept_language` (#12785) | Andrew Morgan | 2 | -6/+7 |
2022-05-18 | Refactor `resolve_state_groups_for_events` to not pull out full state when no... | Shay | 5 | -23/+40 |
2022-05-18 | Add documentation for cancellation of request processing (#12761) | Sean Quah | 3 | -0/+394 |
2022-05-18 | Add some type hints to `event_federation` datastore (#12753) | Dirk Klimpel | 5 | -65/+127 |
2022-05-18 | Do not keep going if there are 5 back-to-back background update failures. (#1... | reivilibre | 2 | -0/+9 |
2022-05-18 | Give a meaningful error message when a client tries to create a room with an ... | reivilibre | 3 | -0/+19 |
2022-05-18 | Switch the 'Configuration' link in the docs homepage to the config manual (#1... | Andrew Morgan | 2 | -3/+4 |
2022-05-18 | Add some documentation around the `rc_invites` option to the config docs (#12... | Andrew Morgan | 2 | -0/+15 |
2022-05-18 | Fixup changelog v1.59.1 | Brendan Abolivier | 1 | -2/+4 |
2022-05-18 | 1.59.1 | Brendan Abolivier | 4 | -2/+16 |
2022-05-18 | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 6 | -11/+45 |
2022-05-18 | Discard null-containing strings before updating the user directory (#12762) | David Robertson | 6 | -11/+45 |
2022-05-18 | Make handling of federation Authorization header (more) compliant with RFC723... | Hubert Chathi | 4 | -5/+35 |
2022-05-18 | Move methods that call add_push_rule to PushRuleStore (#12772) | Adam | 2 | -51/+52 |
2022-05-17 | Suggest using docker when testing against postgres (#12765) | David Robertson | 2 | -3/+29 |
2022-05-17 | Delete events from federation_inbound_events_staging table on purge (#12770) | Mathieu Velten | 3 | -0/+3 |
2022-05-17 | allow `on_invalidate=None` in `@cached` methods (#12769) | David Robertson | 3 | -10/+19 |
2022-05-17 | Add some type hints to datastore (#12717) | Dirk Klimpel | 10 | -161/+254 |
2022-05-17 | Add a new room version for MSC3787's knock+restricted join rule (#12623) | Travis Ralston | 6 | -7/+68 |
2022-05-17 | Remove code which updates `application_services_state.last_txn` (#12680) | Richard van der Hoff | 5 | -55/+35 |
2022-05-17 | |