Commit Graph

102 Commits (9752849e2b41968613ca244e86311d805bdd27df)

Author SHA1 Message Date
ThibF 0085dc5abc
Delete room endpoint (#9889) 4 years ago
Andrew Morgan fe604a022a
Remove various bits of compatibility code for Python <3.6 (#9879) 4 years ago
Jonathan de Jong 495b214f4f
Fix (final) Bugbear violations (#9838) 4 years ago
Jonathan de Jong 4b965c862d
Remove redundant "coding: utf-8" lines (#9786) 4 years ago
Dirk Klimpel 1fc97ee876
Add an admin API to manage ratelimit for a specific user (#9648) 4 years ago
Patrick Cloke 0b3112123d
Use mock from the stdlib. (#9772) 4 years ago
Dirk Klimpel bb0fe02a52
Add `order_by` to list user admin API (#9691) 4 years ago
Dirk Klimpel 8dd2ea65a9
Consistently check whether a password may be set for a user. (#9636) 4 years ago
Dirk Klimpel 71c9f8de6d
Add an `order_by` field to list users' media admin API. (#8978) 4 years ago
Dirk Klimpel c8d9383cfb
Add the shadow-banning status to the display user admin API. (#9400) 4 years ago
Eric Eastwood 0a00b7ff14
Update black, and run auto formatting over the codebase (#9381) 4 years ago
Travis Ralston b60bb28bbc
Add an admin API to get the current room state (#9168) 4 years ago
David Teller 31d072aea0 FIXUP: linter 4 years ago
David Teller b859919acc FIXUP: Now testing that the user is admin! 4 years ago
David Teller 10332c175c New API /_synapse/admin/rooms/{roomId}/context/{eventId} 4 years ago
Patrick Cloke 4a55d267ee
Add an admin API for shadow-banning users. (#9209) 4 years ago
Dirk Klimpel c55e62548c
Add tests for List Users Admin API (#9045) 4 years ago
Patrick Cloke 3e4cdfe5d9
Add an admin API endpoint to protect media. (#9086) 4 years ago
Dirk Klimpel 7a2e9b549d
Remove user's avatar URL and displayname when deactivated. (#8932) 4 years ago
David Teller b161528fcc
Also support remote users on the joined_rooms admin API. (#8948) 4 years ago
Dirk Klimpel 42d3a28d8b
Removes unnecessary declarations in the tests for the admin API. (#9063) 4 years ago
Patrick Cloke d0c3c24eb2
Drop the unused local_invites table. (#8979) 4 years ago
Erik Johnston d781a81e69
Allow server admin to get admin bit in rooms where local user is an admin (#8756) 4 years ago
Richard van der Hoff c9c1c9d82f
Fix `UsersListTestCase` (#8964) 4 years ago
Dirk Klimpel c07022303e
Fix a bug that deactivated users appear in the directory (#8933) 4 years ago
Dirk Klimpel 06006058d7
Make search statement in List Room and User Admin API case-insensitive (#8931) 4 years ago
Patrick Cloke bd30cfe86a
Convert internal pusher dicts to attrs classes. (#8940) 4 years ago
Richard van der Hoff 394516ad1b Remove spurious "SynapseRequest" result from `make_request" 4 years ago
Dirk Klimpel 0a34cdfc66
Add number of local devices to Room Details Admin API (#8886) 4 years ago
Will Hunt ff1f0ee094
Call set_avatar_url with target_user, not user_id (#8872) 4 years ago
Patrick Cloke b774c555d8
Add additional validation to pusher URLs. (#8865) 4 years ago
Patrick Cloke 30fba62108
Apply an IP range blacklist to push and key revocation requests. (#8821) 4 years ago
Richard van der Hoff 09ac0569fe
Fix broken testcase (#8851) 4 years ago
Dirk Klimpel 3f0ff53158
Remove deprecated `/_matrix/client/*/admin` endpoints (#8785) 4 years ago
Erik Johnston 03e392f787
Fix tests on develop (#8777) 4 years ago
Erik Johnston f737368a26
Add admin API for logging in as a user (#8617) 4 years ago
Richard van der Hoff acfe3b3065 Remove redundant `HomeserverTestCase.render` 4 years ago
Richard van der Hoff 129ae841e5 Make `make_request` actually render the request 4 years ago
Richard van der Hoff 791d7cd6f0
Rename `create_test_json_resource` to `create_test_resource` (#8759) 4 years ago
Richard van der Hoff cfd895a22e use global make_request() directly where we have a custom Resource 4 years ago
Dirk Klimpel c3119d1536
Add an admin API for users' media statistics (#8700) 4 years ago
Dirk Klimpel e4676bd877
Add `displayname` to Shared-Secret Registration for admins (#8722) 4 years ago
Andrew Morgan 6abb1ad0be
Consolidate purge table lists to prevent desyncronisation (#8713) 4 years ago
Erik Johnston ef2d627015
Fix unit tests (#8689) 4 years ago
Dirk Klimpel 2239813278
Add an admin APIs to allow server admins to list users' pushers (#8610) 4 years ago
Dirk Klimpel 9b7c28283a
Add admin API to list users' local media (#8647) 4 years ago
Dirk Klimpel 66e6801c3e
Split admin API for reported events into a detail and a list view (#8539) 4 years ago
Dirk Klimpel 49d72dea2a
Add an admin api to delete local media. (#8519) 4 years ago
Dirk Klimpel 4ac3a8c5dc
Fix a bug in the joined_rooms admin API (#8643) 4 years ago
Dirk Klimpel 913f8a06e4
Add field `total` to device list in admin API (#8644) 4 years ago