summary refs log tree commit diff
path: root/synapse/rest/client/login_token_request.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-25RequestRatelimiter: expose can_do_actionRory&1-0/+75
2025-07-25Devenv: use postgres 17Rory&1-0/+1
2025-07-22Fix gitignore to ignore .venvRory&1-0/+1
2025-07-22Fix nix flakeRory&2-39/+29
2025-07-22Fix pagination with large gaps of rejected eventsNicolas Werner1-2/+11
2025-07-22fix: Always recheck `/messages` pagination data if a backfill might have been...Jason Little2-37/+34
2025-07-22Expose tombstone in room admin apiRory&3-2/+40
2025-07-22Use parse_boolean for unredacted contentRory&1-3/+2
2025-07-22Log policy server rejected eventsRory&1-0/+7
2025-07-22Log entire room if accessibility check failsRory&1-0/+4
2025-07-22Add too much logging to room summary over federationRory&1-4/+36
2025-07-22Hotfix: ignore rejected events in delayed_eventsRory&1-1/+6
2025-07-22Fast auth linksRory&2-4/+47
2025-07-151.134.0Erik Johnston3-1/+14
2025-07-091.134.0rc1Andrew Morgan27-25/+89
2025-07-08Use native arm runners for building wheels (#18618)Quentin Gliech3-27/+14
2025-07-08Add `.zed/` to `.gitignore` (#18623)Andrew Morgan2-0/+2
2025-07-08Speed up the building of Docker images using ARM CI workers (#18620)Quentin Gliech3-45/+101
2025-07-07Bump typing-extensions from 4.14.0 to 4.14.1 (#18668)dependabot[bot]1-3/+3
2025-07-07Bump tokio from 1.46.0 to 1.46.1 (#18667)dependabot[bot]1-2/+2
2025-07-04Bump types-psycopg2 from 2.9.21.20250318 to 2.9.21.20250516 (#18658)dependabot[bot]1-3/+3
2025-07-04Bump ruff from 0.12.1 to 0.12.2 (#18657)dependabot[bot]2-21/+21
2025-07-04Bump setuptools-rust from 1.10.2 to 1.11.1 (#18655)dependabot[bot]1-5/+5
2025-07-03Bump typing-extensions from 4.12.2 to 4.14.0 (#18654)dependabot[bot]1-5/+5
2025-07-03Bump phonenumbers from 9.0.2 to 9.0.8 (#18652)dependabot[bot]1-3/+23
2025-07-03Bump attrs from 24.2.0 to 25.3.0 (#18649)dependabot[bot]1-10/+10
2025-07-03Bump authlib from 1.5.2 to 1.6.0 (#18642)dependabot[bot]1-3/+3
2025-07-03Bump ijson from 3.3.0 to 3.4.0 (#18650)dependabot[bot]1-96/+87
2025-07-03Bump msgpack from 1.1.0 to 1.1.1 (#18651)dependabot[bot]1-65/+60
2025-07-03Bump types-setuptools from 75.2.0.20241019 to 80.9.0.20250529 (#18644)dependabot[bot]1-4/+4
2025-07-03Bump ruff from 0.11.11 to 0.12.1 (#18645)dependabot[bot]2-21/+21
2025-07-03Update Cargo.lock (#18646)Andrew Morgan2-28/+227
2025-07-03Replace PyICU with Rust `icu_segmenter` crate (#18553)Andrew Morgan15-136/+70
2025-07-03Bump types-pyyaml from 6.0.12.20241230 to 6.0.12.20250516 (#18643)dependabot[bot]1-4/+4
2025-07-03Fix GET /_matrix/federation/v1/query/profile response (#18593)Alex Durham2-4/+11
2025-07-03Raise setuptools_rust version cap to 1.11.1 (#18576)V024602-1/+2
2025-07-03Bump mypy-zope from 1.0.11 to 1.0.12 (#18640)dependabot[bot]1-4/+4
2025-07-03Bump pydantic from 2.11.4 to 2.11.7 (#18639)dependabot[bot]1-3/+3
2025-07-03Bump hiredis from 3.1.0 to 3.2.1 (#18638)dependabot[bot]1-110/+110
2025-07-03Bump reqwest from 0.12.20 to 0.12.22 (#18627)dependabot[bot]1-2/+2
2025-07-03Bump types-bleach from 6.2.0.20241123 to 6.2.0.20250514 (#18634)dependabot[bot]1-4/+4
2025-07-03Bump jsonschema from 4.23.0 to 4.24.0 (#18630)dependabot[bot]1-4/+4
2025-07-03Bump sentry-sdk from 2.22.0 to 2.32.0 (#18633)dependabot[bot]1-3/+3
2025-07-02Update Rust in CI to v1.87.0 as well as `dtolnay/rust-toolchain` GitHub Actio...Andrew Morgan5-22/+64
2025-07-02Bump base64 from 0.21.7 to 0.22.1 (#18629)dependabot[bot]1-10/+4
2025-07-02Bump tokio from 1.45.1 to 1.46.0 (#18628)dependabot[bot]1-2/+15
2025-07-02Bump Swatinem/rust-cache from 2.7.8 to 2.8.0 (#18612)dependabot[bot]4-19/+19
2025-07-02Bump treq from 24.9.1 to 25.5.0 (#18610)dependabot[bot]1-7/+24
2025-07-02Bump prometheus-client from 0.21.0 to 0.22.1 (#18609)dependabot[bot]1-4/+4
2025-07-02Bump pillow from 11.2.1 to 11.3.0 (#18624)dependabot[bot]1-84/+89
2025-07-02Bump types-jsonschema from 4.23.0.20250516 to 4.24.0.20250528 (#18611)dependabot[bot]1-27/+28
2025-07-02Bump sigstore/cosign-installer from 3.9.0 to 3.9.1 (#18608)dependabot[bot]1-1/+1
2025-07-02Bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 (#18607)dependabot[bot]1-1/+1
2025-07-02Forbid locked users from using `POST /login` (#18594)Andrew Ferrazzutti5-12/+37
2025-07-02Raise poetry-core version cap to 2.1.3 (#18575)V024602-1/+2
2025-07-02Log the room ID we're purging state for (#18625)Erik Johnston2-0/+8
2025-07-01Fix documentation of the Delete Room Admin API's status field. (#18519)reivilibre2-4/+5
2025-07-01Add a note in the changelog about the manylinux wheelsQuentin Gliech1-0/+9
2025-07-011.133.0Quentin Gliech4-2/+16
2025-07-01Bump cibuildwheel to 3.0.0 to fix the building of wheels (#18615)Quentin Gliech2-2/+3
2025-07-01Stop sending or processing the `origin` field in PDUs (#18418)Andrew Morgan11-32/+18
2025-06-30Add `via` param to hierarchy enpoint (#18070)Krishan5-3/+89
2025-06-30Speed up device deletion (#18602)Erik Johnston7-84/+225
2025-06-30Skip processing policy server events through policy server (#18605)Travis Ralston2-0/+4
2025-06-30Improve performance of device deletion by adding missing index. (#18582)reivilibre3-0/+29
2025-06-30Improve docstring on `simple_upsert_many`. (#18573)reivilibre2-4/+43
2025-06-27Add `forget_forced_upon_leave` capability as per MSC4267 (#18196)Johannes Marbach5-1/+50
2025-06-26Fix backwards compat for `DirectServeJsonResource` (#18600)Erik Johnston19-29/+56
2025-06-26Add `federated_user_may_invite` spam checker callback (#18241)Tulir Asokan5-2/+99
2025-06-25Bump base64 from 0.21.7 to 0.22.1 (#18589)dependabot[bot]1-10/+4
2025-06-25Bump docker/build-push-action from 6.17.0 to 6.18.0 (#18497)dependabot[bot]1-1/+1
2025-06-25Bump pyasn1-modules from 0.4.1 to 0.4.2 (#18495)dependabot[bot]1-4/+4
2025-06-25Bump urllib3 from 2.2.2 to 2.5.0 (#18572)dependabot[bot]1-4/+4
2025-06-25Bump sigstore/cosign-installer from 3.8.2 to 3.9.0 (#18588)dependabot[bot]1-1/+1
2025-06-25Bump docker/setup-buildx-action from 3.10.0 to 3.11.1 (#18587)dependabot[bot]2-2/+2
2025-06-25Bump reqwest from 0.12.15 to 0.12.20 (#18590)dependabot[bot]1-129/+49
2025-06-25Lift pausing on ratelimited requests to http layer (#18595)Erik Johnston21-34/+49
2025-06-25Fix registering of background updates for split main/state db (#18509)Patrick Cloke5-32/+33
2025-06-24Bump types-opentracing from 2.4.10.6 to 2.4.10.20250622 (#18586)dependabot[bot]1-4/+4
2025-06-241.133.0rc1Andrew Morgan20-18/+47
2025-06-24Unbreak unit tests with Twisted `25.5.0` by add `parsePOSTFormSubmission` arg...Andrew Morgan10-78/+110
2025-06-23Update PyO3 to version 0.25 (#18578)V024603-16/+16
2025-06-20Add report user API from MSC4260 (#18120)Travis Ralston10-0/+335
2025-06-18Fixup generated config documentation (#18568)Erik Johnston2-1/+2
2025-06-18Clean up old `device_federation_inbox` rows (#18546)Erik Johnston5-1/+250
2025-06-17Bump dawidd6/action-download-artifact from 9 to 11 (#18556)dependabot[bot]1-1/+1
2025-06-17Bump types-requests from 2.32.0.20250328 to 2.32.4.20250611 (#18558)dependabot[bot]1-3/+3
2025-06-17Bump actions/setup-python from 5.5.0 to 5.6.0 (#18555)dependabot[bot]1-2/+2
2025-06-171.132.0Erik Johnston4-2/+16
2025-06-17Fix Cargo.lock after bad merge (#18561)Erik Johnston2-3/+4
2025-06-17Always run schema workflow on develop (#18551)Erik Johnston2-0/+4
2025-06-16Speed up MAS token introspection (#18357)Erik Johnston11-293/+1820
2025-06-16Bump base64 from 0.21.7 to 0.22.1 (#18559)dependabot[bot]1-8/+2
2025-06-13bugfix: assert we always pass the create event to get_user_power_level (#18545)Kegan Dougal6-31/+66
2025-06-13bugfix: calculate the PL for non-creators correctly in v11 rooms (#18547)Kegan Dougal3-18/+41
2025-06-13Fix typo of Math.pow, `^` -> `**` (#18543)Andrew Morgan4-5/+25
2025-06-13Bump requests from 2.32.2 to 2.32.4 (#18533)dependabot[bot]1-4/+4
2025-06-13Fix bug where sliding sync ignored `room_id_to_include` option (#18535)Erik Johnston5-40/+336
2025-06-13Enable `flake8-logging` and `flake8-logging-format` rules in Ruff and fix rel...Quentin Gliech52-122/+164
2025-06-12Log user deactivations (#18541)Will Hunt2-0/+9
2025-06-10bugfix: ensure _get_power_level_for_sender works when there is no PL event (#...Kegan Dougal3-1/+132
2025-06-10Bump headers from 0.4.0 to 0.4.1 (#18529)dependabot[bot]1-4/+10
2025-06-10Add config doc generation command to lint.sh and add missing config schema. (...reivilibre4-9/+32
2025-06-10Config schema documentation CI: fix not failing when it should (#18528)reivilibre2-1/+2
2025-06-10Add config doc generation command to lint.sh and add missing config schema. (...reivilibre4-9/+32
2025-06-101.132.0rc1Andrew Morgan22-20/+43
2025-06-10Mark new module APIs as experimental (#18536)Andrew Morgan4-0/+21
2025-06-09Default to `public` join rule in remote summary (#18493)nexy75742-1/+2
2025-06-06Migrate to assertEqual (#18488)Emmanuel Ferdman1-6/+6
2025-06-06Don't allow users to ignore themselves. (#18508)Will Hunt3-0/+20
2025-06-06Recover an appservice if a successful ping occurs. (#18521)Will Hunt4-4/+77
2025-06-06Remove destinations from sending if not whitelisted (#18484)Devon Hudson3-8/+71
2025-06-06Export RatelimitOverride from ModuleApi (#18513)Hugh Nimmo-Smith7-6/+28
2025-06-05Distinguish all vs local events being persisted in the "Event Send Time Quant...Eric Eastwood2-31/+66
2025-06-05docs: render missing docs for scheduled tasks admin api (#18516)Dirk Klimpel2-0/+2
2025-06-05Reduce disk wastage by cleaning up `received_transactions` older than 1 day, ...reivilibre2-2/+3
2025-06-05Add support for MSC4155 Invite filtering (#18288)Will Hunt17-5/+542
2025-06-04Propose `CAP_NET_BIND_SERVICE` instead running Synapse with root (#18408)Mateusz Reszka2-4/+5
2025-06-04Add ratelimit callbacks to module API to allow dynamic ratelimiting (#18458)Hugh Nimmo-Smith10-4/+197
2025-06-04Add user_may_send_state_event callback to spam checker module API (#18455)Hugh Nimmo-Smith6-0/+200
2025-06-04Add media repository callbacks to module API to control media upload size (#1...Hugh Nimmo-Smith11-9/+291
2025-06-04Pass room_config argument to user_may_create_room spam checker module callbac...Hugh Nimmo-Smith6-30/+230
2025-06-031.131.0 v1.131.0Olivier 'reivilibre3-1/+11
2025-06-03Make user_type extensible and allow default user_type to be set (#18456)Hugh Nimmo-Smith12-34/+293
2025-06-03Machine-readable config description (#17892)V0246012-2424/+8301
2025-05-28Mark dehydrated devices in admin get devices endpoint (#18252)Hubert Chathi4-5/+78
2025-05-28Changelog fixes v1.131.0rc1Quentin Gliech1-1/+1
2025-05-281.131.0rc1Quentin Gliech24-22/+57
2025-05-28Bump lxml from 5.3.0 to 5.4.0 (#18480)dependabot[bot]1-141/+135
2025-05-28Bump ruff from 0.11.10 to 0.11.11 (#18482)dependabot[bot]2-21/+21
2025-05-28Bump types-jsonschema from 4.23.0.20241208 to 4.23.0.20250516 (#18481)dependabot[bot]1-4/+4
2025-05-28Add option to limit key queries to users sharing rooms as per MSC4263 (#18180)Johannes Marbach5-6/+255
2025-05-27Increase timeout for test_lock_contention on RISC-V (#18430)gui-yue2-5/+26
2025-05-26fix(device-handler): make _maybe_retry_device_resync thread-safe (#18391)3nprob2-8/+6
2025-05-23Don't move invited users to new room when shutting down room (#18471)Shay3-11/+54
2025-05-21Bump Tornado from 6.4.2 to 6.5.0 (#18459)Andrew Morgan2-13/+15
2025-05-21Bump pyo3 from 0.23.5 to 0.24.2 (#18460)Andrew Morgan3-16/+17
2025-05-21Policy server part 1: Actually call the policy server (#18387)Travis Ralston9-1/+469
2025-05-20Include room ID in room deletion status response (#18318)Dagfinn Ilmari Mannsåker4-1/+15
2025-05-20Add a unit test for the phone home stats (#18463)Andrew Morgan4-7/+296
2025-05-20Tweak changelog v1.130.0Devon Hudson1-1/+1
2025-05-201.130.0Devon Hudson5-3/+17
2025-05-20Bump ruff from 0.7.3 to 0.11.10 (#18451)dependabot[bot]60-206/+178
2025-05-20Update postgres.md (#18445)Strac Consulting Engineers Pty Ltd2-0/+9
2025-05-20Bump setuptools from 72.1.0 to 78.1.1 (#18461)dependabot[bot]1-7/+11
2025-05-19Allow only requiring a field be present in an SSO response, rather than speci...Andrew Morgan4-9/+86
2025-05-19Fix up the topological ordering for events above `MAX_DEPTH` (#18447)Erik Johnston5-1/+258
2025-05-19Bump docker/build-push-action from 6.16.0 to 6.17.0 (#18449)dependabot[bot]1-1/+1
2025-05-19Bump pyopenssl from 25.0.0 to 25.1.0 (#18450)dependabot[bot]1-4/+4
2025-05-19Bump authlib from 1.5.1 to 1.5.2 (#18452)dependabot[bot]1-27/+28
2025-05-19Bump pyo3-log from 0.12.3 to 0.12.4 (#18453)dependabot[bot]1-2/+2
2025-05-19Check for `CREATE/DROP INDEX` in schema deltas (#18440)Erik Johnston2-29/+99
2025-05-19Bump docker/build-push-action from 6.15.0 to 6.16.0 (#18397)dependabot[bot]1-1/+1
2025-05-19Bump actions/setup-python from 5.5.0 to 5.6.0 (#18398)dependabot[bot]6-14/+14
2025-05-19Fix admin redaction endpoint not redacting encrypted messages (#18434)Shay3-2/+56
2025-05-15remove room without listeners from Notifier.room_to_user_streams (#18380)Stanislav Kazantsev2-0/+4
2025-05-15Move index creation to background update (#18439)Erik Johnston3-2/+11
2025-05-15Add option to allow registrations that begin with '_' (#18262)_5-1/+46
2025-05-14Fix room_list_publication_rules docs for v1.126.0 (#18286)Kim Brose2-7/+9
2025-05-13Explain why we `flush_buffer()` for Python `print(...)` output (#18420)Eric Eastwood3-0/+11
2025-05-13Fix a couple type annotations in the `RootConfig`/`Config` (#18409)Eric Eastwood13-26/+37
2025-05-13Explicitly enable pypy for cibuildwheel (#18417)Andrew Morgan3-25/+28
2025-05-13Remove newline from final bullet point of PR template (#18419)Andrew Morgan2-2/+2
2025-05-13Bump types-requests from 2.32.0.20241016 to 2.32.0.20250328 (#18427)dependabot[bot]1-4/+4
2025-05-13Bump mypy-zope from 1.0.9 to 1.0.11 (#18428)dependabot[bot]1-4/+4
2025-05-13Fix up changelog v1.130.0rc1Erik Johnston1-4/+4
2025-05-131.130.0rc1Erik Johnston29-27/+70
2025-05-13Bump pillow from 11.1.0 to 11.2.1 (#18429)dependabot[bot]1-73/+84
2025-05-13Bump actions/setup-go from 5.4.0 to 5.5.0 (#18426)dependabot[bot]3-3/+3
2025-05-09Bump pydantic from 2.10.3 to 2.11.4 (#18394)dependabot[bot]1-107/+122
2025-05-09Bump packaging from 24.2 to 25.0 (#18393)dependabot[bot]1-3/+3
2025-05-09Bump txredisapi from 1.4.10 to 1.4.11 (#18392)dependabot[bot]1-3/+3
2025-05-09Bump sha2 from 0.10.8 to 0.10.9 (#18395)dependabot[bot]1-2/+2
2025-05-08Pass leave from remote invite rejection down Sliding Sync (#18375)Devon Hudson7-1/+360
2025-05-07Convert Sliding Sync tests to use higher-level `compute_interested_rooms` (#1...Devon Hudson7-437/+1238
2025-05-061.129.0 v1.129.0Andrew Morgan3-1/+14
2025-05-06Ensure the url previewer also hashes and quarantines media (#18297)Will Hunt3-4/+15
2025-05-05make tests tolerant to authlib 1.5.2 error messages (#18390)Florian Klink2-10/+11
2025-05-05Return specific error code when email / phone not supported (#17578)David Baker4-3/+9
2025-05-02Add the ability to exclude remote users in user directory search results (#18...Will Lewis6-4/+84
2025-05-02Allow a few admin APIs used by MAS to run on workers (#18313)Quentin Gliech10-200/+249
2025-05-02Apply `should_drop_federated_event` to federation invites (#18330)Shay3-0/+9
2025-05-02Fix lint which broke in #18374 (#18385)Quentin Gliech2-1/+2
2025-05-02Don't check the `at_hash` (access token hash) in OIDC ID Tokens if we don't u...Andrew Morgan4-4/+89
2025-05-02Fix typo in doc for Scheduled Tasks Admin API (#18384)Shay2-1/+2
2025-05-02Do not auto-provision missing users & devices when delegating auth to MAS (#1...Quentin Gliech3-28/+22
2025-05-02Readme tweaks (#18218)Andrew Ferrazzutti2-5/+8
2025-05-01Add an Admin API endpoint to fetch scheduled tasks (#18214)Shay5-0/+319
2025-05-01docs/workers.md: Add ^/_matrix/federation/v1/event/ to list of delegatable e...Sebastian Spaeth4-0/+13
2025-04-30Added Pocket ID to openid.md (#18237)Martin Lavén2-0/+28
2025-04-30start_for_complement.sh: use more shell builtins (#18293)Andrew Ferrazzutti2-6/+6
2025-04-30docker: use shebangs to invoke generated scripts (#18295)Andrew Ferrazzutti4-3/+7
2025-04-30configure_workers_and_start.py: unify python path (#18291)Andrew Ferrazzutti2-2/+3
2025-04-30Optimize `Dockerfile-workers` (#18292)Andrew Ferrazzutti2-23/+28
2025-04-30Fix typo in docs about `push` (#18320)Kim Brose2-1/+2
2025-04-30Adjust changelog v1.129.0rc2Quentin Gliech1-0/+2
2025-04-301.129.0rc2Quentin Gliech5-3/+17
2025-04-30Unschedule the background update scheduled in #18068. (#18372)Quentin Gliech4-92/+19
2025-04-30Remove the trigger added in #18260 and then reverted (#18373)Quentin Gliech4-1/+40
2025-04-29Minor performance improvements to notifier/replication (#18367)Erik Johnston2-30/+32
2025-04-29Slight performance increase when using the ratelimiter (#18369)Erik Johnston4-18/+13
2025-04-29Do not retry push during backoff period (#18363)Erik Johnston3-0/+85
2025-04-29Bump softprops/action-gh-release from 1 to 2 (#18264)dependabot[bot]1-1/+1
2025-04-29Bump types-jsonschema from 4.23.0.20240813 to 4.23.0.20241208 (#18305)dependabot[bot]1-3/+3
2025-04-29Bump pyopenssl from 24.3.0 to 25.0.0 (#18315)dependabot[bot]1-3/+4
2025-04-29Bump types-psycopg2 from 2.9.21.20250121 to 2.9.21.20250318 (#18316)dependabot[bot]1-3/+3
2025-04-29Bump pyo3-log from 0.12.2 to 0.12.3 (#18317)dependabot[bot]1-2/+2
2025-04-29Bump anyhow from 1.0.97 to 1.0.98 (#18336)dependabot[bot]1-2/+2
2025-04-29Bump stefanzweifel/git-auto-commit-action from 5.1.0 to 5.2.0 (#18354)dependabot[bot]1-1/+1
2025-04-29Bump actions/download-artifact from 4.2.1 to 4.3.0 (#18364)dependabot[bot]1-1/+1
2025-04-29Bump actions/add-to-project from 280af8ae1f83a494cfad2cb10f02f6d13529caa9 to ...dependabot[bot]1-1/+1
2025-04-29Bump sigstore/cosign-installer from 3.8.1 to 3.8.2 (#18366)dependabot[bot]1-1/+1
2025-04-25Allow /rooms/ admin API to be on workers (#18360)Erik Johnston4-3/+7
2025-04-25Move GET /devices/ off main process (#18355)Erik Johnston3-2/+20
2025-04-16Revert "Add total event, unencrypted message, and e2ee event counts to stats ...Devon Hudson10-907/+10
2025-04-16Update changelog v1.129.0rc1Devon Hudson3-2/+2
2025-04-16Fix query for room participation (#18345)Erik Johnston2-12/+9
2025-04-16Fix ExternalIDReuse exception for concurrent transactions (#18342)Quentin Gliech2-6/+24
2025-04-15Changelog tweaksDevon Hudson1-1/+1
2025-04-151.129.0rc1Devon Hudson11-9/+32
2025-04-15Don't cache introspection failures (#18339)Quentin Gliech2-3/+10
2025-04-15Fix `force_tracing_for_users` config when using MAS (#18334)Erik Johnston2-0/+52
2025-04-15Fix the token introspection cache logging access tokens when MAS integration ...reivilibre3-10/+26
2025-04-15Add total event, unencrypted message, and e2ee event counts to stats reportin...Andrew Morgan10-10/+907
2025-04-14Add caches to new hot path functions (#18337)Erik Johnston4-15/+23
2025-04-10Add passthrough_authorization_parameters support to OIDC configuration (#18232)Olivier D5-1/+48
2025-04-081.128.0 v1.128.0Erik Johnston3-1/+14
2025-04-02Disable Postgres statement timeouts while purging room state (#18133)Jason Little2-0/+8
2025-04-01complement-synapse: COPY existing dir from base (#18294)Andrew Ferrazzutti2-1/+2
2025-04-01Merge changelog entries v1.128.0rc1Quentin Gliech1-2/+1
2025-04-01Fix rendering of the changelogQuentin Gliech1-1/+1
2025-04-011.128.0rc1Quentin Gliech22-22/+56
2025-04-01Make sure media hashes are not queried until the index is up (#18302)Quentin Gliech3-3/+20
2025-04-01Bump phonenumbers from 8.13.50 to 9.0.2 (#18299)dependabot[bot]1-3/+3
2025-04-01Bump authlib from 1.4.1 to 1.5.1 (#18306)dependabot[bot]1-3/+3
2025-04-01Tweaks to prefix-log (#18274)Andrew Ferrazzutti2-2/+6
2025-04-01Add an access token introspection cache to make Matrix Authentication Service...reivilibre3-17/+135
2025-04-01Bump actions/upload-artifact from 4.6.1 to 4.6.2 (#18304)dependabot[bot]5-8/+8
2025-04-01Bump actions/add-to-project from f5473ace9aeee8b97717b281e26980aa5097023f to ...dependabot[bot]1-1/+1
2025-04-01Bump jinja2 from 3.1.5 to 3.1.6 (#18223)dependabot[bot]1-3/+3
2025-04-01Use uv pip to install supervisor in workers image (#18275)Andrew Ferrazzutti2-3/+9
2025-04-01Avoid relying on rsync during Docker build (#18287)Andrew Ferrazzutti2-8/+9
2025-04-01Bump actions/setup-python from 5.4.0 to 5.5.0 (#18298)dependabot[bot]6-14/+14
2025-04-01Bump pyo3-log from 0.12.1 to 0.12.2 (#18269)dependabot[bot]1-2/+2
2025-04-01Document media hashing changes (#18296)Will Hunt2-0/+9
2025-04-01Bump actions/download-artifact from 4.2.0 to 4.2.1 (#18268)dependabot[bot]1-1/+1
2025-04-01Bump pygithub from 2.5.0 to 2.6.1 (#18243)dependabot[bot]1-26/+26
2025-04-01Bump dawidd6/action-download-artifact from 8 to 9 (#18204)dependabot[bot]1-1/+1
2025-04-01Bump actions/cache from 4.2.2 to 4.2.3 (#18266)dependabot[bot]2-2/+2
2025-03-27Update admin_faq - Fix how to obtain access token (#18225)Marcel Pennewiß2-1/+2