| Commit message (Expand) | Author | Files | Lines |
2021-10-27 | Update release date | Erik Johnston | 1 | -1/+1 |
2021-10-27 | Update changelog with new changes v1.46.0rc1 | Erik Johnston | 3 | -4/+2 |
2021-10-27 | Shut down the DNS threadpool (#11190) | Sean Quah | 2 | -0/+2 |
2021-10-27 | Fix thread BG update to not seq scan event_json (#11192) | Erik Johnston | 2 | -1/+2 |
2021-10-26 | Update CHANGES.md | Sean Quah | 1 | -16/+8 |
2021-10-26 | Move #10975 to bugfix section in changelog | Sean Quah | 1 | -1/+1 |
2021-10-26 | Update CHANGES.md | Sean Quah | 1 | -3/+3 |
2021-10-26 | Update CHANGES.md | Sean Quah | 1 | -2/+4 |
2021-10-26 | 1.46.0rc1 | Sean Quah | 61 | -59/+81 |
2021-10-26 | Move DNS lookups into separate thread pool (#11177) | Erik Johnston | 3 | -1/+149 |
2021-10-26 | Add a background update for updating MSC3440 relation threads. (#11181) | Patrick Cloke | 3 | -2/+102 |
2021-10-26 | Document the version each module API method was added to Synapse (#11183) | Brendan Abolivier | 2 | -11/+89 |
2021-10-26 | Enable changing user type via users admin API (#11174) | Jason Robinson | 5 | -2/+80 |
2021-10-25 | Fix cyclic import in the module API (#11180) | Brendan Abolivier | 2 | -2/+5 |
2021-10-25 | Don't set new room alias before potential 403 (#10930) | AndrewFerr | 4 | -12/+113 |
2021-10-25 | Ensure that we correctly auth events returned by `send_join` (#11012) | Richard van der Hoff | 2 | -86/+61 |
2021-10-25 | Fix module API's `get_user_ip_and_agents` function when run on workers (#11112) | Sean Quah | 3 | -40/+91 |
2021-10-22 | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 58 | -143/+342 |
2021-10-22 | Fix synapse.config module "read" command (#11145) | Jason Robinson | 5 | -68/+138 |
2021-10-22 | Add more information what happens when a user is deactivated (#11083) | Dirk Klimpel | 2 | -0/+11 |
2021-10-21 | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 8 | -8/+119 |
2021-10-21 | Fix adding excluded users to the private room sharing tables when joining a r... | David Robertson | 3 | -29/+67 |
2021-10-21 | Improve docstrings for methods related to sending EDUs to application service... | Andrew Morgan | 7 | -23/+148 |
2021-10-21 | Add missing type hints to synapse.crypto. (#11146) | Patrick Cloke | 5 | -18/+36 |
2021-10-21 | fix relative link in docker readme (#11144) | Richard van der Hoff | 2 | -1/+3 |
2021-10-21 | Fix setting a user's external_id via the admin API returns 500 and deletes us... | Dirk Klimpel | 4 | -37/+321 |
2021-10-20 | Update `sign_json` to support inline key config (#11139) | Richard van der Hoff | 2 | -7/+26 |
2021-10-20 | Consider IP whitelist for identity server resolution (#11120) | Robert Edström | 2 | -1/+4 |
2021-10-20 | Clean up `_update_auth_events_and_context_for_auth` (#11122) | Richard van der Hoff | 2 | -114/+38 |
2021-10-20 | Show error when timestamp in seconds is provided to the /purge_media_cache AP... | Aaron R | 4 | -13/+133 |
2021-10-20 | Remove false warning about copying the log config to a homeserver.yaml (#11092) | Travis Ralston | 2 | -6/+7 |
2021-10-20 | Document the version of Synapse each module callback was introduced in (#11132) | Brendan Abolivier | 6 | -0/+45 |
2021-10-20 | Remove link to #10947 from changelog v1.45.1 | Sean Quah | 1 | -1/+1 |
2021-10-20 | 1.45.1 | Sean Quah | 4 | -2/+16 |
2021-10-20 | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 4 | -62/+4 |
2021-10-19 | Add missing type hints to event fetching. (#11121) | Patrick Cloke | 2 | -61/+82 |
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 |