0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-03 23:19:01 +02:00
synapse/changelog.d
Travis Ralston b60bb28bbc
Add an admin API to get the current room state (#9168)
This could arguably replace the existing admin API for `/members`, however that is out of scope of this change.

This sort of endpoint is ideal for moderation use cases as well as other applications, such as needing to retrieve various bits of information about a room to perform a task (like syncing power levels between two places). This endpoint exposes nothing more than an admin would be able to access with a `select *` query on their database.
2021-02-02 11:16:29 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
9045.misc Add tests for List Users Admin API (#9045) 2021-01-21 09:18:46 -05:00
9062.feature Add changelog and admin API docs 2021-01-09 22:58:29 +02:00
9121.bugfix Don't error if deleting a non-existent pusher. (#9121) 2021-01-25 14:52:30 -05:00
9129.misc Various improvements to the federation client. (#9129) 2021-01-20 07:59:18 -05:00
9134.doc Add an OpenID example config for Gitea. (#9134) 2021-02-01 16:21:09 -05:00
9135.doc docs: Add link to Matrix VoIP tester for turn-howto (#9135) 2021-01-20 12:41:57 +00:00
9163.bugfix Return a 404 if no valid thumbnail is found. (#9163) 2021-01-21 14:53:58 -05:00
9164.bugfix Try to recover from unknown encodings when previewing media. (#9164) 2021-01-26 07:32:17 -05:00
9165.bugfix Handle missing content keys when calculating presentable names. (#9165) 2021-01-25 07:27:16 -05:00
9168.feature Add an admin API to get the current room state (#9168) 2021-02-02 11:16:29 +00:00
9176.misc Speed up chain cover calculation (#9176) 2021-01-21 17:00:12 +00:00
9180.misc Specify that the long description is rST in the package metadata. (#9180) 2021-01-20 16:00:59 -05:00
9181.misc Use execute_batch instead of executemany in places (#9181) 2021-01-21 10:22:53 +00:00
9183.feature Add 'brand' field to MSC2858 response (#9242) 2021-01-27 21:31:45 +00:00
9184.misc Add a check for duplicate IdP ids (#9184) 2021-01-21 13:20:58 +00:00
9188.misc Use execute_batch in more places (#9188) 2021-01-21 14:44:12 +00:00
9190.misc Increase perf of handling concurrent use of StreamIDGenerators. (#9190) 2021-01-21 16:31:51 +00:00
9191.misc Align the directories linted in CI with the defaults in scripts-dev/lint.sh (#9191) 2021-01-21 18:26:52 +00:00
9198.misc Precompute joined hosts and store in Redis (#9198) 2021-01-26 13:57:31 +00:00
9199.removal Do not require the CAS service URL setting (use public_baseurl instead). (#9199) 2021-01-26 10:49:25 -05:00
9200.misc Clean-up the template loading code. (#9200) 2021-01-27 10:59:50 -05:00
9209.feature Add an admin API for shadow-banning users. (#9209) 2021-01-25 14:49:39 -05:00
9217.misc Fix Python 3.5 old deps build by using a compatible pip version. (#9217) 2021-01-25 14:22:35 -05:00
9218.bugfix Periodically send pings to detect dead Redis connections (#9218) 2021-01-26 10:54:54 +00:00
9222.misc Update isort to v5.7.0 (#9222) 2021-01-26 11:36:12 +00:00
9223.misc Add type hints to various handlers. (#9223) 2021-01-26 10:50:21 -05:00
9227.misc Add a note to changelog about redis usage (#9227) 2021-01-27 14:06:27 +00:00
9229.bugfix Pass a dict, instead of None, to modules if a None config is specified in the homeserver config (#9229) 2021-01-27 11:49:31 +00:00
9232.misc Add type hints to E2E handler. (#9232) 2021-01-28 08:34:19 -05:00
9235.bugfix Check if a user is in the room before sending a PowerLevel event on their behalf (#9235) 2021-01-27 17:38:08 +00:00
9238.feature Ratelimit 3PID /requestToken API (#9238) 2021-01-28 17:39:21 +00:00
9242.feature Add 'brand' field to MSC2858 response (#9242) 2021-01-27 21:31:45 +00:00
9244.doc Add notes on integrating with Facebook for SSO login. (#9244) 2021-01-27 22:57:16 +00:00
9245.feature Support for scraping email addresses from OIDC providers (#9245) 2021-01-27 21:28:59 +00:00
9254.misc Fix Debian builds on Xenial (#9254) 2021-01-29 14:56:04 +00:00
9255.misc Cache config options in SSL verification (#9255) 2021-01-28 17:38:59 +00:00
9258.feature Ratelimit invites by room and target user (#9258) 2021-01-29 16:38:29 +00:00
9260.misc Refactor email summary generation. (#9260) 2021-02-01 13:09:39 -05:00
9262.feature Split out a separate endpoint to complete SSO registration (#9262) 2021-02-01 13:15:51 +00:00
9265.bugfix Prevent email UIA failures from raising a LoginError (#9265) 2021-02-01 15:54:39 +00:00
9270.misc Fixes for PyPy compatibility (#9270) 2021-01-30 17:22:05 +00:00
9271.bugfix Fix SSO on workers (#9271) 2021-02-01 15:47:59 +00:00
9272.feature Improve styling and wording of SSO redirect confirm template (#9272) 2021-02-01 15:50:56 +00:00
9275.feature Replace username picker with a template (#9275) 2021-02-01 15:52:50 +00:00
9276.feature Collect terms consent from the user during SSO registration (#9276) 2021-02-01 18:37:41 +00:00
9277.feature Make importing display name and email optional (#9277) 2021-02-01 17:30:42 +00:00
9283.feature Add phone home stats for encrypted messages. (#9283) 2021-02-01 17:06:22 +00:00
9286.feature Improve styling and wording of SSO UIA templates (#9286) 2021-02-01 18:36:04 +00:00
9287.feature Improve styling and wording of SSO error templates (#9287) 2021-02-01 18:01:15 +00:00
9288.feature Put OIDC callback URI under /_synapse/client. (#9288) 2021-02-01 22:56:01 +00:00
9289.removal Put SAML callback URI under /_synapse/client. (#9289) 2021-02-02 09:43:50 +00:00