13 Commits

Author SHA1 Message Date
Patrick Cloke
24b61f379a
Add ability to un-shadow-ban via the admin API. () 2021-11-16 12:43:53 +00:00
Stanislav Motylkov
b09d90cac9
Fix typos in the username_available admin API documentation. () 2021-11-09 21:11:05 +00:00
Jason Robinson
63cbdd8af0
Enable changing user type via users admin API ()
Users admin API can now also modify user
type in addition to allowing it to be
set on user creation.

Signed-off-by: Jason Robinson <jasonr@matrix.org>
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
2021-10-26 09:01:06 +00:00
Dirk Klimpel
b0f03aeb6a
Add more information what happens when a user is deactivated () 2021-10-22 09:00:28 +01:00
Dirk Klimpel
220f901229
Remove not needed database updates in modify user admin API () 2021-08-19 10:25:05 +01:00
Dirk Klimpel
3bcd525b46
Allow to edit external_ids by Edit User admin API ()
Signed-off-by: Dirk Klimpel dirk@klimpel.org
2021-08-17 11:56:11 +01:00
Will Hunt
a933c2c7d8
Add an admin API to check if a username is available ()
This adds a new API GET /_synapse/admin/v1/username_available?username=foo to check if a username is available. It is the counterpart to https://matrix.org/docs/spec/client_server/r0.6.0#get-matrix-client-r0-register-available, except that it works even if registration is disabled.
2021-08-17 10:52:38 +01:00
Dirk Klimpel
915b37e5ef
Admin API to delete media for a specific user () 2021-08-11 19:29:59 +00:00
Dirk Klimpel
89c4ca81bb
Add creation_ts to list users admin API ()
Signed-off-by: Dirk Klimpel dirk@klimpel.org
2021-07-22 16:05:16 +02:00
Dirk Klimpel
6c02cca95f
Add SSO external_ids to Query User Account admin API ()
Related to 
2021-07-01 11:26:24 +02:00
Dirk Klimpel
0adc2882c1
Fix broken links in documentation ()
* Fix broken links in documentation

* newsfile
2021-06-16 13:15:52 +01:00
Andrew Morgan
fd9856e4a9
Compile and render Synapse's docs into a browsable, mobile-friendly and searchable website () 2021-06-03 17:20:40 +01:00
Andrew Morgan
73636cab69
Convert admin api docs to markdown ()
So that they render nicely in mdbook (see ), and so that we no longer have a mix of structured text languages in our documentation (excluding files outside of `docs/`).
2021-06-03 14:06:03 +01:00