summary refs log tree commit diff
path: root/tests/events (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-06add clearer return valuesH. Shay1-2/+11
2023-03-06Pass the requester during event serialization. (#15174)Quentin Gliech12-75/+151
2023-03-06Stop applying edits to event contents (MSC3925). (#15193)Patrick Cloke6-109/+15
2023-03-06Stabilize support for MSC3758: event_property_is push condition (#15185)Patrick Cloke10-81/+39
2023-03-06Bump serde_json from 1.0.93 to 1.0.94 (#15214)Co-authored-by: dependabot[bot]...dependabot[bot]2-2/+3
2023-03-03Use nightly rustfmt in CI (#15188)Erik Johnston4-2/+5
2023-03-03Fix ICU tests on alpine / macOS. (#15177)65432-0/+3
2023-03-03Combine AbstractStreamIdTracker and AbstractStreamIdGenerator. (#15192)Patrick Cloke7-27/+15
2023-03-03Remove unspecced and buggy `PUT` method on the unstable `/rooms/<room_id>/bat...Quentin Gliech2-15/+2
2023-03-03Configure ruff to automatically fix issues. (#15194)Patrick Cloke2-1/+2
2023-03-03Experimental MSC3890 Implementation: Fix deleting account data when using an ...Andrew Morgan3-26/+16
2023-03-02Add a `get_next_txn` method to `StreamIdGenerator` to match `MultiWriterIdGen...Andrew Morgan4-11/+48
2023-03-02Add support for knocking to workers. (#15133)Dirk Klimpel9-16/+15
2023-03-02Remove the unspecced and bugged PUT /knock/{roomIdOrAlias} endpoint (#15189)Quentin Gliech2-15/+2
2023-03-02Dockerfile-workers: spell out when config isn't generated (#15186)David Robertson2-1/+6
2023-03-02Update intentional mentions (MSC3952) to depend on `exact_event_property_cont...Patrick Cloke11-94/+73
2023-03-02Fix conflicting URLs for dehydrated devices. (#15180)Patrick Cloke2-1/+2
2023-03-02Add Sytest jobs with the asyncio reactor enabled (#14101)Quentin Gliech3-0/+17
2023-03-02Move event_reports to `RoomWorkerStore` (#15165)Dirk Klimpel2-177/+178
2023-03-02Implementation of MSC3967: Don't require UIA for initial upload of cross sign...Hugh Nimmo-Smith5-9/+182
2023-02-28Remove support for aggregating reactions (#15172)Richard van der Hoff8-377/+30
2023-02-28Update spam checker documentation for moved media modules. (#15175)Patrick Cloke2-2/+3
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 Morgan