| Commit message (Expand) | Author | Files | Lines |
2021-11-30 | Merge trust_identity_server_for_password_resets PRs v1.48.0 | Brendan Abolivier | 1 | -2/+1 |
2021-11-30 | Move notices up | Brendan Abolivier | 1 | -5/+4 |
2021-11-30 | Fixup changelog | Brendan Abolivier | 1 | -1/+1 |
2021-11-30 | 1.48.0 | Brendan Abolivier | 3 | -1/+13 |
2021-11-25 | Fix docker hub name v1.48.0rc1 | Brendan Abolivier | 1 | -1/+1 |
2021-11-25 | Incorporate review from synapse-dev | Brendan Abolivier | 1 | -10/+12 |
2021-11-25 | Fixup changelog | Brendan Abolivier | 1 | -13/+12 |
2021-11-25 | 1.48.0rc1 | Brendan Abolivier | 72 | -71/+90 |
2021-11-25 | Improve performance of `remove_{hidden,deleted}_devices_from_device_inbox` (#... | Brendan Abolivier | 4 | -148/+84 |
2021-11-24 | Lower minumum batch size to 1 for background updates (#11422) | Brendan Abolivier | 4 | -13/+23 |
2021-11-23 | Rename unstable `access_token_lifetime` configuration option to `refreshable_... | reivilibre | 6 | -16/+36 |
2021-11-23 | Add missing type hints to config base classes (#11377) | Patrick Cloke | 13 | -109/+184 |
2021-11-23 | Remove code invalidated by deprecated config flag 'trust_identity_servers_for... | Shay | 4 | -41/+4 |
2021-11-23 | Refactor the code to inject bundled relations during serialization. (#11408) | Patrick Cloke | 8 | -73/+92 |
2021-11-22 | Add config for customizing the claim used for JWT logins. (#11361) | Kostas | 6 | -35/+57 |
2021-11-22 | Store arbitrary relations from events. (#11391) | Patrick Cloke | 6 | -45/+193 |
2021-11-19 | Update README.md | Shay | 1 | -2/+4 |
2021-11-19 | Add an admin API to run background jobs. (#11352) | Dirk Klimpel | 9 | -43/+280 |
2021-11-19 | Add CVE number v1.47.1 | Sean Quah | 1 | -1/+1 |
2021-11-19 | Fix checking whether a room can be published on creation. (#11392) | Patrick Cloke | 4 | -56/+95 |
2021-11-19 | Refer to 1.47.1 without the v | Sean Quah | 1 | -1/+1 |
2021-11-19 | Update 1.47.1 release date in CHANGES.md | Sean Quah | 1 | -1/+1 |
2021-11-19 | 1.47.1 | Sean Quah | 3 | -1/+30 |
2021-11-19 | Prevent the media store from writing outside of the configured directory | Sean Quah | 5 | -50/+483 |
2021-11-19 | Remove dead code from acme support. (#11393) | Patrick Cloke | 2 | -50/+1 |
2021-11-19 | Remove msc2716 from the list of tests for complement. (#11389) | Patrick Cloke | 2 | -1/+2 |
2021-11-19 | Keep fallback key marked as used if it's re-uploaded (#11382) | Hubert Chathi | 3 | -12/+72 |
2021-11-19 | Publish a `develop` docker image (#11380) | Richard van der Hoff | 2 | -1/+5 |
2021-11-19 | Fix verification of objects signed with old local keys (#11379) | Richard van der Hoff | 3 | -31/+95 |
2021-11-18 | Prevent historical state from being pushed to an application service via `/tr... | Eric Eastwood | 4 | -2/+39 |
2021-11-18 | Remove legacy code related to deprecated `trust_identity_server_for_password_... | Shay | 5 | -47/+18 |
2021-11-18 | Add dedicated admin API for blocking a room (#11324) | Dirk Klimpel | 6 | -0/+404 |
2021-11-18 | Add/Unerase annotations to Module API (#11341) | reivilibre | 2 | -23/+135 |
2021-11-18 | Rename `get_refresh_token_for_user_id` to `create_refresh_token_for_user_id` ... | reivilibre | 3 | -3/+4 |
2021-11-18 | Use auto_attribs for RefreshTokenLookupResult (#11386) | reivilibre | 2 | -7/+8 |
2021-11-18 | Do not allow MSC3440 threads to fork threads (#11161) | Patrick Cloke | 4 | -8/+176 |
2021-11-18 | Docs: Quote wildcard `federation_certificate_verification_whitelist` (#11381) | Nicolai Søborg | 3 | -4/+5 |
2021-11-17 | Add type annotations to `synapse.metrics` (#10847) | Sean Quah | 12 | -85/+173 |
2021-11-17 | Add support for `/_matrix/media/v3` APIs (#11371) | Aaron R | 6 | -51/+60 |
2021-11-17 | Rename `get_access_token_for_user_id` method to `create_access_token_for_user... | reivilibre | 7 | -15/+16 |
2021-11-17 | Fix running complement.sh script. (#11368) | Patrick Cloke | 2 | -3/+4 |
2021-11-17 | 1.47.0 v1.47.0 | David Robertson | 3 | -1/+13 |
2021-11-16 | Fix incorrect return value in tests. (#11359) | Patrick Cloke | 2 | -1/+2 |
2021-11-16 | Avoid sharing room hierarchy responses between users (#11355) | Sean Quah | 3 | -2/+65 |
2021-11-16 | fix up changelog language v1.47.0rc3 | Andrew Morgan | 1 | -1/+1 |
2021-11-16 | mark the migration file migration as a bug | Andrew Morgan | 1 | -6/+1 |
2021-11-16 | 1.47.0rc3 | Andrew Morgan | 6 | -4/+22 |
2021-11-16 | Add support for `/_matrix/client/v3` APIs (#11318) | Aaron R | 4 | -3/+5 |
2021-11-16 | Add most missing type hints to synapse.util (#11328) | Patrick Cloke | 10 | -165/+161 |
2021-11-16 | Rename `remove_deleted_devices_from_device_inbox` to ensure it is always run ... | Andrew Morgan | 2 | -1/+14 |
2021-11-16 | Properly register all callback hooks for legacy password authentication provi... | reivilibre | 2 | -13/+14 |
2021-11-16 | Add ability to un-shadow-ban via the admin API. (#11347) | Patrick Cloke | 5 | -12/+53 |
2021-11-16 | Misc typing fixes for tests, part 2 of N (#11330) | David Robertson | 5 | -29/+66 |
2021-11-16 | change 'Home Server' to one word 'homeserver' (#11320) | Ashwin Nair | 4 | -15/+16 |
2021-11-15 | Run _upgrade_existing_database on workers if at current schema_version (#11346) | Andrew Morgan | 3 | -19/+74 |
2021-11-15 | Database storage profile passes mypy (#11342) | David Robertson | 4 | -8/+21 |
2021-11-15 | Get directory db file to pass mypy (#11339) | David Robertson | 4 | -7/+11 |
2021-11-15 | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2 | -1/+2 |
2021-11-15 | Add support for the stable version of MSC2778 (#11335) | Tulir Asokan | 4 | -4/+16 |
2021-11-12 | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11... | Shay | 3 | -1/+24 |
2021-11-12 | Annotations for state_deltas.py (#11316) | David Robertson | 3 | -4/+17 |
2021-11-12 | Rollback #11322 due to wrong syntax in mypy.ini. (#11332) | Patrick Cloke | 2 | -2/+15 |
2021-11-12 | Test room alias deletion (#11327) | David Robertson | 5 | -31/+91 |
2021-11-12 | Change display names/avatar URLs to None if they contain null bytes before st... | Shay | 3 | -4/+56 |
2021-11-12 | Add type hints to media repository storage module (#11311) | Patrick Cloke | 4 | -62/+89 |
2021-11-12 | Attempt to annotate events_forward_extremities (#11314) | David Robertson | 4 | -8/+17 |
2021-11-12 | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 7 | -29/+53 |
2021-11-12 | Generalize the disallowed_untyped_defs in mypy.ini (#11322) | Patrick Cloke | 2 | -14/+3 |
2021-11-12 | Add more type hints to synapse.util. (#11321) | Patrick Cloke | 3 | -15/+24 |
2021-11-12 | Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian pac... | reivilibre | 2 | -0/+7 |
2021-11-12 | Correct target of link to the modules page from the Password Auth Providers p... | reivilibre | 1 | -1/+1 |
2021-11-12 | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 9 | -91/+1317 |
2021-11-11 | Annotations for user_erasure_store (#11313) | David Robertson | 3 | -5/+9 |
2021-11-11 | Get db signatures file to pass mypy (#11312) | David Robertson | 4 | -10/+8 |
2021-11-11 | Correct type hint for room_batch.py (#11310) | David Robertson | 3 | -11/+12 |
2021-11-11 | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2 | -1/+2 |
2021-11-11 | Add type hints to some storage classes (#11307) | Patrick Cloke | 9 | -54/+116 |
2021-11-10 | Fix error in thumbnail generation (#11288) | Neeeflix | 2 | -4/+5 |
2021-11-10 | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 17 | -190/+223 |
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 | Wrong DTLS port in "Troubleshooting" (#11268) | jmcparland | 1 | -1/+1 |
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 |