summary refs log tree commit diff
path: root/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-06Stabilise support for MSC2918 refresh tokens as they have now been merged int...reivilibre6-44/+115
2021-12-06Save the OIDC session ID (sid) with the device on login (#11482)Quentin Gliech15-65/+370
2021-12-06Add admin API to get some information about federation status (#11407)Dirk Klimpel7-0/+783
2021-12-06Include bundled aggregations in /sync and related fixes (#11478)Patrick Cloke10-101/+169
2021-12-06Move `glob_to_regex` and `re_word_boundary` to `matrix-python-common` (#11505)Sean Quah8-123/+13
2021-12-03Update backward extremity docs to make it clear that it does not indicate whe...Eric Eastwood2-9/+8
2021-12-03Modify tests to handle new location of to-device messages in AS txnsAndrew Morgan2-47/+52
2021-12-03Insert to-device messages into the new to-device part of AS txnsAndrew Morgan2-6/+32
2021-12-03Add to-device messages as their own special section in AS txnsAndrew Morgan3-8/+39
2021-12-03Fix tests to mock _TransactionController.send of ApplicationServiceScheduler....Andrew Morgan3-25/+35
2021-12-03Refactor and generalise the sending of arbitrary fields over AS transactionsAndrew Morgan2-34/+44
2021-12-03Support configuring the lifetime of non-refreshable access token