| Commit message (Expand) | Author | Files | Lines |
2021-11-10 | Add type hints to synapse._scripts (#11297) | Patrick Cloke | 5 | -20/+30 |
2021-11-10 | Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298) | Andrew Morgan | 5 | -3/+25 |
2021-11-10 | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 3 | -12/+1 |
2021-11-10 | Changelog tweak from feedback v1.47.0rc2 | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2021-11-10 | Move Debian changelog entries to rc2 since rc1 was not published | Olivier Wilkinson (reivilibre) | 1 | -7/+4 |
2021-11-10 | 1.47.0rc2 | Olivier Wilkinson (reivilibre) | 3 | -1/+14 |
2021-11-10 | Correct the Debian changelog | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2021-11-09 | Fix typos in the `username_available` admin API documentation. (#11286) | Stanislav Motylkov | 2 | -1/+2 |
2021-11-09 | Split out federated PDU retrieval into a non-cached version (#11242) | Eric Eastwood | 2 | -22/+59 |
2021-11-09 | Ignore missing imports for parameterized. (#11285) | Patrick Cloke | 2 | -0/+4 |
2021-11-09 | Require mypy for synapse/ & tests/ unless excluded (#11282) | Dan Callahan | 3 | -77/+168 |
2021-11-09 | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 6 | -17/+78 |
2021-11-09 | Update __init__.py v1.47.0rc1 | Olivier Wilkinson (reivilibre) | 1 | -1/+1 |
2021-11-09 | Changelog tweaks from review | Olivier Wilkinson (reivilibre) | 1 | -5/+5 |
2021-11-09 | Allow admins to proactively block rooms (#11228) | David Robertson | 6 | -21/+103 |
2021-11-09 | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 15 | -110/+680 |
2021-11-09 | Make Deprecations and Removals more prominent | Olivier Wilkinson (reivilibre) | 1 | -7/+7 |
2021-11-09 | Changelog tweaks | Olivier Wilkinson (reivilibre) | 1 | -6/+6 |
2021-11-09 | 1.47.0rc1 | Olivier Wilkinson (reivilibre) | 59 | -59/+90 |
2021-11-09 | Fix typo in `RelationAggregationPaginationServlet` error response (#11278) | Andrew Morgan | 2 | -1/+4 |
2021-11-09 | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 3 | -86/+277 |
2021-11-09 | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 3 | -3/+40 |
2021-11-08 | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 4 | -3/+4 |
2021-11-08 | Add some background update admin APIs (#11263) | Erik Johnston | 8 | -18/+468 |
2021-11-08 | Fix typo in comment from #11255. (#11276) | Patrick Cloke | 2 | -1/+2 |
2021-11-08 | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 16 | -73/+62 |
2021-11-08 | Address review feedback from #11269 (#11273) | Dan Callahan | 2 | -2/+3 |
2021-11-08 | Blacklist new sytest validation test (#11270) | Erik Johnston | 2 | -0/+4 |
2021-11-08 | Handle federation inbound instances being killed more gracefully (#11262) | Erik Johnston | 3 | -10/+27 |
2021-11-07 | Minor cleanup to Debian packaging (#11269) | Dan Callahan | 11 | -53/+10 |
2021-11-05 | Add doc to integrate synapse with LemonLDAP OIDC (#11257) | Julian | 2 | -0/+39 |
2021-11-05 | Fix rolling back when using workers (#11255) | Erik Johnston | 3 | -11/+82 |
2021-11-04 | Make minor correction to type of auth_checkers callbacks (#11253) | reivilibre | 3 | -2/+5 |
2021-11-04 | Additional test for `cachedList` (#11246) | Richard van der Hoff | 2 | -0/+44 |
2021-11-04 | Track ongoing event fetches correctly in the presence of failure (#11240) | Sean Quah | 2 | -22/+35 |
2021-11-03 | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11... | Nick Barrett | 3 | -18/+103 |
2021-11-03 | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 8 | -16/+24 |
2021-11-03 | Remove a debug statement from tests. (#11239) | Patrick Cloke | 2 | -1/+1 |
2021-11-03 | Add twine and towncrier as dev dependencies (#11233) | Erik Johnston | 2 | -0/+4 |
2021-11-03 | fix a small typo in the delete room api docs | Andrew Morgan | 1 | -1/+1 |
2021-11-03 | Support sending no `state_events_at_start` in the MSC2716 `/batch_send` endpo... | Eric Eastwood | 2 | -12/+18 |
2021-11-02 | Add index to `local_group_updates.stream_id` (#11231) | Erik Johnston | 4 | -1/+37 |
2021-11-02 | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 15 | -110/+185 |
2021-11-02 | Update changelog v1.46.0 | Erik Johnston | 1 | -2/+2 |
2021-11-02 | 1.46.0 | Erik Johnston | 4 | -4/+16 |
2021-11-02 | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 4 | -0/+186 |
2021-11-02 | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... | Andrew Morgan | 5 | -37/+30 |
2021-11-02 | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 4 | -53/+76 |
2021-11-02 | ObservableDeferred: run observers in order (#11229) | Richard van der Hoff | 4 | -20/+88 |
2021-11-01 | Update outdated links in `PULL_REQUEST_TEMPLATE.md` (#11225) | Dirk Klimpel | 2 | -4/+6 |
2021-11-01 | Handle missing Content-Type header when accessing remote media (#11200) | Shay | 4 | -4/+29 |
2021-11-01 | Add `use_float=true` to ijson calls in Synapse (#11217) | Shay | 2 | -0/+4 |
2021-11-01 | Fix a bug in unit test `test_block_room_and_not_purge` (#11226) | Dirk Klimpel | 2 | -2/+3 |
2021-11-01 | Make `check_event_allowed` module API callback not fail open (accept events) ... | reivilibre | 5 | -17/+24 |
2021-11-01 | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 6 | -124/+79 |
2021-11-01 | Support for serving server well-known files (#11211) | Richard van der Hoff | 8 | -47/+159 |
2021-11-01 | Add domain specific matching for haproxy config (#11128) | Brett Bethke | 2 | -1/+2 |
2021-11-01 | Docker: avoid changing userid unnecessarily (#11209) | Richard van der Hoff | 3 | -23/+28 |
2021-11-01 | Support Client-Server API r0.6.1 (#11097) | Aaron R | 2 | -0/+2 |
2021-11-01 | Improve code formatting and fix a few typos in docs (#11221) | Sumner Evans | 20 | -168/+233 |
2021-11-01 | Add metrics to the threadpools (#11178) | Erik Johnston | 4 | -1/+49 |
2021-11-01 | Test that `ClientIpStore` combines database and in-memory data correctly (#11... | Sean Quah | 2 | -0/+207 |
2021-11-01 | Stop synapse from saving messages in device_inbox for hidden devices. (#10097) | JohannesKleine | 2 | -2/+7 |
2021-11-01 | Deprecate user_may_create_room_with_invites (#11206) | Brendan Abolivier | 3 | -36/+14 |
2021-10-29 | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 3 | -2/+3 |
2021-10-29 | Add a module API method to retrieve state from a room (#11204) | Brendan Abolivier | 3 | -1/+74 |
2021-10-29 | Clarify lack of Windows support in documentation (#11198) | Sean Quah | 3 | -12/+14 |
2021-10-28 | Additional type hints for relations database class. (#11205) | Patrick Cloke | 3 | -15/+25 |
2021-10-28 | Add knock information in admin exported data (#11171) | Rafael Gonçalves | 5 | -2/+99 |
2021-10-28 | Fetch verify key locally rather than trying to do so over federation if origi... | Shay | 3 | -29/+58 |
2021-10-28 | Add a ModuleApi method to update a user's membership in a room (#11147) | Brendan Abolivier | 3 | -2/+225 |
2021-10-28 | Type hints for the remaining two files in `synapse.http`. (#11164) | David Robertson | 6 | -37/+56 |
2021-10-28 | docs/openid: Add Authentik documentation. (#11151) | Skyler Mäntysaari | 2 | -0/+35 |
2021-10-27 | Annotate `log_function` decorator (#10943) | reivilibre | 12 | -18/+58 |
2021-10-27 | Fixed config parse bug in review_recent_signups (#11191) | Samuel Philipp | 2 | -2/+8 |
2021-10-27 | Force deb compression with `xz`. (#11197) | Richard van der Hoff | 2 | -0/+12 |
2021-10-27 | Refactor `Filter` to handle fields according to data being filtered. (#11194) | Patrick Cloke | 5 | -69/+87 |
2021-10-27 | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 6 | -15/+256 |
2021-10-27 | Fix URL preview errors when previewing XML documents. (#11196) | Patrick Cloke | 3 | -3/+22 |
2021-10-27 | Include the stable identifier for MSC3288. (#11187) | Patrick Cloke | 2 | -0/+3 |
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 | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 8 | -12/+165 |
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 | Changelog | Dan Callahan | 2 | -0/+7 |
2021-10-22 | Fix Shellcheck SC2006: Use $(...) notation | Dan Callahan | 10 | -15/+15 |
2021-10-22 | Fix Shellcheck SC2129: Consider using {..} >> file | Dan Callahan | 1 | -60/+63 |
2021-10-22 | Fix Shellcheck SC2086: Quote to prevent splitting | Dan Callahan | 13 | -42/+42 |
2021-10-22 | Fix Shellcheck SC2012: Use find instead of ls | Dan Callahan | 1 | -1/+1 |
2021-10-22 | Fix Shellcheck SC2016: Single quotes don't expand | Dan Callahan | 1 | -1/+2 |
2021-10-22 | Fix Shellcheck SC1091: Can't follow file | Dan Callahan | 2 | -0/+2 |
2021-10-22 | Fix Shellcheck SC1001: Meaningless char escapes | Dan Callahan | 1 | -1/+1 |
2021-10-22 | Fix Shellcheck SC2089 and SC2090: Quotes in vars | Dan Callahan | 1 | -2/+4 |
2021-10-22 | Fix Shellcheck SC2155: Declare + export separately | Dan Callahan | 1 | -1/+2 |
2021-10-22 | Fix Shellcheck SC2166: test -a is not well defined | Dan Callahan | 1 | -1/+1 |
2021-10-22 | Fix Shellcheck SC2154: variable possibly undefined | Dan Callahan | 1 | -1/+1 |
2021-10-22 | Fix Shellcheck SC2064: Use single quotes on traps | Dan Callahan | 1 | -1/+1 |
2021-10-22 | Fix Shellcheck SC2115: Ensure never expands to /* | Dan Callahan | 1 | -2/+2 |
2021-10-22 | Fix Shellcheck SC2046: Quote to prevent word split | Dan Callahan | 8 | -8/+8 |
2021-10-22 | Fix Shellcheck SC2164: exit in case cd fails. | Dan Callahan | 3 | -6/+6 |
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-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 | |