| Commit message (Expand) | Author | Age | Files | Lines |
* | Add final type hint to tests.unittest. (#15072) | Patrick Cloke | 2023-02-14 | 55 | -320/+433 |
* | Implement MSC3966: Add a push rule condition to search for a value in an arra... | Patrick Cloke | 2023-02-14 | 9 | -42/+176 |
* | Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073) | Richard van der Hoff | 2023-02-14 | 2 | -1/+2 |
* | Prevent clients from reporting nonexistent events. (#13779) | reivilibre | 2023-02-14 | 3 | -1/+23 |
* | Merge branch 'master' into develop | Mathieu Velten | 2023-02-14 | 3 | -1/+13 |
|\ |
|
| * | 1.77.0 v1.77.0 | Mathieu Velten | 2023-02-14 | 3 | -1/+13 |
* | | Faster joins: Omit device list updates from partial state rooms in /sync (#15... | Sean Quah | 2023-02-14 | 2 | -0/+6 |
* | | Fix clashing DB txn name (#15070) | Erik Johnston | 2023-02-14 | 2 | -1/+2 |
* | | Skip calculating unread push actions in `/sync` when `enable_push` is false. ... | Erik Johnston | 2023-02-14 | 3 | -0/+16 |
* | | Change collection[str] to StrCollection in event_auth code (#14929) | Harishankar Kumar | 2023-02-14 | 5 | -24/+19 |
* | | Add check to ensure locked dependencies have source distributions available. ... | reivilibre | 2023-02-13 | 5 | -1/+87 |
* | | Tweak comment on `_is_local_room_accessible` as part of room visibility in `/... | reivilibre | 2023-02-13 | 2 | -2/+3 |
* | | Update pyo3-log to v0.8.1 (#15043) | V02460 | 2023-02-13 | 3 | -3/+4 |
* | | Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to sep... | Andrew Morgan | 2023-02-13 | 5 | -39/+28 |
* | | Apply logging from hotfixes branch to develop (#15054) | David Robertson | 2023-02-13 | 2 | -0/+4 |
* | | Bump sentry-sdk from 1.13.0 to 1.15.0 (#15065) | dependabot[bot] | 2023-02-13 | 2 | -4/+6 |
* | | Bump types-pillow from 9.4.0.5 to 9.4.0.10 (#15064) | dependabot[bot] | 2023-02-13 | 2 | -3/+4 |
* | | Bump types-requests from 2.28.11.8 to 2.28.11.12 (#15063) | dependabot[bot] | 2023-02-13 | 2 | -3/+4 |
* | | Bump serde_json from 1.0.92 to 1.0.93 (#15062) | dependabot[bot] | 2023-02-13 | 2 | -2/+3 |
* | | Bump systemd-python from 234 to 235 (#15061) | dependabot[bot] | 2023-02-13 | 2 | -2/+3 |
* | | Bump dtolnay/rust-toolchain from 9cd00a88a73addc8617065438eff914dd08d0955 to ... | dependabot[bot] | 2023-02-13 | 4 | -15/+16 |
* | | Bump bleach from 5.0.1 to 6.0.0 (#15059) | dependabot[bot] | 2023-02-13 | 2 | -4/+6 |
* | | Faster joins: don't stall when a user joins during a fast join (#14606) | Mathieu Velten | 2023-02-10 | 12 | -94/+196 |
* | | Return read-only collections from `@cached` methods (#13755) | Sean Quah | 2023-02-10 | 27 | -77/+98 |
* | | Support for MSC3758: exact_event_match push condition (#14964) | Patrick Cloke | 2023-02-10 | 9 | -41/+356 |
* | | Avoid fetching unused account data in sync. (#14973) | Patrick Cloke | 2023-02-10 | 8 | -90/+176 |
* | | Merge branch 'release-v1.77' into develop | David Robertson | 2023-02-10 | 5 | -3/+31 |
|\| |
|
| * | 1.77.0rc2 v1.77.0rc2 | David Robertson | 2023-02-10 | 5 | -3/+22 |
| * | Bump schema version (#15036) | David Robertson | 2023-02-09 | 2 | -2/+8 |
| * | Fix bug in replication where response is cached (#15024) | Erik Johnston | 2023-02-08 | 2 | -0/+3 |
* | | Avoid mutating cached values in `_generate_sync_entry_for_account_data` (#15047) | Sean Quah | 2023-02-10 | 2 | -0/+3 |
* | | Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040) | Patrick Cloke | 2023-02-10 | 3 | -18/+25 |
* | | Fix exception on start up about device lists (#15041) | Erik Johnston | 2023-02-10 | 2 | -0/+2 |
* | | Tag federation request spans with the worker name (#15042) | David Robertson | 2023-02-09 | 3 | -8/+10 |
* | | Add a class UnpersistedEventContext to allow for the batching up of storing s... | Shay | 2023-02-09 | 14 | -162/+359 |
* | | Do not always start a db txn on Postgres (#14840) | Andrew Morgan | 2023-02-09 | 2 | -4/+10 |
* | | Bump ruff version from 0.0.230 to 0.0.237. (#15033) | Andrew Morgan | 2023-02-09 | 3 | -19/+20 |
* | | Respond correctly to unknown methods on known endpoints (#14605) | Patrick Cloke | 2023-02-09 | 8 | -51/+89 |
* | | Avoid mutating cached room aliases. (#15038) | Patrick Cloke | 2023-02-09 | 2 | -1/+3 |
* | | Add final type hint to synapse.server. (#15035) | Patrick Cloke | 2023-02-09 | 7 | -12/+11 |
* | | Proper types for `tests.module_api` (#15031) | David Robertson | 2023-02-09 | 4 | -54/+80 |
* | | Add more missing type hints to tests. (#15028) | Patrick Cloke | 2023-02-08 | 14 | -111/+124 |
* | | Add missing type hints to tests. (#15027) | Patrick Cloke | 2023-02-08 | 8 | -76/+70 |
* | | Limit concurrent event creation for a room to avoid state resolution when sen... | Shay | 2023-02-08 | 2 | -3/+4 |
* | | Explicit disabling of disallowed_untyped_defs. (#15026) | Patrick Cloke | 2023-02-08 | 2 | -58/+26 |
* | | MSC3873: Escape keys when flattening dicts. (#15004) | Patrick Cloke | 2023-02-08 | 4 | -4/+40 |
* | | Document how to run Synapse (#15022) | Andy Balaam | 2023-02-08 | 2 | -0/+14 |
* | | Merge branch 'release-v1.77' into develop | David Robertson | 2023-02-08 | 69 | -205/+88 |
|\| |
|
| * | Permalink to the docs v1.77.0rc1 | David Robertson | 2023-02-08 | 1 | -1/+1 |
| * | Note the revert (that I didn't PR) | David Robertson | 2023-02-08 | 1 | -1/+1 |
| * | Merge the osx wheel fix with poetry-core 1.5.0 | David Robertson | 2023-02-08 | 1 | -2/+1 |
| * | Rearrange items | David Robertson | 2023-02-08 | 1 | -23/+24 |
| * | Manually add new news fragments | David Robertson | 2023-02-08 | 3 | -2/+2 |
| * | Hacky fix to make mac wheels (#15019) | David Robertson | 2023-02-07 | 3 | -2/+12 |
| * | Include no actions instead of dont_notify for suppressing edits. (#15016) | Patrick Cloke | 2023-02-07 | 2 | -1/+2 |
| * | Disambiguate `get_ex_outlier_stream_rows` query | David Robertson | 2023-02-07 | 1 | -4/+4 |
| * | Revert "Add `event_stream_ordering` column to membership state tables (#14979)" | David Robertson | 2023-02-07 | 4 | -145/+11 |
| * | 1.77.0rc1 | David Robertson | 2023-02-07 | 63 | -61/+67 |
* | | Bump cryptography from 38.0.4 to 39.0.1 (#15020) | dependabot[bot] | 2023-02-08 | 2 | -30/+28 |
* | | Clarify limitations of SRV delegation in documentation (#14959) | William Kray | 2023-02-08 | 2 | -0/+10 |
* | | Typecheck tests.rest.media.v1.test_media_storage (#15008) | David Robertson | 2023-02-07 | 4 | -23/+35 |
|/ |
|
* | Proper types for tests.test_terms_auth (#15007) | David Robertson | 2023-02-07 | 3 | -7/+17 |
* | Add tests for using _flatten_dict with an event. (#15002) | Patrick Cloke | 2023-02-07 | 3 | -9/+68 |
* | Properly typecheck types.http (#14988) | David Robertson | 2023-02-07 | 17 | -191/+298 |
* | Add `event_stream_ordering` column to membership state tables (#14979) | Nick Mills-Barrett | 2023-02-07 | 5 | -11/+146 |
* | Allow poetry-core 1.5.0 (#14949) | icp | 2023-02-06 | 2 | -2/+5 |
* | Add missing types to test_state. (#14985) | Patrick Cloke | 2023-02-06 | 3 | -62/+141 |
* | Type hints for tests.federation (#14991) | David Robertson | 2023-02-06 | 10 | -94/+127 |
* | Add missing type hints to tests.replication. (#14987) | Patrick Cloke | 2023-02-06 | 21 | -149/+193 |
* | Expect type stubs from canonicaljson (#14992) | David Robertson | 2023-02-06 | 2 | -3/+1 |
* | Type hints for tests.appservice (#14990) | David Robertson | 2023-02-06 | 9 | -59/+132 |
* | Bump anyhow from 1.0.68 to 1.0.69 (#14996) | dependabot[bot] | 2023-02-06 | 2 | -2/+3 |
* | Bump phonenumbers from 8.13.4 to 8.13.5 (#14999) | dependabot[bot] | 2023-02-06 | 2 | -3/+4 |
* | Bump isort from 5.11.4 to 5.11.5 (#14998) | dependabot[bot] | 2023-02-06 | 2 | -4/+5 |
* | Bump serde_json from 1.0.91 to 1.0.92 (#14997) | dependabot[bot] | 2023-02-06 | 2 | -2/+3 |
* | Bump prometheus-client from 0.15.0 to 0.16.0 (#14995) | dependabot[bot] | 2023-02-06 | 2 | -3/+4 |
* | Bump types-setuptools from 65.6.0.3 to 67.1.0.0 (#14994) | dependabot[bot] | 2023-02-06 | 2 | -3/+4 |
* | Bump hiredis from 2.1.1 to 2.2.1 (#14993) | dependabot[bot] | 2023-02-06 | 2 | -90/+91 |
* | Only notify the target of a membership event (#14971) | David Robertson | 2023-02-06 | 2 | -8/+31 |
* | Properly typecheck tests.api (#14983) | David Robertson | 2023-02-03 | 7 | -110/+140 |
* | Implement MSC3958: suppress notifications from edits (#14960) | Patrick Cloke | 2023-02-03 | 9 | -2/+76 |
* | Properly typecheck tests.app (#14984 | David Robertson | 2023-02-03 | 5 | -15/+29 |
* | Add a docstring & tests for _flatten_dict. (#14981) | Patrick Cloke | 2023-02-03 | 3 | -1/+49 |
* | Support the backwards compatibility features in MSC3952. (#14958) | Patrick Cloke | 2023-02-03 | 7 | -59/+184 |
* | Faster joins: Refactor handling of servers in room (#14954) | Sean Quah | 2023-02-03 | 9 | -37/+77 |
* | Reload the pyo3-log config when the Python logging config changes. (#14976) | Patrick Cloke | 2023-02-03 | 5 | -20/+44 |
* | Skip unused calculations in sync handler. (#14908) | Patrick Cloke | 2023-02-02 | 3 | -125/+137 |
* | Do not calculate presence or ephemeral events when they are filtered out (#14... | Patrick Cloke | 2023-02-02 | 2 | -10/+10 |
* | Fetch fewer events when getting hosts in room (#14962) | David Robertson | 2023-02-02 | 2 | -2/+45 |
* | Bump dtolnay/rust-toolchain from e645b0cf01249a964ec099494d38d2da0f0b349f to ... | dependabot[bot] | 2023-02-02 | 4 | -15/+16 |
* | Make extension-module optional, but default. (#14965) | Patrick Cloke | 2023-02-01 | 2 | -1/+6 |
* | Allow enabling the asyncio reactor in complement (#14858) | realtyem | 2023-02-01 | 6 | -4/+42 |
* | Bump hiredis from 2.0.0 to 2.1.1 (#14939) | dependabot[bot] | 2023-02-01 | 2 | -43/+92 |
* | Add helper to parse an enum from query args & use it. (#14956) | Patrick Cloke | 2023-02-01 | 25 | -96/+176 |
* | Attempt to delete more duplicate rows in receipts_linearized table. (#14915) | Patrick Cloke | 2023-02-01 | 3 | -9/+30 |
* | Bump docker/build-push-action from 3 to 4 (#14952) | dependabot[bot] | 2023-02-01 | 2 | -1/+2 |
* | Add more user information to export-data command. (#14894) | Dirk Klimpel | 2023-02-01 | 6 | -20/+206 |
* | lnav config for synpase logs (#14953) | David Robertson | 2023-02-01 | 3 | -0/+115 |
* | Fix inconsistencies between MSC3952 and implementation. (#14957) | Patrick Cloke | 2023-02-01 | 2 | -3/+4 |
* | Merge branch 'master' into develop | H. Shay | 2023-01-31 | 6 | -5/+414 |
|\ |
|
| * | update changelog and upgrade notes v1.76.0 | H. Shay | 2023-01-31 | 2 | -2/+2 |
| * | update changelog | H. Shay | 2023-01-31 | 1 | -9/+10 |
| * | 1.76.0 | H. Shay | 2023-01-31 | 4 | -2/+16 |
| * | Initial batch of notes on faster joins (#14677) | David Robertson | 2023-01-30 | 3 | -0/+377 |
| * | Describe faster joins | David Robertson | 2023-01-27 | 1 | -0/+17 |
* | | Fix running cargo bench & test in CI. (#14943) | Patrick Cloke | 2023-01-31 | 3 | -0/+36 |
* | | Tag /send_join responses to detect faster joins (#14950) | David Robertson | 2023-01-31 | 3 | -0/+12 |
* | | Fix "Re-starting finished log context" spam when creating events (#14947) | Sean Quah | 2023-01-31 | 2 | -1/+4 |
* | | Make sqlite database migrations transactional again, part two (#14926) | Sean Quah | 2023-01-31 | 5 | -5/+109 |
* | | Reject boolean power levels (#14944) | David Robertson | 2023-01-31 | 4 | -6/+7 |
* | | Prefer `type(x) is int` to `isinstance(x, int)` (#14945) | David Robertson | 2023-01-31 | 14 | -47/+75 |
* | | Handle malformed values of `notification.room` in power level events (#14942) | David Robertson | 2023-01-30 | 4 | -17/+128 |
* | | Bump types-pillow from 9.4.0.3 to 9.4.0.5 (#14938) | dependabot[bot] | 2023-01-30 | 2 | -3/+4 |
* | | Bump types-jsonschema from 4.17.0.2 to 4.17.0.3 (#14937) | dependabot[bot] | 2023-01-30 | 2 | -3/+4 |
* | | Bump types-pyyaml from 6.0.12.2 to 6.0.12.3 (#14936) | dependabot[bot] | 2023-01-30 | 2 | -3/+4 |
* | | Bump ijson from 3.1.4 to 3.2.0.post0 (#14935) | dependabot[bot] | 2023-01-30 | 2 | -63/+80 |
* | | Implement MSC3952: Intentional mentions (#14823) | Patrick Cloke | 2023-01-27 | 11 | -11/+263 |
* | | Merge branch 'release-v1.76' into develop | David Robertson | 2023-01-27 | 7 | -19/+79 |
|\| |
|
| * | 1.76.0rc2 v1.76.0rc2 | David Robertson | 2023-01-27 | 5 | -5/+25 |
| * | Batch look-ups to see if rooms are partial stated. (#14917) | Patrick Cloke | 2023-01-26 | 4 | -11/+43 |
| * | Fix initialization of `_device_list_id_gen` (#14914) | Sean Quah | 2023-01-26 | 2 | -0/+2 |
| * | Fix link syntax in changelog | David Robertson | 2023-01-25 | 1 | -1/+1 |
| * | Refer to upgrade notes | David Robertson | 2023-01-25 | 1 | -0/+6 |
| * | Touch-up the features section | David Robertson | 2023-01-25 | 1 | -3/+3 |
| * | Group dependabot lines | David Robertson | 2023-01-25 | 1 | -4/+4 |
* | | Use an enum for direction. (#14927) | Patrick Cloke | 2023-01-27 | 9 | -44/+76 |
* | | Add missing type hints in tests (#14879) | Patrick Cloke | 2023-01-26 | 8 | -42/+75 |
* | | Fix paginating /relations with a live token (#14866) | Patrick Cloke | 2023-01-26 | 3 | -70/+123 |
* | | Use StrCollection in place of Collection[str] in (most) handlers code. (#14922) | Patrick Cloke | 2023-01-26 | 13 | -58/+43 |
* | | Fix typo in release script (#14920) | David Robertson | 2023-01-26 | 2 | -1/+2 |
* | | Fix type hints in typing edu unit tests (#14886) | Andrew Morgan | 2023-01-26 | 5 | -43/+66 |
* | | Fix a bug in the send_local_online_presence_to module API (#14880) | Patrick Cloke | 2023-01-25 | 5 | -11/+19 |
* | | Add missing type hints for tests.events. (#14904) | Patrick Cloke | 2023-01-25 | 6 | -64/+91 |
* | | Document how to handle Dependabot pull requests. (#14916) | Patrick Cloke | 2023-01-25 | 2 | -0/+15 |
* | | Fix type hints in knocking tests. (#14887) | Andrew Morgan | 2023-01-25 | 4 | -7/+5 |
|/ |
|
* | 1.76.0rc1 v1.76.0rc1 | David Robertson | 2023-01-25 | 63 | -63/+91 |
* | Bump the client-side timeout for /state (#14912) | David Robertson | 2023-01-25 | 2 | -0/+5 |
* | Make sqlite database migrations transactional again (#14910) | Sean Quah | 2023-01-25 | 3 | -2/+7 |
* | Document the export user data command. (#14883) | ZAID BIN TARIQ | 2023-01-25 | 2 | -0/+9 |
* | Request partial joins by default (#14905) | David Robertson | 2023-01-24 | 4 | -7/+49 |
* | Faster joins: omit partial rooms from eager syncs until the resync completes ... | David Robertson | 2023-01-23 | 13 | -44/+170 |
* | Bump ruff from 0.0.224 to 0.0.230 (#14897) | dependabot[bot] | 2023-01-23 | 3 | -19/+20 |
* | Bump types-opentracing from 2.4.10 to 2.4.10.1 (#14896) | dependabot[bot] | 2023-01-23 | 2 | -3/+4 |
* | Bump types-commonmark from 0.9.2 to 0.9.2.1 (#14901) | dependabot[bot] | 2023-01-23 | 2 | -3/+4 |
* | Bump types-psycopg2 from 2.9.21.2 to 2.9.21.4 (#14900) | dependabot[bot] | 2023-01-23 | 2 | -3/+4 |
* | Bump types-requests from 2.28.11.7 to 2.28.11.8 (#14899) | dependabot[bot] | 2023-01-23 | 2 | -3/+4 |
* | Skip processing stats for broken rooms. (#14873) | Patrick Cloke | 2023-01-23 | 4 | -36/+72 |
* | Faster joins: Update room stats and the user directory on workers when finish... | Sean Quah | 2023-01-23 | 4 | -5/+11 |
* | Enable Faster Remote Room Joins against worker-mode Synapse. (#14752) | reivilibre | 2023-01-22 | 10 | -36/+35 |
* | Faster joins: Fix incompatibility with restricted joins (#14882) | Sean Quah | 2023-01-22 | 3 | -81/+140 |
* | Fix type hints for Monthly Active Users tests (#14889) | Andrew Morgan | 2023-01-22 | 3 | -7/+8 |
* | Add type hints to `TestRatelimiter` (#14885) | Andrew Morgan | 2023-01-21 | 3 | -16/+52 |
* | Reduce max time we wait for stream positions (#14881) | Erik Johnston | 2023-01-20 | 3 | -12/+12 |
* | Always notify replication when a stream advances (#14877) | Erik Johnston | 2023-01-20 | 19 | -29/+104 |
* | Dockerfile: Bump Python version from 3.9 to 3.11 (#14875) | katlol | 2023-01-20 | 2 | -42/+43 |
* | Faster joins: Avoid starting duplicate partial state syncs (#14844) | Sean Quah | 2023-01-20 | 3 | -9/+210 |
* | Fix bug in wait for stream position (#14872) | Erik Johnston | 2023-01-19 | 2 | -10/+20 |
* | Implement MSC3930: polls push rules (#14787) | Andrew Morgan | 2023-01-19 | 10 | -13/+114 |
* | Update logging_sample_config.md (#14868) | Richard van der Hoff | 2023-01-19 | 2 | -3/+6 |
* | Wait for streams to catch up when processing HTTP replication. (#14820) | Erik Johnston | 2023-01-18 | 21 | -145/+226 |
* | Change default room version to 10. Implements MSC3904 (#14111) | Catalan Lover | 2023-01-18 | 4 | -5/+14 |
* | Properly check for frozendicts in event auth code. (#14864) | Patrick Cloke | 2023-01-18 | 2 | -1/+3 |
* | Bump packaging from 22.0 to 23.0 (#14847) | dependabot[bot] | 2023-01-17 | 1 | -3/+3 |
* | Bump phonenumbers from 8.13.2 to 8.13.4 (#14849) | dependabot[bot] | 2023-01-17 | 1 | -3/+3 |
* | Bump sentry-sdk from 1.12.1 to 1.13.0 (#14852) | dependabot[bot] | 2023-01-17 | 1 | -3/+4 |
* | Bump ruff from 0.0.215 to 0.0.224 (#14862) | dependabot[bot] | 2023-01-17 | 3 | -19/+20 |
* | Bump types-pillow from 9.4.0.0 to 9.4.0.3 (#14863) | dependabot[bot] | 2023-01-17 | 2 | -4/+5 |
* | Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 (#14861) | dependabot[bot] | 2023-01-17 | 2 | -1/+2 |
* | Require poetry>=1.3.2 (#14860) | David Robertson | 2023-01-17 | 14 | -1359/+1414 |
* | Merge branch 'master' into develop | David Robertson | 2023-01-17 | 3 | -1/+13 |
|\ |
|
| * | 1.75.0 v1.75.0 | David Robertson | 2023-01-17 | 3 | -1/+13 |
* | | Stabilise serving partial join responses (#14839) | David Robertson | 2023-01-17 | 5 | -16/+17 |
* | | Fix bug in `wait_for_stream_position` (#14856) | Erik Johnston | 2023-01-17 | 3 | -1/+80 |
* | | Merge device list replication streams (#14833) | Erik Johnston | 2023-01-17 | 7 | -38/+72 |
* | | Add parameter to control whether we do a partial state join (#14843) | Sean Quah | 2023-01-16 | 3 | -5/+24 |
* | | Add an early return when handling no-op presence updates. (#14855) | Erik Johnston | 2023-01-16 | 2 | -0/+6 |
* | | Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842) | Sean Quah | 2023-01-16 | 5 | -14/+7 |
* | | Fix missing field in AS documentation (#14845) | Rhea Danzey | 2023-01-16 | 2 | -0/+2 |
* | | Also use stable name in SendJoinResponse struct (#14841) | David Robertson | 2023-01-16 | 5 | -14/+17 |
* | | Bump regex from 1.7.0 to 1.7.1 (#14848) | dependabot[bot] | 2023-01-16 | 2 | -2/+3 |
* | | Implement MSC3890: Remotely silence local notifications (#14775) | Andrew Morgan | 2023-01-13 | 5 | -2/+29 |
* | | Use stable identifiers for faster joins (#14832) | David Robertson | 2023-01-13 | 6 | -24/+89 |
* | | Merge account data streams (#14826) | Erik Johnston | 2023-01-13 | 12 | -83/+75 |
* | | Update misleading documentation ` user_directory.search_all_users ` (#14818) | Tejaswini Gurram | 2023-01-13 | 2 | -2/+3 |
* | | Drop unused table `presence` (#14825) | Dirk Klimpel | 2023-01-13 | 3 | -1/+18 |
* | | Add `worker_manhole` to configuration manual (#14824) | Dirk Klimpel | 2023-01-13 | 2 | -0/+22 |
* | | Include `x_forwarded` in workers example configs (#14667) | villepeh | 2023-01-13 | 6 | -7/+15 |
* | | Add some clarifying comments and refactor a portion of the `Keyring` class fo... | Andrew Morgan | 2023-01-13 | 2 | -18/+44 |
* | | Fix stack overflow in `_PerHostRatelimiter` due to synchronous requests (#14812) | Sean Quah | 2023-01-13 | 5 | -12/+70 |
* | | Merge branch 'release-v1.75' into develop | H. Shay | 2023-01-12 | 5 | -3/+17 |
|\| |
|
| * | 1.75.0rc2 v1.75.0rc2 | H. Shay | 2023-01-12 | 5 | -3/+17 |
* | | Merge remote-tracking branch 'origin/release-v1.75' into develop | Richard van der Hoff | 2023-01-12 | 5 | -13/+61 |
|\| |
|
| * | Fix race calling `/members?at=` (#14817) | Erik Johnston | 2023-01-12 | 2 | -6/+60 |
| * | Calculate rooms changed for device lists to work. (#14810) | Patrick Cloke | 2023-01-11 | 3 | -7/+1 |
* | | Add rust linting commands to `scripts-dev/lint.sh` (#14822) | Andrew Morgan | 2023-01-12 | 2 | -0/+34 |
* | | Re-enable some linting (#14821) | Erik Johnston | 2023-01-12 | 7 | -21/+9 |
* | | Add `set_displayname` to the module API (#14629) | Emelie Graven | 2023-01-11 | 3 | -0/+46 |
* | | Factor out common code in tests and fix comments. (#14819) | Patrick Cloke | 2023-01-11 | 3 | -36/+64 |
* | | Remove outdated commands from the code style doc & point to the contributing ... | Andrew Morgan | 2023-01-11 | 2 | -12/+4 |
* | | Faster remote room joins (worker mode): do not populate external hosts-in-roo... | reivilibre | 2023-01-11 | 2 | -5/+17 |
* | | Fix-up type hints for tests.push module. (#14816) | Patrick Cloke | 2023-01-11 | 7 | -62/+67 |
* | | Add index to improve performance of the `/timestamp_to_event` endpoint used f... | reivilibre | 2023-01-11 | 3 | -0/+30 |
* | | Add listener `health` (#14747) | Dirk Klimpel | 2023-01-11 | 4 | -0/+13 |
* | | Add poetry.toml to .gitignore (#14807) | Andrew Morgan | 2023-01-11 | 2 | -0/+4 |
* | | Add `tag` to `listeners` documentation (#14803) | Dirk Klimpel | 2023-01-11 | 3 | -2/+7 |
* | | Implement MSC3925: changes to bundling of edits (#14811) | Richard van der Hoff | 2023-01-10 | 5 | -63/+159 |
|/ |
|
* | Update changelog 2 v1.75.0rc1 | David Robertson | 2023-01-10 | 1 | -32/+35 |
* | Update changelog | David Robertson | 2023-01-10 | 1 | -36/+38 |
* | 1.75.0rc1 | David Robertson | 2023-01-10 | 73 | -71/+96 |
* | Batch up replication requests to request the resyncing of remote users's devi... | reivilibre | 2023-01-10 | 9 | -79/+306 |
* | Add missing worker settings to shared configuration (#14748) | Dirk Klimpel | 2023-01-09 | 3 | -11/+85 |
* | Skip testing pypy-3.7-linux wheels as we don't have openssl 3.x on manylinux2... | Andrew Morgan | 2023-01-09 | 2 | -1/+2 |
* | Remove undocumented device from pushrules (#14727) | Jeyachandran Rathnam | 2023-01-09 | 2 | -4/+2 |
* | Update link to towncrier in contribution guide (#14801) | Dirk Klimpel | 2023-01-09 | 2 | -1/+2 |
* | Fix upgrade notes for installing ICU (#14797) | David Robertson | 2023-01-09 | 2 | -1/+2 |
* | Unescape HTML entities in oEmbed titles. (#14781) | Jeyachandran Rathnam | 2023-01-09 | 3 | -6/+20 |
* | Improve /sync performance of when passing filters with empty arrays. (#14786) | Patrick Cloke | 2023-01-09 | 4 | -9/+21 |
* | Disable sending confirmation email when 3pid is disabled #14682 (#14725) | Jeyachandran Rathnam | 2023-01-09 | 3 | -25/+11 |
* | Bump peaceiris/actions-gh-pages from 3.9.0 to 3.9.1 (#14791) | dependabot[bot] | 2023-01-09 | 2 | -1/+2 |
* | Bump importlib-metadata from 4.2.0 to 6.0.0 (#14795) | dependabot[bot] | 2023-01-09 | 2 | -6/+8 |
* | Bump ruff from 0.0.206 to 0.0.215 (#14796) | dependabot[bot] | 2023-01-09 | 3 | -19/+20 |
* | Bump types-setuptools from 65.6.0.2 to 65.6.0.3 (#14794) | dependabot[bot] | 2023-01-09 | 2 | -3/+19 |
* | Bump pyopenssl from 22.1.0 to 23.0.0 (#14793) | dependabot[bot] | 2023-01-09 | 2 | -4/+5 |
* | Bump types-pillow from 9.3.0.4 to 9.4.0.0 (#14792) | dependabot[bot] | 2023-01-09 | 2 | -3/+11 |
* | Use `htmltest` to check links in the Synapse documentation. (#14743) | reivilibre | 2023-01-05 | 2 | -0/+27 |
* | Fix broken links in the Synapse documentation. (#14744) | reivilibre | 2023-01-05 | 24 | -38/+38 |
* | Bump JasonEtco/create-an-issue from 2.8.2 to 2.9.1 (#14731) | dependabot[bot] | 2023-01-05 | 3 | -2/+3 |
* | Bump dawidd6/action-download-artifact from 2.24.2 to 2.24.3 (#14779) | dependabot[bot] | 2023-01-05 | 2 | -1/+2 |
* | Bump types-requests from 2.28.11.5 to 2.28.11.7 (#14763) | dependabot[bot] | 2023-01-05 | 2 | -3/+4 |
* | Bump pillow from 9.3.0 to 9.4.0 (#14762) | dependabot[bot] | 2023-01-05 | 2 | -63/+66 |
* | Bump gitpython from 3.1.29 to 3.1.30 (#14761) | dependabot[bot] | 2023-01-05 | 2 | -3/+4 |
* | Bump pydantic from 1.10.2 to 1.10.4 (#14760) | dependabot[bot] | 2023-01-05 | 2 | -38/+39 |
* | Bump ruff from 0.0.189 to 0.0.206 (#14759) | dependabot[bot] | 2023-01-05 | 3 | -19/+20 |
* | Bump serde from 1.0.151 to 1.0.152 (#14758) | dependabot[bot] | 2023-01-05 | 2 | -4/+5 |
* | Document how to use Twitter as an OAuth 2.0 provider. (#14778) | Patrick Cloke | 2023-01-04 | 2 | -283/+320 |
* | Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750) | Patrick Cloke | 2023-01-04 | 7 | -16/+212 |
* | Use env vars in GHA dependabot changelog (#14772) | Erik Johnston | 2023-01-04 | 2 | -2/+6 |
* | Switch to our fork of dh-virtualenv for compatibility with Python 3.11 (#14774) | Andrew Morgan | 2023-01-04 | 3 | -52/+69 |
* | Support non-OpenID compliant user info endpoints (#14753) | Patrick Cloke | 2023-01-04 | 3 | -8/+42 |
* | Update all stream IDs after processing replication rows (#14723) | Nick Mills-Barrett | 2023-01-04 | 13 | -20/+95 |
* | Add experimental support for MSC3391: deleting account data (#14714) | Andrew Morgan | 2023-01-01 | 9 | -31/+547 |
* | Actually use the picture_claim as configured in OIDC config. (#14751) | Patrick Cloke | 2022-12-29 | 2 | -1/+2 |
* | Bump attrs from 22.1.0 to 22.2.0 (#14734) | dependabot[bot] | 2022-12-29 | 2 | -8/+10 |
* | Bump isort from 5.10.1 to 5.11.4 (#14733) | dependabot[bot] | 2022-12-29 | 2 | -4/+5 |
* | Bump setuptools from 65.3.0 to 65.5.1 (#14738) | dependabot[bot] | 2022-12-29 | 2 | -5/+6 |
* | Bump black from 22.10.0 to 22.12.0 (#14735) | dependabot[bot] | 2022-12-28 | 2 | -22/+14 |
* | Bump sentry-sdk from 1.12.0 to 1.12.1 (#14736) | dependabot[bot] | 2022-12-28 | 2 | -3/+4 |
* | Bump towncrier from 22.8.0 to 22.12.0 (#14732) | dependabot[bot] | 2022-12-28 | 2 | -6/+7 |
* | Suppress the update check in the ruff linter. (#14741) | reivilibre | 2022-12-28 | 2 | -1/+3 |
* | Broken link "request_id_header" (#14740) | Vertux | 2022-12-28 | 1 | -1/+1 |