summary refs log tree commit diff
path: root/tests/rest/admin (follow)
Commit message (Expand)AuthorAgeFilesLines
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-3/+7
* Rename database classes to make some sense (#8033)Erik Johnston2020-08-051-2/+2
* Convert federation client to async/await. (#7975)Patrick Cloke2020-07-301-2/+2
* Add an option to disable purge in delete room admin API (#7964)Dirk Klimpel2020-07-281-2/+55
* Convert tests/rest/admin/test_room.py to unix file endings (#7953)Andrew Morgan2020-07-271-1447/+1447
* Add admin endpoint to get members in a room. (#7842)Michael Albert2020-07-161-0/+46
* Allow accounts to be re-activated from the admin APIs. (#7847)Patrick Cloke2020-07-151-0/+47
* Add delete room admin endpoint (#7613)Dirk Klimpel2020-07-141-0/+395
* Stop populating unused table `local_invites`. (#7793)Richard van der Hoff2020-07-071-1/+0
* Allow local media to be marked as safe from being quarantined. (#7718)Patrick Cloke2020-06-221-72/+65
* Allow new users to be registered via the admin API even if the monthly active...Dirk Klimpel2020-06-051-15/+163
* Add device management to admin API (#7481)Dirk Klimpel2020-06-051-0/+541
* Email notifications for new users when creating via the Admin API. (#7267)Dirk Klimpel2020-06-011-0/+75
* Add room details admin endpoint (#7317)Manuel Stahl2020-05-071-0/+41
* Return total number of users and profile attributes in admin users endpoint (...Manuel Stahl2020-04-281-0/+2
* Extend room admin api with additional attributes (#7225)Dirk Klimpel2020-04-222-592/+680
* Admin API to join users to a room. (#7051)Dirk Klimpel2020-03-271-0/+288
* Remove special casing of `m.room.aliases` events (#7034)Patrick Cloke2020-03-171-0/+7
* Fixed set a user as an admin with the new API (#6928)Dirk Klimpel2020-02-281-32/+186
* Ensure 'deactivated' parameter is a boolean on user admin API, Fix error hand...Andrew Morgan2020-02-261-0/+59
* Return a 404 for admin api user lookup if user not found (#6901)Andrew Morgan2020-02-121-0/+16
* Admin api to add an email address (#6789)Dirk Klimpel2020-02-071-2/+17
* MSC2260: Block direct sends of m.room.aliases events (#6794)Richard van der Hoff2020-01-301-7/+0
* Admin API to list, filter and sort rooms (#6720)Andrew Morgan2020-01-221-4/+389
* Fix and add test to deprecated quarantine media admin api (#6756)Andrew Morgan2020-01-221-4/+11
* Fix changing password via user admin API. (#6730)Erik Johnston2020-01-201-0/+13
* Fix purge_room admin API (#6711)Erik Johnston2020-01-151-3/+1
* Quarantine media by ID or user ID (#6681)Andrew Morgan2020-01-131-0/+341
* Allow admin users to create or modify users without a shared secret (#6495)Manuel Stahl2020-01-092-338/+465
* Fix GET request on /_synapse/admin/v2/users endpoint (#6563)Manuel Stahl2020-01-081-0/+41
* Move DB pool and helper functions into dedicated Database classErik Johnston2019-12-051-1/+1
* Remove underscore from SQLBaseStore functionsErik Johnston2019-12-041-1/+1
* Blacklist PurgeRoomTestCase (#6361)Andrew Morgan2019-11-131-0/+2
* Fix deleting state groups during room purge.Erik Johnston2019-11-061-1/+3
* Add unit test for /purge_room APIErik Johnston2019-10-311-0/+78
* Fix races in room stats (and other) updates. (#6187)Richard van der Hoff2019-10-101-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-51/+49
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-1/+0
* Run Black on the tests again (#5170)Amber Brown2019-05-101-70/+33
* Remove the requirement to authenticate for /admin/server_version. (#5122)Richard van der Hoff2019-05-071-22/+8
* Add admin api for sending server_notices (#5121)Richard van der Hoff2019-05-021-4/+4
* Move admin api impl to its own packageRichard van der Hoff2019-05-012-0/+631