| Commit message (Expand) | Author | Files | Lines |
2021-10-19 | Fix instances of [example]{.title-ref} in the upgrade notes (#11118) | Andrew Morgan | 2 | -27/+28 |
2021-10-19 | Be less inconsistent about v1.2.3 versus 1.2.3 v1.45.0 | David Robertson | 1 | -5/+5 |
2021-10-19 | Duplicate known issues under 1.45 release | David Robertson | 1 | -0/+7 |
2021-10-19 | 1.45.0 | David Robertson | 4 | -2/+18 |
2021-10-19 | Reword changelog regarding a suspected regression (#11117) | Dan Callahan | 2 | -3/+15 |
2021-10-19 | Move _persist_auth_tree into FederationEventHandler (#11115) | Richard van der Hoff | 3 | -125/+120 |
2021-10-19 | Rename `_auth_and_persist_fetched_events` (#11116) | Richard van der Hoff | 2 | -14/+10 |
2021-10-19 | Include rejected status when we log events. (#11008) | Richard van der Hoff | 2 | -6/+11 |
2021-10-18 | Add missing type hints to synapse.api. (#11109) | Patrick Cloke | 10 | -99/+84 |
2021-10-18 | Check auth on received events' auth_events (#11001) | Richard van der Hoff | 2 | -2/+98 |
2021-10-18 | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 8 | -85/+122 |
2021-10-18 | Document Synapse's behaviour when dealing with multiple modules (#11096) | Brendan Abolivier | 8 | -8/+154 |
2021-10-18 | `_run_push_actions_and_persist_event`: handle no min_depth (#11014) | Richard van der Hoff | 3 | -11/+20 |
2021-10-18 | Fix broken export-data admin command and add a test for it to CI (#11078) | Hillery Shay | 4 | -8/+93 |
2021-10-18 | Don't remove local users from dir when the leave their last room (#11103) | David Robertson | 3 | -5/+59 |
2021-10-15 | Correctly exclude users when making a room public or private (#11075) | David Robertson | 4 | -83/+148 |
2021-10-15 | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 10 | -255/+290 |
2021-10-15 | Fix logging context warnings when losing replication connection (#10984) | Sean Quah | 3 | -10/+27 |
2021-10-15 | Update doc of the allowed characters for registration tokens (#11093) | Dirk Klimpel | 2 | -1/+2 |
2021-10-14 | Fix 500 error on `/messages` when we accumulate more than 5 backward extremit... | Eric Eastwood | 4 | -12/+79 |
2021-10-14 | Ensure each charset is attempted only once during media preview. (#11089) | Patrick Cloke | 3 | -14/+64 |
2021-10-14 | Attempt different character encodings when previewing a URL. (#11077) | Patrick Cloke | 3 | -67/+80 |
2021-10-14 | Fix-up some type hints in the relations tests. (#11076) | Patrick Cloke | 5 | -51/+64 |
2021-10-14 | Add a test for a workaround concerning the behaviour of third-party rule modu... | reivilibre | 2 | -6/+51 |
2021-10-14 | it appeared in 1.44, not 45rc1 v1.45.0rc2 | David Robertson | 1 | -1/+1 |
2021-10-14 | mentioned -> which appeared | David Robertson | 1 | -1/+1 |
2021-10-14 | Refer to the bugs mentioned in 1.45.0rc1 note | David Robertson | 1 | -0/+2 |
2021-10-14 | 1.45.0rc2 | David Robertson | 10 | -9/+28 |
2021-10-13 | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 8 | -47/+114 |
2021-10-13 | Fix upgrade dead links (#11069) | David Robertson | 2 | -4/+5 |
2021-10-13 | Rearrange the user_directory's `_handle_deltas` function (#11035) | David Robertson | 2 | -57/+79 |
2021-10-13 | Remove dead code from `MediaFilePaths` (#11056) | Sean Quah | 2 | -17/+1 |
2021-10-13 | Add type hints to synapse.events.*. (#11066) | Patrick Cloke | 11 | -145/+208 |
2021-10-13 | Port the Password Auth Providers module interface to the new generic interfac... | Azrenbeth | 13 | -225/+790 |
2021-10-13 | Be more lenient when parsing the version for oEmbed responses. (#11065) | Patrick Cloke | 5 | -8/+60 |
2021-10-13 | Stop user directory from failing if it encounters users not in the `users` ta... | David Robertson | 13 | -93/+921 |
2021-10-13 | Mark Module API error imports as re-exported and mark Synapse as containing t... | reivilibre | 4 | -2/+11 |
2021-10-12 | Always dump logs from trial during CI. (#11068) | Patrick Cloke | 3 | -0/+9 |
2021-10-12 | Simplify the user admin API tests (#11048) | Dirk Klimpel | 2 | -255/+147 |
2021-10-12 | Add support for ubuntu 21.10 "Impish Indri" (#11024) | Hillery Shay | 2 | -0/+2 |
2021-10-12 | Add tests for `MediaFilePaths` (#11057) | Sean Quah | 3 | -0/+240 |
2021-10-12 | Update `_wrap_in_base_path` type hints to preserve function arguments (#11055) | Sean Quah | 2 | -3/+7 |
2021-10-12 | Fix formatting string when oEmbed errors occur. (#11061) | Patrick Cloke | 2 | -1/+2 |
2021-10-12 | Fix race in `MultiWriterIdGenerator` (#11045) | Erik Johnston | 2 | -15/+68 |
2021-10-12 | Reset global cache state before cache tests. (#11036) | Patrick Cloke | 2 | -13/+12 |
2021-10-12 | Add type hints to `synapse.storage.databases.main.client_ips` (#10972) | Sean Quah | 5 | -45/+121 |
2021-10-12 | Fixup changelog v1.45.0rc1 | Brendan Abolivier | 1 | -2/+2 |
2021-10-12 | Typo | Brendan Abolivier | 1 | -1/+1 |
2021-10-12 | Add a link to the upgrade notes | Brendan Abolivier | 1 | -0/+2 |
2021-10-12 | Fix inconsistent behavior of `get_last_client_by_ip` (#10970) | Sean Quah | 3 | -4/+53 |
2021-10-12 | Update upgrade notes | Brendan Abolivier | 1 | -0/+9 |
2021-10-12 | Fix opentracing and Prometheus metrics for replication requests (#10996) | Sean Quah | 3 | -76/+87 |
2021-10-12 | Add warning about known issues | Brendan Abolivier | 1 | -0/+2 |
2021-10-12 | Fixup changelog | Brendan Abolivier | 1 | -7/+7 |
2021-10-12 | 1.45.0rc1 | Brendan Abolivier | 66 | -66/+84 |
2021-10-12 | Add an approximate difference method to StateFilters (#10825) | reivilibre | 3 | -3/+683 |
2021-10-11 | disallow-untyped-defs for synapse.push (#11023) | David Robertson | 7 | -10/+28 |
2021-10-11 | Include the requirements for [mypy,lint] in [dev] (#11034) | reivilibre | 4 | -11/+17 |
2021-10-11 | Pass through `SynapseError`s that are raised from experimental `check_event_a... | reivilibre | 2 | -0/+10 |
2021-10-11 | Remove unnecessary list comprehension in `synapse_port_db` to fix linting in ... | reivilibre | 2 | -1/+2 |
2021-10-11 | Release script improvements (#10966) | reivilibre | 2 | -4/+33 |
2021-10-08 | Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974) | Eric Eastwood | 4 | -283/+485 |
2021-10-08 | Autodiscover oEmbed endpoint from returned HTML (#10822) | Patrick Cloke | 5 | |