forked-synapse/changelog.d
Tadeusz Sośnierz 1433b5d5b6
Show erasure status when listing users in the Admin API (#14205)
* Show erasure status when listing users in the Admin API

* Use USING when joining erased_users

* Add changelog entry

* Revert "Use USING when joining erased_users"

This reverts commit 30bd2bf106415caadcfdbdd1b234ef2b106cc394.

* Make the erased check work on postgres

* Add a testcase for showing erased user status

* Appease the style linter

* Explicitly convert `erased` to bool to make SQLite consistent with Postgres

This also adds us an easy way in to fix the other accidentally integered columns.

* Move erasure status test to UsersListTestCase

* Include user erased status when fetching user info via the admin API

* Document the erase status in user_admin_api

* Appease the linter and mypy

* Signpost comments in tests

Co-authored-by: Tadeusz Sośnierz <tadeusz@sosnierz.com>
Co-authored-by: David Robertson <david.m.robertson1@gmail.com>
2022-10-21 13:52:44 +01:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
13422.bugfix let update_synapse_database run on a multi-database configurations (#13422) 2022-10-19 19:08:40 +01:00
13710.bugfix Fix event size checks (#13710) 2022-10-21 09:49:47 +01:00
14042.misc Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042) 2022-10-19 19:38:24 +00:00
14064.bugfix Stop returning unsigned.invite_room_state in PUT /_matrix/federation/v2/invite/{roomId}/{eventId} responses (#14064) 2022-10-20 15:17:45 +01:00
14110.doc Document encryption_enabled_by_default_for_room_type under the right name (#14110) 2022-10-19 20:17:37 +01:00
14133.misc Bump types-opentracing from 2.4.7 to 2.4.10 (#14133) 2022-10-19 20:04:40 +00:00
14191.doc Explain SynapseError and FederationError better (#14191) 2022-10-19 15:39:43 -05:00
14205.feature Show erasure status when listing users in the Admin API (#14205) 2022-10-21 13:52:44 +01:00
14229.misc Use servlets for /key/ endpoints. (#14229) 2022-10-20 11:32:47 -04:00
14230.misc Use backend-meta edition of issue triage workflow (#14230) 2022-10-19 11:41:25 +01:00
14249.misc Build wheels on macos 11, not 10.15 (#14249) 2022-10-20 22:01:08 +00:00