summary refs log tree commit diff
path: root/.ci/test_db.db (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-07Quick & dirty metric for background update status (#15740)David Robertson4-1/+40
2023-06-07Remove superfluous `room_memberships` join from background update (#15733)Eric Eastwood2-1/+1
2023-06-07Remove redundant `room_memberships` join to find participating servers in a r...Eric Eastwood2-3/+3
2023-06-07Check required power levels earlier in createRoom handler. (#15695)Grant McLean3-14/+100
2023-06-07Update changelog v1.85.1Erik Johnston1-0/+2
2023-06-07Update changelogErik Johnston2-2/+1
2023-06-07Fix schema delta error in 1.85 (#15739)Erik Johnston2-2/+15
2023-06-071.85.1Erik Johnston4-2/+16
2023-06-07Fix schema delta error in 1.85 (#15738)Erik Johnston2-0/+9
2023-06-06No need for the extra join since `membership` is built-in to `current_state_e...Eric Eastwood2-4/+4
2023-06-06Trace functions which return `Awaitable` (#15650)Eric Eastwood3-22/+59
2023-06-06Update error to more plainly explain we can only authorize our own events (#1...Eric Eastwood2-1/+2
2023-06-06Add context for when/why to use the `long_retries` option when sending Federa...Eric Eastwood2-2/+10
2023-06-06Improve performance of user directory search (#15729)Shay2-4/+9
2023-06-06Prevent "twisted trunk" and "latest deps" workflows from running on forks (#1...Andrew Morgan3-4/+44
2023-06-06Remove some unused `server_name` fields (#15723)Sean Quah6-5/+1
2023-06-06Fix link in changelogErik Johnston1-1/+1
2023-06-06Fixup changelog v1.85.0Erik Johnston1-1/+1
2023-06-061.85.0Erik Johnston3-1/+28
2023-06-06Stabilize support for MSC3952: Intentional mentions. (#15520)Patrick Cloke13-64/+27
2023-06-05Some house keeping on `maybe_backfill()` functions (#15709)Eric Eastwood2-0/+18
2023-06-05Bump types-requests from 2.31.0.0 to 2.31.0.1 (#15715)dependabot[bot]1-3/+3
2023-06-05Bump types-jsonschema from 4.17.0.7 to 4.17.0.8 (#15716)dependabot[bot]1-3/+3
2023-06-05Bump sentry-sdk from 1.22.1 to 1.25.0 (#15714)dependabot[bot]1-5/+6
2023-06-05Bump pyasn1 from 0.4.8 to 0.5.0 (#15713)dependabot[bot]1-5/+5
2023-06-05Bump library/redis from 6-bullseye to 7-bullseye in /docker (#15712)dependabot[bot]1-1/+1
2023-06-05Bump importlib-metadata from 6.1.0 to 6.6.0 (#15711)dependabot[bot]1-7/+7
2023-06-02`N + 3`: Read from column `full_user_id` rather than `user_id` of tables `pro...Shay22-95/+252
2023-06-02Add a catch-all * to the supported relation types when redacting (#15705)Mathieu Velten4-8/+143
2023-06-01Log when events are (unexpectedly) filtered out of responses in tests (#14213)Eric Eastwood7-14/+53
2023-06-011.85.0rc2 v1.85.0rc2H. Shay6-4/+28
2023-06-01Cache requests for user's devices from federation (#15675)Erik Johnston3-2/+70
2023-06-01Implement stable support for MSC3882 to allow an existing device/session to g...Hugh Nimmo-Smith12-75/+225
2023-06-01Add a note about deprecating /register with a user property. (#15703)Patrick Cloke2-0/+12
2023-05-31Speed up background jobs populate_full_user_id_user_filters and populate_full...Shay3-2/+3
2023-05-31Add Synapse version deploy annotations to Grafana dashboard (#15674)Eric Eastwood2-174/+895
2023-05-31Add stubs package for lxml. (#15697)Patrick Cloke10-48/+117
2023-05-31Docker fully qualified image names (#15689)Jason Little8-10/+15
2023-05-31Fix a performance issue introduced in Synapse v1.83.0 which meant that purgin...reivilibre3-0/+52
2023-05-31Add get_canonical_room_alias to module API (#15450)Gabriel FĂ©ron3-1/+29
2023-05-31Add stricter mypy options (#15694)Patrick Cloke11-24/+40
2023-05-30Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2-6/+27
2023-05-30Make the config tests spawn the homeserver only when neededQuentin Gliech2-206/+182
2023-05-30Reject tokens with multiple device scopesQuentin Gliech2-7/+52<