summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-28Fix a long-standing bug where an initial sync would not respond to changes to...reivilibre4-2/+77
2023-02-281.78.0 v1.78.0H. Shay4-2/+16
2023-02-28Allow use of the `/filter` Client-Server APIs on workers. (#15134)reivilibre6-8/+27
2023-02-28Add missing type hints to InsecureInterceptableContextFactory. (#15164)Patrick Cloke3-5/+4
2023-02-28Do not accept pattern_type from user input in push rules. (#15088)Patrick Cloke6-186/+244
2023-02-28Add documentation for caching in a module (#14026)Brendan Abolivier2-0/+57
2023-02-28Admin API endpoint to delete a reported event (#15116)Dirk Klimpel5-11/+224
2023-02-28Correct documentation about registration_shared_secret_path (#15168)Evan Krall2-2/+3
2023-02-27Remove dangling reference to being a reference implementation (#15167)Travis Ralston2-2/+4
2023-02-27Add module API callbacks for adding and deleting local 3PID associations (#15044Andrew Morgan12-48/+324
2023-02-27Refactor media modules. (#15146)Patrick Cloke31-1123/+1190
2023-02-27Small fixes to `MatrixFederationHttpClient` docstrings (#15148)Andrew Morgan2-7/+10
2023-02-27Bump ruff from 0.0.237 to 0.0.252 (#15159)dependabot[bot]3-19/+21
2023-02-27Bump types-setuptools from 67.3.0.1 to 67.4.0.3 (#15160)dependabot[bot]2-18/+4
2023-02-27Bump types-opentracing from 2.4.10.1 to 2.4.10.3 (#15158)dependabot[bot]2-3/+4
2023-02-27Bump typing-extensions from 4.4.0 to 4.5.0 (#15157)dependabot[bot]2-3/+4
2023-02-27Bump matrix-org/backend-meta from 1 to 2 (#15156)dependabot[bot]2-1/+2
2023-02-27Bump actions/checkout from 2 to 3 (#15155)dependabot[bot]2-2/+3
2023-02-27Bump docker/login-action from 1 to 2 (#15154)dependabot[bot]2-1/+2
2023-02-27Bump dawidd6/action-download-artifact from 2.25.0 to 2.26.0 (#15152)dependabot[bot]2-1/+2
2023-02-24Batch up storing state groups when creating new room (#14918)Shay14-49/+371
2023-02-24Fix bug where 5s delays would occasionally happen. (#15150)Erik Johnston3-0/+80
2023-02-24Improve handling of non-ASCII characters in user directory search (#15143)Sean Quah3-2/+184
2023-02-23Do not fail completely if oEmbed autodiscovery fails. (#15092)Patrick Cloke3-13/+65
2023-02-23Stop parsing the unspecced type parameter on thumbnail requests. (#15137)Patrick Cloke2-1/+3
2023-02-23Fix a typo in MSC3873 config option. (#15138)Patrick Cloke4-9/+10
2023-02-23Fix typo in federation_verify_certificates in config documentation. (#15139)Centzilius2-1/+2
2023-02-23Add information on uploaded media to user export command. (#15107)Dirk Klimpel5-16/+136
2023-02-23Documentation using Shibboleth with OIDC Plugin for SSO. (#15112)Fly2-0/+42
2023-02-22Update .git-blame-ignore-revs for #15103.Patrick Cloke1-1/+5
2023-02-22Bump black from 22.12.0 to 23.1.0 (#15103)dependabot[bot]117-218/+108
2023-02-22Tighten the default rate limit of creating new devices. (#15135)Patrick Cloke3-5/+15
2023-02-22Use `json.dump` in `FileExfiltrationWriter` (#15095)Dirk Klimpel2-8/+9
2023-02-22Clarify the workers that the ThirdPartyRules' `on_new_event` callback will ru...Andrew Morgan2-0/+4
2023-02-22Remove unused `room_alias` field from `/createRoom` response (#15093)David Robertson10-39/+40
2023-02-21Tweak changelog v1.78.0rc1Olivier Wilkinson (reivilibre)1-4/+3
2023-02-211.78.0rc1Olivier Wilkinson (reivilibre)71-73/+94
2023-02-21Tweak logging for when a worker waits for its view of a replication stream to...reivilibre2-2/+11
2023-02-21Upper-bound frozendict dependency (#15114)David Robertson3-2/+5
2023-02-20Add `matrix-org-archive-keyring` package as `Recommends` (#15110)Erik Johnston2-0/+7
2023-02-20Update database_maintenance_tools.md (#15083)jahway6032-2/+3
2023-02-20Teach portdb about `un_partial_stated_event_stream` (#15108)David Robertson2-33/+53
2023-02-20Allow health listener resource to load (#15096)realtyem2-0/+2
2023-02-20Fix a bug introduced in Synapse v1.74.0 where searching with colons when usin...reivilibre4-5/+90
2023-02-20Bump types-setuptools from 67.1.0.0 to 67.3.0.1 (#15105)dependabot[bot]2-3/+4
2023-02-20Bump types-pillow from 9.4.0.10 to 9.4.0.13 (#15104)dependabot[bot]2-3/+4
2023-02-20Bump dawidd6/action-download-artifact from 2.24.3 to 2.25.0 (#15102)dependabot[bot]2-1/+2
2023-02-20Bump dtolnay/rust-toolchain from 25dc93b901a87e864900a8aec6c12e9aa794c0c3 to ...dependabot[bot]4-15/+16
2023-02-20Bump types-bleach from 5.0.3.1 to 6.0.0.0 (#15100)dependabot[bot]2-3/+4
2023-02-20Bump types-jsonschema from 4.17.0.3 to 4.17.0.5 (#15099)dependabot[bot]2-4/+5
2023-02-17Fix-up type hints in tests/server.py. (#15084)Patrick Cloke9-129/+226
2023-02-17Add account data to export command (#14969)Dirk Klimpel5-16/+79
2023-02-17Mitigate a race where /make_join could 403 for restricted rooms (#15080)Sean Quah2-1/+16
2023-02-16Document how to start Synapse with Poetry (#14892)ZAID BIN TARIQ2-0/+12
2023-02-16Use mypy 1.0 (#15052)David Robertson17-104/+209
2023-02-16Update intentional mentions (MSC3952) to depend on `exact_event_match` (MSC37...Patrick Cloke10-59/+26
2023-02-15Fix a mistake in registration_shared_secret_path docs (#15078)saddfox2-1/+2
2023-02-15Fix federated joins when the first server in the list is not in the room (#15...Sean Quah2-6/+6
2023-02-15Make it easier to use DataGrip w/ Synapse's schema (#14982)David Robertson8-3/+50
2023-02-15Support for selecting the Redis logical database. (#15034)999lakhisidhu5-0/+8
2023-02-15Update the error code for duplicate annotation (#15075)Richard van der Hoff3-1/+11
2023-02-14Fix order of partial state tables when purging (#15068)David Robertson3-2/+10
2023-02-14Add final type hint to tests.unittest. (#15072)Patrick Cloke55-320/+433
2023-02-14Implement MSC3966: Add a push rule condition to search for a value in an arra...Patrick Cloke9-42/+176
2023-02-14Remove spurious `dont_notify` action from `.m.rule.reaction` (#15073)Richard van der Hoff2-1/+2
2023-02-14Prevent clients from reporting nonexistent events. (#13779)reivilibre3-1/+23
2023-02-14Faster joins: Omit device list updates from partial state rooms in /sync (#15...Sean Quah2-0/+6
2023-02-141.77.0 v1.77.0Mathieu Velten3-1/+13
2023-02-14Fix clashing DB txn name (#15070)Erik Johnston2-1/+2
2023-02-14Skip calculating unread push actions in `/sync` when `enable_push` is false. ...Erik Johnston3-0/+16
2023-02-14Change collection[str] to StrCollection in event_auth code (#14929)Harishankar Kumar5-24/+19
2023-02-13Add check to ensure locked dependencies have source distributions available. ...reivilibre5-1/+87
2023-02-13Tweak comment on `_is_local_room_accessible` as part of room visibility in `/...reivilibre2-2/+3
2023-02-13Update pyo3-log to v0.8.1 (#15043)V024603-3/+4
2023-02-13Refactor arguments of `try_unbind_threepid(_with_id_server)` from dict to sep...Andrew Morgan5-39/+28
2023-02-13Apply logging from hotfixes branch to develop (#15054)David Robertson2-0/+4
2023-02-13Bump sentry-sdk from 1.13.0 to 1.15.0 (#15065)dependabot[bot]2-4/+6
2023-02-13Bump types-pillow from 9.4.0.5 to 9.4.0.10 (#15064)dependabot[bot]2-3/+4
2023-02-13Bump types-requests from 2.28.11.8 to 2.28.11.12 (#15063)dependabot[bot]2-3/+4
2023-02-13Bump serde_json from 1.0.92 to 1.0.93 (#15062)dependabot[bot]2-2/+3
2023-02-13Bump systemd-python from 234 to 235 (#15061)dependabot[bot]2-2/+3
2023-02-13Bump dtolnay/rust-toolchain from 9cd00a88a73addc8617065438eff914dd08d0955 to ...dependabot[bot]4-15/+16
2023-02-13Bump bleach from 5.0.1 to 6.0.0 (#15059)dependabot[bot]2-4/+6
2023-02-10Faster joins: don't stall when a user joins during a fast join (#14606)Mathieu Velten12-94/+196
2023-02-10Return read-only collections from `@cached` methods (#13755)Sean Quah27-77/+98
2023-02-10Support for MSC3758: exact_event_match push condition (#14964)Patrick Cloke9-41/+356
2023-02-10Avoid fetching unused account data in sync. (#14973)Patrick Cloke8-90/+176
2023-02-10Avoid mutating cached values in `_generate_sync_entry_for_account_data` (#15047)Sean Quah2-0/+3
2023-02-10Refactor get_user_devices_from_cache to avoid mutating cached values. (#15040)Patrick Cloke3-18/+25
2023-02-101.77.0rc2 v1.77.0rc2David Robertson5-3/+22
2023-02-10Fix exception on start up about device lists (#15041)Erik Johnston2-0/+2
2023-02-09Tag federation request spans with the worker name (#15042)David Robertson3-8/+10
2023-02-09Add a class UnpersistedEventContext to allow for the batching up of storing s...Shay14-162/+359
2023-02-09Do not always start a db txn on Postgres (#14840)Andrew Morgan2-4/+10
2023-02-09Bump ruff version from 0.0.230 to 0.0.237. (#15033)Andrew Morgan3-19/+20
2023-02-09Respond correctly to unknown methods on known endpoints (#14605)Patrick Cloke8-51/+89
2023-02-09Avoid mutating cached room aliases. (#15038)Patrick Cloke2-1/+3
2023-02-09Bump schema version (#15036)David Robertson2-2/+8
2023-02-09Add final type hint to synapse.server. (#15035)Patrick Cloke7-12/+11
2023-02-09Proper types for `tests.module_api` (#15031)David Robertson4-54/+80
2023-02-08Add more missing type hints to tests. (#15028)Patrick Cloke14-111/+124
2023-02-08Add missing type hints to tests. (#15027)Patrick Cloke8-76/+70
2023-02-08Limit concurrent event creation for a room to avoid state resolution when sen...Shay2-3/+4
2023-02-08Explicit disabling of disallowed_untyped_defs. (#15026)Patrick Cloke2-58/+26
2023-02-08MSC3873: Escape keys when flattening dicts. (#15004)Patrick Cloke4-4/+40
2023-02-08Fix bug in replication where response is cached (#15024)Erik Johnston2-0/+3
2023-02-08Document how to run Synapse (#15022)Andy Balaam2-0/+14
2023-02-08Bump cryptography from 38.0.4 to 39.0.1 (#15020)dependabot[bot]2-30/+28
2023-02-08Clarify limitations of SRV delegation in documentation (#14959)William Kray2-0/+10
2023-02-08Permalink to the docs v1.77.0rc1David Robertson1-1/+1
2023-02-08Note the revert (that I didn't PR)David Robertson1-1/+1
2023-02-08Merge the osx wheel fix with poetry-core 1.5.0David Robertson1-2/+1
2023-02-08Rearrange itemsDavid Robertson1-23/+24
2023-02-08Manually add new news fragmentsDavid Robertson3-2/+2
2023-02-07Hacky fix to make mac wheels (#15019)David Robertson3-2/+12
2023-02-07Include no actions instead of dont_notify for suppressing edits. (#15016)Patrick Cloke2-1/+2
2023-02-07Disambiguate `get_ex_outlier_stream_rows` queryDavid Robertson1-4/+4
2023-02-07Revert "Add `event_stream_ordering` column to membership state tables (#14979)"David Robertson4-145/+11
2023-02-07Typecheck tests.rest.media.v1.test_media_storage (#15008)David Robertson4-23/+35
2023-02-071.77.0rc1David Robertson63-61/+67
2023-02-07Proper types for tests.test_terms_auth (#15007)David Robertson3-7/+17
2023-02-07Add tests for using _flatten_dict with an event. (#15002)Patrick Cloke3-9/+68
2023-02-07Properly typecheck types.http (#14988)David Robertson17-191/+298
2023-02-07Add `event_stream_ordering` column to membership state tables (#14979)Nick Mills-Barrett5-11/+146
2023-02-06Allow poetry-core 1.5.0 (#14949)icp2-2/+5
2023-02-06Add missing types to test_state. (#14985)Patrick Cloke3-62/+141
2023-02-06Type hints for tests.federation (#14991)David Robertson10-94/+127
2023-02-06Add missing type hints to tests.replication. (#14987)Patrick Cloke21-149/+193
2023-02-06Expect type stubs from canonicaljson (#14992)David Robertson2-3/+1
2023-02-06Type hints for tests.appservice (#14990)David Robertson9-59/+132
2023-02-06Bump anyhow from 1.0.68 to 1.0.69 (#14996)dependabot[bot]2-2/+3
2023-02-06Bump phonenumbers from 8.13.4 to 8.13.5 (#14999)dependabot[bot]2-3/+4
2023-02-06Bump isort from 5.11.4 to 5.11.5 (#14998)dependabot[bot]2-4/+5
2023-02-06Bump serde_json from 1.0.91 to 1.0.92 (#14997)dependabot[bot]2-2/+3
2023-02-06Bump prometheus-client from 0.15.0 to 0.16.0 (#14995)dependabot[bot]2-3/+4
2023-02-06Bump types-setuptools from 65.6.0.3 to 67.1.0.0 (#14994)dependabot[bot]2-3/+4
2023-02-06Bump hiredis from 2.1.1 to 2.2.1 (#14993)dependabot[bot]2-90/+91
2023-02-06Only notify the target of a membership event (#14971)David Robertson2-8/+31
2023-02-03Properly typecheck tests.api (#14983)David Robertson7-110/+140
2023-02-03Implement MSC3958: suppress notifications from edits (#14960)Patrick Cloke9-2/+76
2023-02-03Properly typecheck tests.app (#14984David Robertson5-15/+29
2023-02-03Add a docstring & tests for _flatten_dict. (#14981)Patrick Cloke3-1/+49
2023-02-03Support the backwards compatibility features in MSC3952. (#14958)Patrick Cloke7-59/+184
2023-02-03Faster joins: Refactor handling of servers in room (#14954)Sean Quah9-37/+77
2023-02-03Reload the pyo3-log config when the Python logging config changes. (#14976)Patrick Cloke5-20/+44
2023-02-02Skip unused calculations in sync handler. (#14908)Patrick Cloke3-125/+137
2023-02-02Do not calculate presence or ephemeral events when they are filtered out (#14...Patrick Cloke2-10/+10
2023-02-02Fetch fewer events when getting hosts in room (#14962)David Robertson2-2/+45
2023-02-02Bump dtolnay/rust-toolchain from e645b0cf01249a964ec099494d38d2da0f0b349f to ...dependabot[bot]4-15/+16
2023-02-01Make extension-module optional, but default. (#14965)Patrick Cloke2-1/+6
2023-02-01Allow enabling the asyncio reactor in complement (#14858)realtyem6-4/+42
2023-02-01Bump hiredis from 2.0.0 to 2.1.1 (#14939)dependabot[bot]2-43/+92
2023-02-01Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke25-96/+176
2023-02-01Attempt to delete more duplicate rows in receipts_linearized table. (#14915)Patrick Cloke3-9/+30
2023-02-01Bump docker/build-push-action from 3 to 4 (#14952)dependabot[bot]2-1/+2
2023-02-01Add more user information to export-data command. (#14894)Dirk Klimpel6-20/+206
2023-02-01lnav config for synpase logs (#14953)David Robertson3-0/+115
2023-02-01Fix inconsistencies between MSC3952 and implementation. (#14957)Patrick Cloke2-3/+4
2023-01-31update changelog and upgrade notes v1.76.0H. Shay2-2/+2
2023-01-31update changelogH. Shay1-9/+10
2023-01-311.76.0H. Shay4-2/+16
2023-01-31Fix running cargo bench & test in CI. (#14943)Patrick Cloke3-0/+36
2023-01-31Tag /send_join responses to detect faster joins (#14950)David Robertson3-0/+12
2023-01-31Fix "Re-starting finished log context" spam when creating events (#14947)Sean Quah2-1/+4
2023-01-31Make sqlite database migrations transactional again, part two (#14926)Sean Quah5-5/+109
2023-01-31Reject boolean power levels (#14944)David Robertson4-6/+7
2023-01-31Prefer `type(x) is int` to `isinstance(x, int)` (#14945)David Robertson14-47/+75
2023-01-30Handle malformed values of `notification.room` in power level events (#14942)David Robertson4-17/+128
2023-01-30Initial batch of notes on faster joins (#14677)David Robertson3-0/+377
2023-01-30Bump types-pillow from 9.4.0.3 to 9.4.0.5 (#14938)dependabot[bot]2-3/+4
2023-01-30Bump types-jsonschema from 4.17.0.2 to 4.17.0.3 (#14937)dependabot[bot]2-3/+4
2023-01-30Bump types-pyyaml from 6.0.12.2 to 6.0.12.3 (#14936)dependabot[bot]2-3/+4
2023-01-30Bump ijson from 3.1.4 to 3.2.0.post0 (#14935)dependabot[bot]2-63/+80
2023-01-27Implement MSC3952: Intentional mentions (#14823)Patrick Cloke11-11/+263
2023-01-27Describe faster joinsDavid Robertson1-0/+17
2023-01-27Use an enum for direction. (#14927)Patrick Cloke9-44/+76
2023-01-271.76.0rc2 v1.76.0rc2David Robertson5-5/+25
2023-01-26Add missing type hints in tests (#14879)Patrick Cloke8-42/+75
2023-01-26Fix paginating /relations with a live token (#14866)Patrick Cloke3-70/+123
2023-01-26Use StrCollection in place of Collection[str] in (most) handlers code. (#14922)Patrick Cloke13-58/+43
2023-01-26Batch look-ups to see if rooms are partial stated. (#14917)Patrick Cloke4-11/+43
2023-01-26Fix typo in release script (#14920)David Robertson2-1/+2
2023-01-26Fix initialization of `_device_list_id_gen` (#14914)Sean Quah2-0/+2
2023-01-26Fix type hints in typing edu unit tests (#14886)Andrew Morgan5-43/+66
2023-01-25Fix a bug in the send_local_online_presence_to module API (#14880)Patrick Cloke5-11/+19
2023-01-25Add missing type hints for tests.events. (#14904)Patrick Cloke6-64/+91
2023-01-25Document how to handle Dependabot pull requests. (#14916)Patrick Cloke2-0/+15
2023-01-25Fix type hints in knocking tests. (#14887)Andrew Morgan4-7/+5
2023-01-25Fix link syntax in changelogDavid Robertson1-1/+1
2023-01-25Refer to upgrade notesDavid Robertson1-0/+6
2023-01-25Touch-up the features sectionDavid Robertson1-3/+3
2023-01-25Group dependabot linesDavid Robertson1-4/+4
2023-01-251.76.0rc1 v1.76.0rc1David Robertson63-63/+91
2023-01-25Bump the client-side timeout for /state (#14912)David Robertson2-0/+5
2023-01-25Make sqlite database migrations transactional again (#14910)Sean Quah3-2/+7
2023-01-25Document the export user data command. (#14883)ZAID BIN TARIQ2-0/+9
2023-01-24Request partial joins by default (#14905)David Robertson4-7/+49
2023-01-23Faster joins: omit partial rooms from eager syncs until the resync completes ...David Robertson13-44/+170
2023-01-23Bump ruff from 0.0.224 to 0.0.230 (#14897)dependabot[bot]3-19/+20
2023-01-23Bump types-opentracing from 2.4.10 to 2.4.10.1 (#14896)dependabot[bot]2-3/+4
2023-01-23Bump types-commonmark from 0.9.2 to 0.9.2.1 (#14901)dependabot[bot]2-3/+4
2023-01-23Bump types-psycopg2 from 2.9.21.2 to 2.9.21.4 (#14900)dependabot[bot]2-3/+4
2023-01-23Bump types-requests from 2.28.11.7 to 2.28.11.8 (#14899)dependabot[bot]2-3/+4
2023-01-23Skip processing stats for broken rooms. (#14873)Patrick Cloke4-36/+72
2023-01-23Faster joins: Update room stats and the user directory on workers when finish...Sean Quah4-5/+11
2023-01-22Enable Faster Remote Room Joins against worker-mode Synapse. (#14752)reivilibre10-36/+35
2023-01-22Faster joins: Fix incompatibility with restricted joins (#14882)Sean Quah3-81/+140
2023-01-22Fix type hints for Monthly Active Users tests (#14889)Andrew Morgan3-7/+8
2023-01-21Add type hints to `TestRatelimiter` (#14885)Andrew Morgan3-16/+52
2023-01-20Reduce max time we wait for stream positions (#14881)Erik Johnston3-12/+12
2023-01-20Always notify replication when a stream advances (#14877)Erik Johnston19-29/+104
2023-01-20Dockerfile: Bump Python version from 3.9 to 3.11 (#14875)katlol2-42/+43
2023-01-20Faster joins: Avoid starting duplicate partial state syncs (#14844)Sean Quah3-9/+210
2023-01-19Fix bug in wait for stream position (#14872)Erik Johnston2-10/+20
2023-01-19Implement MSC3930: polls push rules (#14787)Andrew Morgan10-13/+114
2023-01-19Update logging_sample_config.md (#14868)Richard van der Hoff2-3/+6
2023-01-18Wait for streams to catch up when processing HTTP replication. (#14820)Erik Johnston21-145/+226
2023-01-18Change default room version to 10. Implements MSC3904 (#14111)Catalan Lover4-5/+14
2023-01-18Properly check for frozendicts in event auth code. (#14864)Patrick Cloke2-1/+3
2023-01-17Bump packaging from 22.0 to 23.0 (#14847)dependabot[bot]1-3/+3
2023-01-17Bump phonenumbers from 8.13.2 to 8.13.4 (#14849)dependabot[bot]1-3/+3
2023-01-17Bump sentry-sdk from 1.12.1 to 1.13.0 (#14852)dependabot[bot]1-3/+4
2023-01-17Bump ruff from 0.0.215 to 0.0.224 (#14862)dependabot[bot]3-19/+20
2023-01-17Bump types-pillow from 9.4.0.0 to 9.4.0.3 (#14863)dependabot[bot]2-4/+5
2023-01-17Bump peaceiris/actions-gh-pages from 3.9.1 to 3.9.2 (#14861)dependabot[bot]2-1/+2
2023-01-17Require poetry>=1.3.2 (#14860)David Robertson14-1359/+1414
2023-01-17Stabilise serving partial join responses (#14839)David Robertson5-16/+17
2023-01-171.75.0 v1.75.0David Robertson3-1/+13
2023-01-17Fix bug in `wait_for_stream_position` (#14856)Erik Johnston3-1/+80
2023-01-17Merge device list replication streams (#14833)Erik Johnston7-38/+72
2023-01-16Add parameter to control whether we do a partial state join (#14843)Sean Quah3-5/+24
2023-01-16Add an early return when handling no-op presence updates. (#14855)Erik Johnston2-0/+6
2023-01-16Remove unnecessary reactor reference from `_PerHostRatelimiter` (#14842)Sean Quah5-14/+7
2023-01-16Fix missing field in AS documentation (#14845)Rhea Danzey2-0/+2
2023-01-16Also use stable name in SendJoinResponse struct (#14841)David Robertson5-14/+17
2023-01-16Bump regex from 1.7.0 to 1.7.1 (#14848)dependabot[bot]2-2/+3
2023-01-13Implement MSC3890: Remotely silence local notifications (#14775)Andrew Morgan5-2/+29
2023-01-13Use stable identifiers for faster joins (#14832)David Robertson6-24/+89
2023-01-13Merge account data streams (#14826)Erik Johnston12-83/+75
2023-01-13Update misleading documentation ` user_directory.search_all_users ` (#14818)Tejaswini Gurram2-2/+3
2023-01-13Drop unused table `presence` (#14825)Dirk Klimpel3-1/+18
2023-01-13Add `worker_manhole` to configuration manual (#14824)Dirk Klimpel2-0/+22
2023-01-13Include `x_forwarded` in workers example configs (#14667)villepeh6-7/+15
2023-01-13Add some clarifying comments and refactor a portion of the `Keyring` class fo...Andrew Morgan2-18/+44
2023-01-13Fix stack overflow in `_PerHostRatelimiter` due to synchronous requests (#14812)Sean Quah5-12/+70
2023-01-121.75.0rc2 v1.75.0rc2H. Shay5-3/+17
2023-01-12Add rust linting commands to `scripts-dev/lint.sh` (#14822)Andrew Morgan2-0/+34
2023-01-12Re-enable some linting (#14821)Erik Johnston7-21/+9
2023-01-12Fix race calling `/members?at=` (#14817)Erik Johnston2-6/+60
2023-01-11Add `set_displayname` to the module API (#14629)Emelie Graven3-0/+46