Dirk Klimpel
|
d688b4bafc
|
Admin API for querying rooms where a user is a member (#8306)
Add a new admin API `GET /_synapse/admin/v1/users/<user_id>/joined_rooms` to
list all rooms where a user is a member.
|
2020-09-18 15:26:36 +01:00 |
|
Patrick Cloke
|
cef00211c8
|
Allow for make_awaitable's return value to be re-used. (#8261)
|
2020-09-08 07:26:55 -04:00 |
|
Patrick Cloke
|
b49a5b9307
|
Convert stats and related calls to async/await (#8192)
|
2020-08-27 17:24:37 -04:00 |
|
Patrick Cloke
|
d4a7829b12
|
Convert synapse.api to async/await (#8031)
|
2020-08-06 08:30:06 -04:00 |
|
Patrick Cloke
|
8c7d0f163d
|
Allow accounts to be re-activated from the admin APIs. (#7847)
|
2020-07-15 11:00:21 -04:00 |
|
Dirk Klimpel
|
908f9e2d24
|
Allow new users to be registered via the admin API even if the monthly active user limit has been reached (#7263)
|
2020-06-05 13:08:49 +01:00 |
|
Dirk Klimpel
|
901b1fa561
|
Email notifications for new users when creating via the Admin API. (#7267)
|
2020-06-01 15:34:33 +01:00 |
|
Manuel Stahl
|
04dd7d182d
|
Return total number of users and profile attributes in admin users endpoint (#6881)
Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>
|
2020-04-28 18:19:36 +01:00 |
|
Dirk Klimpel
|
9b06d8f8a6
|
Fixed set a user as an admin with the new API (#6928)
Fix #6910
|
2020-02-28 09:58:05 +00:00 |
|
Andrew Morgan
|
8c75b621bf
|
Ensure 'deactivated' parameter is a boolean on user admin API, Fix error handling of call to deactivate user (#6990)
|
2020-02-26 12:22:55 +00:00 |
|
Andrew Morgan
|
d8994942f2
|
Return a 404 for admin api user lookup if user not found (#6901)
|
2020-02-12 18:14:10 +00:00 |
|
Dirk Klimpel
|
56ca93ef59
|
Admin api to add an email address (#6789)
|
2020-02-07 10:29:36 +00:00 |
|
Erik Johnston
|
ceecedc68b
|
Fix changing password via user admin API. (#6730)
|
2020-01-20 17:23:59 +00:00 |
|
Manuel Stahl
|
d2906fe666
|
Allow admin users to create or modify users without a shared secret (#6495)
Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>
|
2020-01-09 13:31:00 +00:00 |
|