Commit Graph

44 Commits (6605470bfb8944d369b8fc73195a380b95b6de9d)

Author SHA1 Message Date
Patrick Cloke cef00211c8
Allow for make_awaitable's return value to be re-used. (#8261) 4 years ago
Patrick Cloke b49a5b9307
Convert stats and related calls to async/await (#8192) 4 years ago
Patrick Cloke d4a7829b12
Convert synapse.api to async/await (#8031) 4 years ago
Erik Johnston a7bdf98d01
Rename database classes to make some sense (#8033) 4 years ago
Patrick Cloke c978f6c451
Convert federation client to async/await. (#7975) 4 years ago
Dirk Klimpel e866e3b896
Add an option to disable purge in delete room admin API (#7964) 4 years ago
Andrew Morgan c4268e3da6
Convert tests/rest/admin/test_room.py to unix file endings (#7953) 4 years ago
Michael Albert fff483ea96
Add admin endpoint to get members in a room. (#7842) 4 years ago
Patrick Cloke 8c7d0f163d
Allow accounts to be re-activated from the admin APIs. (#7847) 4 years ago
Dirk Klimpel 491f0dab1b
Add delete room admin endpoint (#7613) 4 years ago
Richard van der Hoff 76dbd7b8d6
Stop populating unused table `local_invites`. (#7793) 4 years ago
Patrick Cloke 95e41f368b
Allow local media to be marked as safe from being quarantined. (#7718) 4 years ago
Dirk Klimpel 908f9e2d24
Allow new users to be registered via the admin API even if the monthly active user limit has been reached (#7263) 5 years ago
Dirk Klimpel 2970ce8367
Add device management to admin API (#7481) 5 years ago
Dirk Klimpel 901b1fa561
Email notifications for new users when creating via the Admin API. (#7267) 5 years ago
Manuel Stahl a4a5ec4096
Add room details admin endpoint (#7317) 5 years ago
Manuel Stahl 04dd7d182d
Return total number of users and profile attributes in admin users endpoint (#6881) 5 years ago
Dirk Klimpel 6b6685db9f
Extend room admin api with additional attributes (#7225) 5 years ago
Dirk Klimpel fb69690761
Admin API to join users to a room. (#7051) 5 years ago
Patrick Cloke 60724c46b7
Remove special casing of `m.room.aliases` events (#7034) 5 years ago
Dirk Klimpel bbeee33d63 Fixed set a user as an admin with the new API (#6928) 5 years ago
Dirk Klimpel 9b06d8f8a6
Fixed set a user as an admin with the new API (#6928) 5 years ago
Andrew Morgan 8c75b621bf
Ensure 'deactivated' parameter is a boolean on user admin API, Fix error handling of call to deactivate user (#6990) 5 years ago
Andrew Morgan d8994942f2
Return a 404 for admin api user lookup if user not found (#6901) 5 years ago
Dirk Klimpel 56ca93ef59
Admin api to add an email address (#6789) 5 years ago
Richard van der Hoff 184303b865
MSC2260: Block direct sends of m.room.aliases events (#6794) 5 years ago
Andrew Morgan 90a28fb475
Admin API to list, filter and sort rooms (#6720) 5 years ago
Andrew Morgan aa9b00fb2f
Fix and add test to deprecated quarantine media admin api (#6756) 5 years ago
Erik Johnston ceecedc68b
Fix changing password via user admin API. (#6730) 5 years ago
Erik Johnston 19a1aac48c
Fix purge_room admin API (#6711) 5 years ago
Andrew Morgan 1177d3f3a3
Quarantine media by ID or user ID (#6681) 5 years ago
Manuel Stahl d2906fe666 Allow admin users to create or modify users without a shared secret (#6495) 5 years ago
Manuel Stahl 7caaa29daa Fix GET request on /_synapse/admin/v2/users endpoint (#6563) 5 years ago
Erik Johnston 756d4942f5 Move DB pool and helper functions into dedicated Database class 5 years ago
Erik Johnston ee86abb2d6 Remove underscore from SQLBaseStore functions 5 years ago
Andrew Morgan c350bc2f92
Blacklist PurgeRoomTestCase (#6361) 5 years ago
Erik Johnston 5c3363233c Fix deleting state groups during room purge. 5 years ago
Erik Johnston 97c60ccaa3 Add unit test for /purge_room API 5 years ago
Richard van der Hoff a139420a3c
Fix races in room stats (and other) updates. (#6187) 5 years ago
Amber Brown 32e7c9e7f2
Run Black. (#5482) 6 years ago
Amber Brown 2889b05554
Unify v1 and v2 REST client APIs (#5226) 6 years ago
Amber Brown b36c82576e
Run Black on the tests again (#5170) 6 years ago
Richard van der Hoff 59e2d2694d
Remove the requirement to authenticate for /admin/server_version. (#5122) 6 years ago
Richard van der Hoff 12f9d51e82
Add admin api for sending server_notices (#5121) 6 years ago
Richard van der Hoff 40e576e29c Move admin api impl to its own package 6 years ago