| Commit message (Expand) | Author | Age | Files | Lines |
* | Simply calling execute_values in order to appease mypy github/anoa/typehint_tests_utils anoa/typehint_tests_utils | Andrew Morgan | 2021-11-17 | 1 | -1/+3 |
* | Add types-psycopg2 package to optional dev dependencies | Andrew Morgan | 2021-11-17 | 1 | -0/+1 |
* | Changelog | Andrew Morgan | 2021-11-17 | 1 | -0/+1 |
* | Remove some unused classes. | Andrew Morgan | 2021-11-17 | 1 | -113/+4 |
* | Refactor 'setupdb' to remove an indent-level, and help explain its purpose a ... | Andrew Morgan | 2021-11-17 | 1 | -35/+41 |
* | Pass a fake Connection mock to SQLBaseStore, instead of None. | Andrew Morgan | 2021-11-17 | 1 | -1/+2 |
* | Ignore monkey-patching functions. mypy doesn't currently allow this. | Andrew Morgan | 2021-11-17 | 1 | -2/+2 |
* | Remove mock of non-existent property. | Andrew Morgan | 2021-11-17 | 1 | -1/+0 |
* | Again, don't re-use variable names. | Andrew Morgan | 2021-11-17 | 1 | -1/+3 |
* | Don't re-use variable names with differing types. | Andrew Morgan | 2021-11-17 | 1 | -10/+10 |
* | Make default_config only return a dict representation | Andrew Morgan | 2021-11-17 | 4 | -12/+25 |
* | Add type annotation to Databases.databases | Andrew Morgan | 2021-11-17 | 1 | -1/+1 |
* | Denote HomeServer.DATASTORE_CLASS as an abstract property the Python 3 way | Andrew Morgan | 2021-11-17 | 1 | -1/+4 |
* | Remove tests/utils.py from mypy exclude list | Andrew Morgan | 2021-11-17 | 1 | -1/+0 |
* | Database storage profile passes mypy (#11342) | David Robertson | 2021-11-15 | 4 | -8/+21 |
* | Get directory db file to pass mypy (#11339) | David Robertson | 2021-11-15 | 4 | -7/+11 |
* | Add support for the stable version of MSC2778 (#11335) | Tulir Asokan | 2021-11-15 | 4 | -4/+16 |
* | Remove unused tables `room_stats_historical` and `user_stats_historical` (#11... | Shay | 2021-11-12 | 3 | -1/+24 |
* | Annotations for state_deltas.py (#11316) | David Robertson | 2021-11-12 | 3 | -4/+17 |
* | Rollback #11322 due to wrong syntax in mypy.ini. (#11332) | Patrick Cloke | 2021-11-12 | 2 | -2/+15 |
* | Test room alias deletion (#11327) | David Robertson | 2021-11-12 | 5 | -31/+91 |
* | Change display names/avatar URLs to None if they contain null bytes before st... | Shay | 2021-11-12 | 3 | -4/+56 |
* | Add type hints to media repository storage module (#11311) | Patrick Cloke | 2021-11-12 | 4 | -62/+89 |
* | Attempt to annotate events_forward_extremities (#11314) | David Robertson | 2021-11-12 | 4 | -8/+17 |
* | Misc typing fixes for `tests`, part 1 of N (#11323) | David Robertson | 2021-11-12 | 7 | -29/+53 |
* | Generalize the disallowed_untyped_defs in mypy.ini (#11322) | Patrick Cloke | 2021-11-12 | 2 | -14/+3 |
* | Add more type hints to synapse.util. (#11321) | Patrick Cloke | 2021-11-12 | 3 | -15/+24 |
* | Suggest using `/etc/matrix-synapse/conf.d/` for configuration with Debian pac... | reivilibre | 2021-11-12 | 2 | -0/+7 |
* | Convert delete room admin API to async endpoint (#11223) | Dirk Klimpel | 2021-11-12 | 9 | -91/+1317 |
* | Annotations for user_erasure_store (#11313) | David Robertson | 2021-11-11 | 3 | -5/+9 |
* | Get db signatures file to pass mypy (#11312) | David Robertson | 2021-11-11 | 4 | -10/+8 |
* | Correct type hint for room_batch.py (#11310) | David Robertson | 2021-11-11 | 3 | -11/+12 |
* | Move sql file for `remove_deleted_devices_from_device_inbox` into v65 (#11303) | Dirk Klimpel | 2021-11-11 | 2 | -1/+2 |
* | Add type hints to some storage classes (#11307) | Patrick Cloke | 2021-11-11 | 9 | -54/+116 |
* | Fix error in thumbnail generation (#11288) | Neeeflix | 2021-11-10 | 2 | -4/+5 |
* | Add missing type hints to `synapse.app`. (#11287) | Patrick Cloke | 2021-11-10 | 17 | -190/+223 |
* | Add type hints to synapse._scripts (#11297) | Patrick Cloke | 2021-11-10 | 5 | -20/+30 |
* | Add documentation page stubs for Single Sign-On, SAML and CAS pages (#11298) | Andrew Morgan | 2021-11-10 | 5 | -3/+25 |
* | Remove redundant parameters on `_check_event_auth` (#11292) | Richard van der Hoff | 2021-11-10 | 3 | -12/+1 |
* | Merge tag 'v1.47.0rc2' into develop | Olivier Wilkinson (reivilibre) | 2021-11-10 | 60 | -60/+101 |
|\ |
|
| * | Changelog tweak from feedback v1.47.0rc2 | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -1/+1 |
| * | Move Debian changelog entries to rc2 since rc1 was not published | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -7/+4 |
| * | 1.47.0rc2 | Olivier Wilkinson (reivilibre) | 2021-11-10 | 3 | -1/+14 |
| * | Correct the Debian changelog | Olivier Wilkinson (reivilibre) | 2021-11-10 | 1 | -1/+1 |
| * | Update __init__.py v1.47.0rc1 | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -1/+1 |
| * | Changelog tweaks from review | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -5/+5 |
| * | Make Deprecations and Removals more prominent | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -7/+7 |
| * | Changelog tweaks | Olivier Wilkinson (reivilibre) | 2021-11-09 | 1 | -6/+6 |
| * | 1.47.0rc1 | Olivier Wilkinson (reivilibre) | 2021-11-09 | 59 | -59/+90 |
* | | Fix typos in the `username_available` admin API documentation. (#11286) | Stanislav Motylkov | 2021-11-09 | 2 | -1/+2 |
* | | Split out federated PDU retrieval into a non-cached version (#11242) | Eric Eastwood | 2021-11-09 | 2 | -22/+59 |
* | | Ignore missing imports for parameterized. (#11285) | Patrick Cloke | 2021-11-09 | 2 | -0/+4 |
* | | Require mypy for synapse/ & tests/ unless excluded (#11282) | Dan Callahan | 2021-11-09 | 3 | -77/+168 |
* | | Clarifications and small fixes to to-device related code (#11247) | Andrew Morgan | 2021-11-09 | 6 | -17/+78 |
* | | Allow admins to proactively block rooms (#11228) | David Robertson | 2021-11-09 | 6 | -21/+103 |
* | | Support filtering by relations per MSC3440 (#11236) | Patrick Cloke | 2021-11-09 | 15 | -110/+680 |
* | | Fix typo in `RelationAggregationPaginationServlet` error response (#11278) | Andrew Morgan | 2021-11-09 | 2 | -1/+4 |
|/ |
|
* | Include cross-signing signatures when syncing remote devices for the first ti... | Erik Johnston | 2021-11-09 | 3 | -86/+277 |
* | Require body for read receipts with user-agent exceptions (#11157) | rogersheu | 2021-11-09 | 3 | -3/+40 |
* | Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) | Eric Eastwood | 2021-11-08 | 4 | -3/+4 |
* | Add some background update admin APIs (#11263) | Erik Johnston | 2021-11-08 | 8 | -18/+468 |
* | Fix typo in comment from #11255. (#11276) | Patrick Cloke | 2021-11-08 | 2 | -1/+2 |
* | Default value for `public_baseurl` (#11210) | Richard van der Hoff | 2021-11-08 | 16 | -73/+62 |
* | Address review feedback from #11269 (#11273) | Dan Callahan | 2021-11-08 | 2 | -2/+3 |
* | Blacklist new sytest validation test (#11270) | Erik Johnston | 2021-11-08 | 2 | -0/+4 |
* | Handle federation inbound instances being killed more gracefully (#11262) | Erik Johnston | 2021-11-08 | 3 | -10/+27 |
* | Minor cleanup to Debian packaging (#11269) | Dan Callahan | 2021-11-07 | 11 | -53/+10 |
* | Add doc to integrate synapse with LemonLDAP OIDC (#11257) | Julian | 2021-11-05 | 2 | -0/+39 |
* | Fix rolling back when using workers (#11255) | Erik Johnston | 2021-11-05 | 3 | -11/+82 |
* | Make minor correction to type of auth_checkers callbacks (#11253) | reivilibre | 2021-11-04 | 3 | -2/+5 |
* | Additional test for `cachedList` (#11246) | Richard van der Hoff | 2021-11-04 | 2 | -0/+44 |
* | Track ongoing event fetches correctly in the presence of failure (#11240) | Sean Quah | 2021-11-04 | 2 | -22/+35 |
* | Add a linearizer on (appservice, stream) when handling ephemeral events. (#11... | Nick Barrett | 2021-11-03 | 3 | -18/+103 |
* | Enable passing typing stream writers as a list. (#11237) | Nick Barrett | 2021-11-03 | 8 | -16/+24 |
* | Remove a debug statement from tests. (#11239) | Patrick Cloke | 2021-11-03 | 2 | -1/+1 |
* | Add twine and towncrier as dev dependencies (#11233) | Erik Johnston | 2021-11-03 | 2 | -0/+4 |
* | fix a small typo in the delete room api docs | Andrew Morgan | 2021-11-03 | 1 | -1/+1 |
* | Support sending no `state_events_at_start` in the MSC2716 `/batch_send` endpo... | Eric Eastwood | 2021-11-03 | 2 | -12/+18 |
* | Add index to `local_group_updates.stream_id` (#11231) | Erik Johnston | 2021-11-02 | 4 | -1/+37 |
* | Merge remote-tracking branch 'origin/master' into develop | Erik Johnston | 2021-11-02 | 6 | -6/+49 |
|\ |
|
| * | Update changelog v1.46.0 | Erik Johnston | 2021-11-02 | 1 | -2/+2 |
| * | 1.46.0 | Erik Johnston | 2021-11-02 | 4 | -4/+16 |
| * | Force deb compression with `xz`. (#11197) | Richard van der Hoff | 2021-10-27 | 2 | -0/+12 |
| * | Fix URL preview errors when previewing XML documents. (#11196) | Patrick Cloke | 2021-10-27 | 3 | -3/+22 |
* | | Add remaining type hints to `synapse.events`. (#11098) | Patrick Cloke | 2021-11-02 | 15 | -110/+185 |
* | | Delete messages for hidden devices from `device_inbox` (#11199) | Dirk Klimpel | 2021-11-02 | 4 | -0/+186 |
* | | Fix providing a `RoomStreamToken` instance to `_notify_app_services_ephemeral... | Andrew Morgan | 2021-11-02 | 5 | -37/+30 |
* | | Add search by room ID and room alias to List Room admin API (#11099) | Dirk Klimpel | 2021-11-02 | 4 | -53/+76 |
* | | ObservableDeferred: run observers in order (#11229) | Richard van der Hoff | 2021-11-02 | 4 | -20/+88 |
* | | Update outdated links in `PULL_REQUEST_TEMPLATE.md` (#11225) | Dirk Klimpel | 2021-11-01 | 2 | -4/+6 |
* | | Handle missing Content-Type header when accessing remote media (#11200) | Shay | 2021-11-01 | 4 | -4/+29 |
* | | Add `use_float=true` to ijson calls in Synapse (#11217) | Shay | 2021-11-01 | 2 | -0/+4 |
* | | Fix a bug in unit test `test_block_room_and_not_purge` (#11226) | Dirk Klimpel | 2021-11-01 | 2 | -2/+3 |
* | | Make `check_event_allowed` module API callback not fail open (accept events) ... | reivilibre | 2021-11-01 | 5 | -17/+24 |
* | | Remove deprecated delete room admin API (#11213) | Dirk Klimpel | 2021-11-01 | 6 | -124/+79 |
* | | Support for serving server well-known files (#11211) | Richard van der Hoff | 2021-11-01 | 8 | -47/+159 |
* | | Add domain specific matching for haproxy config (#11128) | Brett Bethke | 2021-11-01 | 2 | -1/+2 |
* | | Docker: avoid changing userid unnecessarily (#11209) | Richard van der Hoff | 2021-11-01 | 3 | -23/+28 |
* | | Support Client-Server API r0.6.1 (#11097) | Aaron R | 2021-11-01 | 2 | -0/+2 |
* | | Improve code formatting and fix a few typos in docs (#11221) | Sumner Evans | 2021-11-01 | 20 | -168/+233 |
* | | Add metrics to the threadpools (#11178) | Erik Johnston | 2021-11-01 | 4 | -1/+49 |
* | | Test that `ClientIpStore` combines database and in-memory data correctly (#11... | Sean Quah | 2021-11-01 | 2 | -0/+207 |
* | | Stop synapse from saving messages in device_inbox for hidden devices. (#10097) | JohannesKleine | 2021-11-01 | 2 | -2/+7 |
* | | Deprecate user_may_create_room_with_invites (#11206) | Brendan Abolivier | 2021-11-01 | 3 | -36/+14 |
* | | Fix comments referencing v1.46.0 from PR #10969. (#11212) | Dirk Klimpel | 2021-10-29 | 3 | -2/+3 |
* | | Add a module API method to retrieve state from a room (#11204) | Brendan Abolivier | 2021-10-29 | 3 | -1/+74 |
* | | Clarify lack of Windows support in documentation (#11198) | Sean Quah | 2021-10-29 | 3 | -12/+14 |
* | | Additional type hints for relations database class. (#11205) | Patrick Cloke | 2021-10-28 | 3 | -15/+25 |
* | | Add knock information in admin exported data (#11171) | Rafael Gonçalves | 2021-10-28 | 5 | -2/+99 |
* | | Fetch verify key locally rather than trying to do so over federation if origi... | Shay | 2021-10-28 | 3 | -29/+58 |
* | | Add a ModuleApi method to update a user's membership in a room (#11147) | Brendan Abolivier | 2021-10-28 | 3 | -2/+225 |
* | | Type hints for the remaining two files in `synapse.http`. (#11164) | David Robertson | 2021-10-28 | 6 | -37/+56 |
* | | docs/openid: Add Authentik documentation. (#11151) | Skyler Mäntysaari | 2021-10-28 | 2 | -0/+35 |
* | | Update scripts to pass Shellcheck lints (#11166) | Dan Callahan | 2021-10-27 | 20 | -104/+120 |
|\ \ |
|
| * \ | Merge remote-tracking branch 'origin/develop' into shellcheck | Dan Callahan | 2021-10-27 | 99 | -324/+1336 |
| |\ \
| |/ /
|/| | |
|
* | | | Annotate `log_function` decorator (#10943) | reivilibre | 2021-10-27 | 12 | -18/+58 |
* | | | Fixed config parse bug in review_recent_signups (#11191) | Samuel Philipp | 2021-10-27 | 2 | -2/+8 |
* | | | Refactor `Filter` to handle fields according to data being filtered. (#11194) | Patrick Cloke | 2021-10-27 | 5 | -69/+87 |
* | | | Delete messages from `device_inbox` table when deleting device (#10969) | Dirk Klimpel | 2021-10-27 | 6 | -15/+256 |
* | | | Include the stable identifier for MSC3288. (#11187) | Patrick Cloke | 2021-10-27 | 2 | -0/+3 |
* | | | Merge remote-tracking branch 'origin/release-v1.46' into develop | Erik Johnston | 2021-10-27 | 63 | -60/+77 |
|\ \ \
| | |/
| |/| |
|
| * | | Update release date | Erik Johnston | 2021-10-27 | 1 | -1/+1 |
| * | | Update changelog with new changes v1.46.0rc1 | Erik Johnston | 2021-10-27 | 3 | -4/+2 |
| * | | Shut down the DNS threadpool (#11190) | Sean Quah | 2021-10-27 | 2 | -0/+2 |
| * | | Fix thread BG update to not seq scan event_json (#11192) | Erik Johnston | 2021-10-27 | 2 | -1/+2 |
| * | | Update CHANGES.md | Sean Quah | 2021-10-26 | 1 | -16/+8 |
| * | | Move #10975 to bugfix section in changelog | Sean Quah | 2021-10-26 | 1 | -1/+1 |
| * | | Update CHANGES.md | Sean Quah | 2021-10-26 | 1 | -3/+3 |
| * | | Update CHANGES.md | Sean Quah | 2021-10-26 | 1 | -2/+4 |
| * | | 1.46.0rc1 | Sean Quah | 2021-10-26 | 61 | -59/+81 |
* | | | Implement an `on_new_event` callback (#11126) | Brendan Abolivier | 2021-10-26 | 8 | -12/+165 |
|/ / |
|
* | | Move DNS lookups into separate thread pool (#11177) | Erik Johnston | 2021-10-26 | 3 | -1/+149 |
* | | Add a background update for updating MSC3440 relation threads. (#11181) | Patrick Cloke | 2021-10-26 | 3 | -2/+102 |
* | | Document the version each module API method was added to Synapse (#11183) | Brendan Abolivier | 2021-10-26 | 2 | -11/+89 |
* | | Enable changing user type via users admin API (#11174) | Jason Robinson | 2021-10-26 | 5 | -2/+80 |
* | | Fix cyclic import in the module API (#11180) | Brendan Abolivier | 2021-10-25 | 2 | -2/+5 |
* | | Don't set new room alias before potential 403 (#10930) | AndrewFerr | 2021-10-25 | 4 | -12/+113 |
* | | Ensure that we correctly auth events returned by `send_join` (#11012) | Richard van der Hoff | 2021-10-25 | 2 | -86/+61 |
* | | Fix module API's `get_user_ip_and_agents` function when run on workers (#11112) | Sean Quah | 2021-10-25 | 3 | -40/+91 |
| * | Changelog | Dan Callahan | 2021-10-22 | 2 | -0/+7 |
| * | Fix Shellcheck SC2006: Use $(...) notation | Dan Callahan | 2021-10-22 | 10 | -15/+15 |
| * | Fix Shellcheck SC2129: Consider using {..} >> file | Dan Callahan | 2021-10-22 | 1 | -60/+63 |
| * | Fix Shellcheck SC2086: Quote to prevent splitting | Dan Callahan | 2021-10-22 | 13 | -42/+42 |
| * | Fix Shellcheck SC2012: Use find instead of ls | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
| * | Fix Shellcheck SC2016: Single quotes don't expand | Dan Callahan | 2021-10-22 | 1 | -1/+2 |
| * | Fix Shellcheck SC1091: Can't follow file | Dan Callahan | 2021-10-22 | 2 | -0/+2 |
| * | Fix Shellcheck SC1001: Meaningless char escapes | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
| * | Fix Shellcheck SC2089 and SC2090: Quotes in vars | Dan Callahan | 2021-10-22 | 1 | -2/+4 |
| * | Fix Shellcheck SC2155: Declare + export separately | Dan Callahan | 2021-10-22 | 1 | -1/+2 |
| * | Fix Shellcheck SC2166: test -a is not well defined | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
| * | Fix Shellcheck SC2154: variable possibly undefined | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
| * | Fix Shellcheck SC2064: Use single quotes on traps | Dan Callahan | 2021-10-22 | 1 | -1/+1 |
| * | Fix Shellcheck SC2115: Ensure never expands to /* | Dan Callahan | 2021-10-22 | 1 | -2/+2 |
| * | Fix Shellcheck SC2046: Quote to prevent word split | Dan Callahan | 2021-10-22 | 8 | -8/+8 |
| * | Fix Shellcheck SC2164: exit in case cd fails. | Dan Callahan | 2021-10-22 | 3 | -6/+6 |
|/ |
|
* | Add type hints for most `HomeServer` parameters (#11095) | Sean Quah | 2021-10-22 | 58 | -143/+342 |
* | Fix synapse.config module "read" command (#11145) | Jason Robinson | 2021-10-22 | 5 | -68/+138 |
* | Add more information what happens when a user is deactivated (#11083) | Dirk Klimpel | 2021-10-22 | 2 | -0/+11 |
* | Add a thread relation type per MSC3440. (#11088) | Patrick Cloke | 2021-10-21 | 8 | -8/+119 |
* | Fix adding excluded users to the private room sharing tables when joining a r... | David Robertson | 2021-10-21 | 3 | -29/+67 |
* | Improve docstrings for methods related to sending EDUs to application service... | Andrew Morgan | 2021-10-21 | 7 | -23/+148 |
* | Add missing type hints to synapse.crypto. (#11146) | Patrick Cloke | 2021-10-21 | 5 | -18/+36 |
* | fix relative link in docker readme (#11144) | Richard van der Hoff | 2021-10-21 | 2 | -1/+3 |
* | Fix setting a user's external_id via the admin API returns 500 and deletes us... | Dirk Klimpel | 2021-10-21 | 4 | -37/+321 |
* | Update `sign_json` to support inline key config (#11139) | Richard van der Hoff | 2021-10-20 | 2 | -7/+26 |
* | Consider IP whitelist for identity server resolution (#11120) | Robert Edström | 2021-10-20 | 2 | -1/+4 |
* | Clean up `_update_auth_events_and_context_for_auth` (#11122) | Richard van der Hoff | 2021-10-20 | 2 | -114/+38 |
* | Show error when timestamp in seconds is provided to the /purge_media_cache AP... | Aaron R | 2021-10-20 | 4 | -13/+133 |
* | Merge branch 'master' into develop | Sean Quah | 2021-10-20 | 6 | -63/+19 |
|\ |
|
| * | Remove link to #10947 from changelog v1.45.1 | Sean Quah | 2021-10-20 | 1 | -1/+1 |
| * | 1.45.1 | Sean Quah | 2021-10-20 | 4 | -2/+16 |
| * | Revert change to counting of deactivated users towards the monthly active use... | Sean Quah | 2021-10-20 | 4 | -62/+4 |
* | | Remove false warning about copying the log config to a homeserver.yaml (#11092) | Travis Ralston | 2021-10-20 | 2 | -6/+7 |
* | | Document the version of Synapse each module callback was introduced in (#11132) | Brendan Abolivier | 2021-10-20 | 6 | -0/+45 |
* | | Add missing type hints to event fetching. (#11121) | Patrick Cloke | 2021-10-19 | 2 | -61/+82 |
* | | Fix instances of [example]{.title-ref} in the upgrade notes (#11118) | Andrew Morgan | 2021-10-19 | 2 | -27/+28 |
* | | Merge branch 'master' into develop | David Robertson | 2021-10-19 | 3 | -5/+40 |
|\| |
|
| * | Be less inconsistent about v1.2.3 versus 1.2.3 v1.45.0 | David Robertson | 2021-10-19 | 1 | -5/+5 |
| * | Duplicate known issues under 1.45 release | David Robertson | 2021-10-19 | 1 | -0/+7 |
| * | 1.45.0 | David Robertson | 2021-10-19 | 4 | -2/+18 |
| * | Reword changelog regarding a suspected regression (#11117) | Dan Callahan | 2021-10-19 | 2 | -3/+15 |
* | | Move _persist_auth_tree into FederationEventHandler (#11115) | Richard van der Hoff | 2021-10-19 | 3 | -125/+120 |
* | | Rename `_auth_and_persist_fetched_events` (#11116) | Richard van der Hoff | 2021-10-19 | 2 | -14/+10 |
* | | Include rejected status when we log events. (#11008) | Richard van der Hoff | 2021-10-19 | 2 | -6/+11 |
* | | Add missing type hints to synapse.api. (#11109) | Patrick Cloke | 2021-10-18 | 10 | -99/+84 |
* | | Check auth on received events' auth_events (#11001) | Richard van der Hoff | 2021-10-18 | 2 | -2/+98 |
* | | Check *all* auth events for room id and rejection (#11009) | Richard van der Hoff | 2021-10-18 | 8 | -85/+122 |
* | | Document Synapse's behaviour when dealing with multiple modules (#11096) | Brendan Abolivier | 2021-10-18 | 8 | -8/+154 |
* | | `_run_push_actions_and_persist_event`: handle no min_depth (#11014) | Richard van der Hoff | 2021-10-18 | 3 | -11/+20 |
* | | Fix broken export-data admin command and add a test for it to CI (#11078) | Hillery Shay | 2021-10-18 | 4 | -8/+93 |
* | | Don't remove local users from dir when the leave their last room (#11103) | David Robertson | 2021-10-18 | 3 | -5/+59 |
* | | Correctly exclude users when making a room public or private (#11075) | David Robertson | 2021-10-15 | 4 | -83/+148 |
* | | Move experimental & retention config out of the server module. (#11070) | Patrick Cloke | 2021-10-15 | 10 | -255/+290 |
* | | Fix logging context warnings when losing replication connection (#10984) | Sean Quah | 2021-10-15 | 3 | -10/+27 |
* | | Update doc of the allowed characters for registration tokens (#11093) | Dirk Klimpel | 2021-10-15 | 2 | -1/+2 |
* | | Fix 500 error on `/messages` when we accumulate more than 5 backward extremit... | Eric Eastwood | 2021-10-14 | 4 | -12/+79 |
* | | Ensure each charset is attempted only once during media preview. (#11089) | Patrick Cloke | 2021-10-14 | 3 | -14/+64 |
* | | Attempt different character encodings when previewing a URL. (#11077) | Patrick Cloke | 2021-10-14 | 3 | -67/+80 |
* | | Fix-up some type hints in the relations tests. (#11076) | Patrick Cloke | 2021-10-14 | 5 | -51/+64 |
* | | Add a test for a workaround concerning the behaviour of third-party rule modu... | reivilibre | 2021-10-14 | 2 | -6/+51 |
* | | Merge tag 'v1.45.0rc2' into develop | David Robertson | 2021-10-14 | 10 | -9/+30 |
|\| |
|
| * | it appeared in 1.44, not 45rc1 v1.45.0rc2 | David Robertson | 2021-10-14 | 1 | -1/+1 |
| * | mentioned -> which appeared | David Robertson | 2021-10-14 | 1 | -1/+1 |
| * | Refer to the bugs mentioned in 1.45.0rc1 note | David Robertson | 2021-10-14 | 1 | -0/+2 |
| * | 1.45.0rc2 | David Robertson | 2021-10-14 | 10 | -9/+28 |
* | | Resolve and share `state_groups` for all historical events in batch (MSC2716)... | Eric Eastwood | 2021-10-13 | 8 | -47/+114 |
* | | Fix upgrade dead links (#11069) | David Robertson | 2021-10-13 | 2 | -4/+5 |
* | | Rearrange the user_directory's `_handle_deltas` function (#11035) | David Robertson | 2021-10-13 | 2 | -57/+79 |
* | | Remove dead code from `MediaFilePaths` (#11056) | Sean Quah | 2021-10-13 | 2 | -17/+1 |
* | | Merge remote-tracking branch 'origin/release-v1.45' into develop | David Robertson | 2021-10-13 | 4 | -10/+98 |
|\| |
|
| * | Stop user directory from failing if it encounters users not in the `users` ta... | David Robertson | 2021-10-13 | 13 | -93/+921 |
* | | Add type hints to synapse.events.*. (#11066) | Patrick Cloke | 2021-10-13 | 11 | -145/+208 |
* | | Port the Password Auth Providers module interface to the new generic interfac... | Azrenbeth | 2021-10-13 | 13 | -225/+790 |
* | | Be more lenient when parsing the version for oEmbed responses. (#11065) | Patrick Cloke | 2021-10-13 | 5 | -8/+60 |
* | | Mark Module API error imports as re-exported and mark Synapse as containing t... | reivilibre | 2021-10-13 | 4 | -2/+11 |
* | | Always dump logs from trial during CI. (#11068) | Patrick Cloke | 2021-10-12 | 3 | -0/+9 |
* | | Simplify the user admin API tests (#11048) | Dirk Klimpel | 2021-10-12 | 2 | -255/+147 |
* | | Add support for ubuntu 21.10 "Impish Indri" (#11024) | Hillery Shay | 2021-10-12 | 2 | -0/+2 |
* | | Merge remote-tracking branch 'origin/release-v1.45' into develop | Patrick Cloke | 2021-10-12 | 2 | -1/+2 |
|\| |
|
| * | Fix formatting string when oEmbed errors occur. (#11061) | Patrick Cloke | 2021-10-12 | 2 | -1/+2 |
* | | Add tests for `MediaFilePaths` (#11057) | Sean Quah | 2021-10-12 | 3 | -0/+240 |
* | | Update `_wrap_in_base_path` type hints to preserve function arguments (#11055) | Sean Quah | 2021-10-12 | 2 | -3/+7 |
* | | Merge remote-tracking branch 'origin/release-v1.45' into develop | Erik Johnston | 2021-10-12 | 4 | -28/+80 |
|\| |
|
| * | Fix race in `MultiWriterIdGenerator` (#11045) | Erik Johnston | 2021-10-12 | 2 | -15/+68 |
| * | Reset global cache state before cache tests. (#11036) | Patrick Cloke | 2021-10-12 | 2 | -13/+12 |
* | | Add type hints to `synapse.storage.databases.main.client_ips` (#10972) | Sean Quah | 2021-10-12 | 5 | -45/+121 |
* | | Merge tag 'v1.45.0rc1' into develop | Brendan Abolivier | 2021-10-12 | 67 | -66/+97 |
|\| |
|
| * | Fixup changelog v1.45.0rc1 | Brendan Abolivier | 2021-10-12 | 1 | -2/+2 |
| * | Typo | Brendan Abolivier | 2021-10-12 | 1 | -1/+1 |
| * | Add a link to the upgrade notes | Brendan Abolivier | 2021-10-12 | 1 | -0/+2 |
| * | Update upgrade notes | Brendan Abolivier | 2021-10-12 | 1 | -0/+9 |
| * | Add warning about known issues | Brendan Abolivier | 2021-10-12 | 1 | -0/+2 |
| * | Fixup changelog | Brendan Abolivier | 2021-10-12 | 1 | -7/+7 |
| * | 1.45.0rc1 | Brendan Abolivier | 2021-10-12 | 66 | -66/+84 |
* | | Fix inconsistent behavior of `get_last_client_by_ip` (#10970) | Sean Quah | 2021-10-12 | 3 | -4/+53 |
* | | Fix opentracing and Prometheus metrics for replication requests (#10996) | Sean Quah | 2021-10-12 | 3 | -76/+87 |
* | | Add an approximate difference method to StateFilters (#10825) | reivilibre | 2021-10-12 | 3 | -3/+683 |
|/ |
|
* | disallow-untyped-defs for synapse.push (#11023) | David Robertson | 2021-10-11 | 7 | -10/+28 |
* | Include the requirements for [mypy,lint] in [dev] (#11034) | reivilibre | 2021-10-11 | 4 | -11/+17 |
* | Pass through `SynapseError`s that are raised from experimental `check_event_a... | reivilibre | 2021-10-11 | 2 | -0/+10 |
* | Remove unnecessary list comprehension in `synapse_port_db` to fix linting in ... | reivilibre | 2021-10-11 | 2 | -1/+2 |
* | Release script improvements (#10966) | reivilibre | 2021-10-11 | 2 | -4/+33 |
* | Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974) | Eric Eastwood | 2021-10-08 | 4 | -283/+485 |
* | Autodiscover oEmbed endpoint from returned HTML (#10822) | Patrick Cloke | 2021-10-08 | 5 | -55/+224 |
* | Revert accidental push to develop. | Olivier Wilkinson (reivilibre) | 2021-10-08 | 3 | -16/+10 |
* | Newsfile | Olivier Wilkinson (reivilibre) | 2021-10-08 | 1 | -0/+1 |
* | Update contributing guide to use [all,dev] | Olivier Wilkinson (reivilibre) | 2021-10-08 | 1 | -1/+1 |
* | Include the requirements for [mypy,lint] in [dev] | Olivier Wilkinson (reivilibre) | 2021-10-08 | 1 | -9/+14 |
* | Annotate synapse.storage.util (#10892) | David Robertson | 2021-10-08 | 8 | -65/+124 |
* | Relax `ignore-missing-imports` for modules that have stubs now and update myp... | David Robertson | 2021-10-08 | 12 | -80/+100 |