summary refs log tree commit diff
path: root/tests/rest/client/v1/test_admin.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move admin api impl to its own packageRichard van der Hoff2019-05-011-616/+0
| | | | It doesn't really belong under rest/client/v1 any more.
* Add unit test for deleting groupsErik Johnston2019-04-031-0/+124
|
* Merge pull request #4908 from matrix-org/erikj/block_peek_on_blocked_roomsErik Johnston2019-03-211-1/+65
|\ | | | | Deny peeking into rooms that have been blocked
| * isortErik Johnston2019-03-211-1/+1
| |
| * Deny peeking into rooms that have been blockedErik Johnston2019-03-211-1/+65
| |
* | Fix typo and add descriptionErik Johnston2019-03-211-1/+5
|/
* Rejig testcase to make it more extensibleErik Johnston2019-03-211-17/+22
|
* Remove debugErik Johnston2019-03-211-1/+0
|
* Add testsErik Johnston2019-03-211-1/+66
|
* Add 'server_version' endpoint to admin APIJoseph Weston2019-03-011-1/+35
| | | | | This is required because the 'Server' HTTP header is not always passed through proxies.
* Import 'admin' module rather than 'register_servlets' directlyJoseph Weston2019-03-011-2/+2
| | | | | | We will later need also to import 'register_servlets' from the 'login' module, so we un-pollute the namespace now to keep the logical changes separate.
* create support user (#4141)Neil Johnson2018-12-141-5/+28
| | | | | | Allow for the creation of a support user. A support user can access the server, join rooms, interact with other users, but does not appear in the user directory nor does it contribute to monthly active user limits.
* Remove some boilerplate in tests (#4156)Amber Brown2018-11-071-63/+53
|
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
|
* Run black.black2018-08-101-1/+4
|
* Test fixes for Python 3 (#3647)Amber Brown2018-08-091-5/+5
|
* Admin API for creating new users (#3415)Amber Brown2018-07-201-0/+305